new version

This commit is contained in:
Elliot Lee 2005-03-23 20:23:04 +00:00
parent d241203424
commit 76783b5856
3 changed files with 7 additions and 12 deletions

View File

@ -1 +1 @@
redhat-rpm-config-8.0.33.tar.gz redhat-rpm-config-8.0.34.tar.gz

View File

@ -1,12 +1,10 @@
Summary: Red Hat specific rpm configuration files. Summary: Red Hat specific rpm configuration files.
Name: redhat-rpm-config Name: redhat-rpm-config
Version: 8.0.33 Version: 8.0.34
Release: 4 Release: 1
License: GPL License: GPL
Group: Development/System Group: Development/System
Source: redhat-rpm-config-%{version}.tar.gz Source: redhat-rpm-config-%{version}.tar.gz
Source1: wall.patch
BuildArch: noarch BuildArch: noarch
#Requires: rpmbuild(VendorConfig) <= 4.1 #Requires: rpmbuild(VendorConfig) <= 4.1
#Requires: mktemp #Requires: mktemp
@ -25,7 +23,6 @@ Red Hat specific rpm configuration files.
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm 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}%{_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} # fix perms of config.{guess,sub}
chmod a+x ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat/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 %{_prefix}/lib/rpm/redhat
%changelog %changelog
* Thu Mar 3 2005 Arjan van de Ven <arjanv@redhat.com> 8.0.33-4 * Wed Mar 23 2005 Elliot Lee <sopwith@redhat.com> 8.0.34-1
- add -fexceptions - Bug fixes
- Cflags change by drepper
* Wed Feb 23 2005 Arjan van de Ven <arjanv@redhat.com> 8.0.33-2
- add -Wall on Ulrichs request
* Wed Feb 9 2005 Elliot Lee <sopwith@redhat.com> 8.0.33-1 * Wed Feb 9 2005 Elliot Lee <sopwith@redhat.com> 8.0.33-1
- Change -D to -Wp,-D to make java happy - Change -D to -Wp,-D to make java happy

View File

@ -1 +1 @@
6156bf58a14281d45e698a7faefc99b4 redhat-rpm-config-8.0.33.tar.gz 5796f003cc5c17d4b159126588f0bee2 redhat-rpm-config-8.0.34.tar.gz