From 9b3f2cd873d48654a75fe07d211d199298352f39 Mon Sep 17 00:00:00 2001 From: Carl George Date: Feb 24 2021 16:37:20 +0000 Subject: Remove obsolete stuff --- diff --git a/centpkg.spec b/centpkg.spec index 80a886a..56e0d79 100644 --- a/centpkg.spec +++ b/centpkg.spec @@ -4,12 +4,9 @@ Name: centpkg Version: 0.4.6 Release: 1%{?dist} Summary: CentOS utility for working with dist-git - -Group: Applications/System License: GPLv2+ URL: https://git.centos.org/summary/centpkg.git Source0: centpkg-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n) # CentOS Distributed Packages Requires: redhat-rpm-config @@ -40,12 +37,8 @@ Provides the centpkg command for working with dist-git %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc README.md COPYING %config %{_sysconfdir}/rpkg/centpkg.conf %{_bindir}/%{name} @@ -77,6 +70,3 @@ rm -rf %{buildroot} * Sat Jul 05 2014 Brian Stinson bstinson@ksu.edu - 0.1-1 - Local builds and mockbuilds work - - -