mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
Remove obsolete stuff
This commit is contained in:
parent
d9371b2416
commit
9b3f2cd873
1 changed files with 0 additions and 10 deletions
10
centpkg.spec
10
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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue