From 266fbcc80c51f2c2c6b4eefb5ce9f04e3258bf48 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 11:26:46 +0000 Subject: auto-import changelog data from redhat-rpm-config-7.3.92-6.src.rpm Mon Jul 15 2002 Karsten Hopp - fix typo in the latest change to enable ~/.rpmmacros agin Thu Jul 11 2002 Elliot Lee 7.3.92-5 - Add /etc/rpm/macros back to make #67951 go away Wed Jun 26 2002 Jens Petersen 7.3.92-4 - fix %configure targeting for autoconf-2.5x (#58468) - include ~/.rpmmacros in macrofiles file path again Fri Jun 21 2002 Tim Powers 7.3.92-3 - automated rebuild Fri Jun 21 2002 Elliot Lee 7.3.92-2 - Don't define _arch Thu Jun 20 2002 Elliot Lee 7.3.92-1 - find-lang error detection from Havoc Wed Jun 12 2002 Elliot Lee 7.3.91-1 - Update Sun Jun 09 2002 Jeff Johnson - create. --- diff --git a/.cvsignore b/.cvsignore index e69de29..e4b991d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +redhat-rpm-config-7.3.92.tar.gz diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec new file mode 100644 index 0000000..1c1ab45 --- /dev/null +++ b/redhat-rpm-config.spec @@ -0,0 +1,53 @@ +Summary: Red Hat specific rpm configuration files. +Name: redhat-rpm-config +Version: 7.3.92 +Release: 6 +License: GPL +Group: Development/System +Source: redhat-rpm-config-%{version}.tar.gz +BuildArch: noarch +Requires: rpmbuild(VendorConfig) <= 4.1 +BuildRoot: %{_tmppath}/%{name}-root + +%description +Red Hat specific rpm configuration files. + +%prep + +%install +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 ) + +%clean +rm -rf ${RPM_BUILD_ROOT} + +%files +%defattr(-,root,root) +%{_prefix}/lib/rpm/redhat + +%changelog +* Mon Jul 15 2002 Karsten Hopp +- fix typo in the latest change to enable ~/.rpmmacros agin + +* Thu Jul 11 2002 Elliot Lee 7.3.92-5 +- Add /etc/rpm/macros back to make #67951 go away + +* Wed Jun 26 2002 Jens Petersen 7.3.92-4 +- fix %%configure targeting for autoconf-2.5x (#58468) +- include ~/.rpmmacros in macrofiles file path again + +* Fri Jun 21 2002 Tim Powers 7.3.92-3 +- automated rebuild + +* Fri Jun 21 2002 Elliot Lee 7.3.92-2 +- Don't define _arch + +* Thu Jun 20 2002 Elliot Lee 7.3.92-1 +- find-lang error detection from Havoc + +* Wed Jun 12 2002 Elliot Lee 7.3.91-1 +- Update + +* Sun Jun 9 2002 Jeff Johnson +- create. diff --git a/sources b/sources index e69de29..32f5f33 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +19792ee53dce09b94ae896d0a12bf1f6 redhat-rpm-config-7.3.92.tar.gz