auto-import changelog data from redhat-rpm-config-7.3.92-6.src.rpm
Mon Jul 15 2002 Karsten Hopp <karsten@redhat.de> - fix typo in the latest change to enable ~/.rpmmacros agin Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-5 - Add /etc/rpm/macros back to make #67951 go away Wed Jun 26 2002 Jens Petersen <petersen@redhat.com> 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 <timp@redhat.com> 7.3.92-3 - automated rebuild Fri Jun 21 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-2 - Don't define _arch Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-1 - find-lang error detection from Havoc Wed Jun 12 2002 Elliot Lee <sopwith@redhat.com> 7.3.91-1 - Update Sun Jun 09 2002 Jeff Johnson <jbj@redhat.com> - create.
This commit is contained in:
parent
b4afe5ed42
commit
266fbcc80c
@ -0,0 +1 @@
|
|||||||
|
redhat-rpm-config-7.3.92.tar.gz
|
53
redhat-rpm-config.spec
Normal file
53
redhat-rpm-config.spec
Normal file
@ -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 <karsten@redhat.de>
|
||||||
|
- fix typo in the latest change to enable ~/.rpmmacros agin
|
||||||
|
|
||||||
|
* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-5
|
||||||
|
- Add /etc/rpm/macros back to make #67951 go away
|
||||||
|
|
||||||
|
* Wed Jun 26 2002 Jens Petersen <petersen@redhat.com> 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 <timp@redhat.com> 7.3.92-3
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Fri Jun 21 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-2
|
||||||
|
- Don't define _arch
|
||||||
|
|
||||||
|
* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-1
|
||||||
|
- find-lang error detection from Havoc
|
||||||
|
|
||||||
|
* Wed Jun 12 2002 Elliot Lee <sopwith@redhat.com> 7.3.91-1
|
||||||
|
- Update
|
||||||
|
|
||||||
|
* Sun Jun 9 2002 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- create.
|
Loading…
Reference in New Issue
Block a user