redhat-rpm-config/redhat-rpm-config.spec

71 lines
1.9 KiB
RPMSpec
Raw Normal View History

2002-06-12 13:18:39 +00:00
Summary: Red Hat specific rpm configuration files.
Name: redhat-rpm-config
2002-10-03 16:32:45 +00:00
Version: 8.0.2
2002-07-31 18:57:20 +00:00
Release: 1
2002-06-12 13:18:39 +00:00
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
2002-06-12 13:26:24 +00:00
( cd ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm; tar xzf %{SOURCE0}; mv %{name}-%{version} redhat; rm -f redhat/*.spec )
2002-06-12 13:18:39 +00:00
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root)
%{_prefix}/lib/rpm/redhat
%changelog
2002-10-03 16:32:45 +00:00
* Thu Oct 3 2002 Jeremy Katz <katzj@redhat.com> 8.0.2
- don't redefine everything in macros, just what we need to
* Mon Sep 16 2002 Alexander Larsson <alexl@redhat.com> 8.0.1
- Add debug package support to %__spec_install_post
2002-09-04 03:12:16 +00:00
* Tue Sep 3 2002 Bill Nottingham <notting@redhat.com> 8.0-1
- bump version
2002-08-28 18:45:29 +00:00
* Wed Aug 28 2002 Elliot Lee <sopwith@redhat.com> 7.3.94-1
- Update macrofiles
2002-07-31 18:57:20 +00:00
* Wed Jul 31 2002 Elliot Lee <sopwith@redhat.com> 7.3.93-1
- Add _unpackaged_files_terminate_build and
_missing_doc_files_terminate_build to macros
2002-07-11 18:46:14 +00:00
* Thu Jul 11 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-6
- find-lang.sh fix from 67368
2002-07-11 18:48:52 +00:00
- find-requires fix from 67325
2002-07-11 18:46:14 +00:00
* 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
2002-06-28 06:19:26 +00:00
- 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
2002-06-21 18:13:56 +00:00
* Fri Jun 21 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-2
- Don't define _arch
2002-06-20 20:56:07 +00:00
* Thu Jun 20 2002 Elliot Lee <sopwith@redhat.com> 7.3.92-1
2002-06-20 20:56:07 +00:00
- find-lang error detection from Havoc
2002-06-12 13:26:24 +00:00
* Wed Jun 12 2002 Elliot Lee <sopwith@redhat.com> 7.3.91-1
- Update
2002-06-12 13:18:39 +00:00
* Sun Jun 9 2002 Jeff Johnson <jbj@redhat.com>
- create.