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

35 lines
764 B
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-06-12 13:19:22 +00:00
Version: 7.3.91
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-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.