new version
This commit is contained in:
parent
d241203424
commit
76783b5856
@ -1 +1 @@
|
||||
redhat-rpm-config-8.0.33.tar.gz
|
||||
redhat-rpm-config-8.0.34.tar.gz
|
||||
|
@ -1,12 +1,10 @@
|
||||
Summary: Red Hat specific rpm configuration files.
|
||||
Name: redhat-rpm-config
|
||||
Version: 8.0.33
|
||||
Release: 4
|
||||
Version: 8.0.34
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Development/System
|
||||
Source: redhat-rpm-config-%{version}.tar.gz
|
||||
Source1: wall.patch
|
||||
|
||||
BuildArch: noarch
|
||||
#Requires: rpmbuild(VendorConfig) <= 4.1
|
||||
#Requires: mktemp
|
||||
@ -25,7 +23,6 @@ Red Hat specific rpm configuration files.
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm
|
||||
( cd ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm; tar xzf %{SOURCE0}; mv %{name}-%{version} redhat; rm -f redhat/*.spec )
|
||||
( cd ${RPM_BUILD_ROOT}; cat %{SOURCE1} | patch -p1 )
|
||||
|
||||
# fix perms of config.{guess,sub}
|
||||
chmod a+x ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat/config.{guess,sub}
|
||||
@ -38,11 +35,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_prefix}/lib/rpm/redhat
|
||||
|
||||
%changelog
|
||||
* Thu Mar 3 2005 Arjan van de Ven <arjanv@redhat.com> 8.0.33-4
|
||||
- add -fexceptions
|
||||
|
||||
* Wed Feb 23 2005 Arjan van de Ven <arjanv@redhat.com> 8.0.33-2
|
||||
- add -Wall on Ulrichs request
|
||||
* Wed Mar 23 2005 Elliot Lee <sopwith@redhat.com> 8.0.34-1
|
||||
- Bug fixes
|
||||
- Cflags change by drepper
|
||||
|
||||
* Wed Feb 9 2005 Elliot Lee <sopwith@redhat.com> 8.0.33-1
|
||||
- Change -D to -Wp,-D to make java happy
|
||||
|
Loading…
Reference in New Issue
Block a user