[redhat-rpm-config: 4/215] 7.3.91

Panu Matilainen pmatilai at fedoraproject.org
Wed Apr 2 10:18:40 UTC 2014


commit 99968383d11f9b8dece46df2b5f3ea549ea2c6e0
Author: Elliot Lee <sopwith at redhat.com>
Date:   Wed Jun 12 13:26:24 2002 +0000

    7.3.91

 redhat-rpm-config.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec
index f7ee6b0..5d12f4f 100644
--- a/redhat-rpm-config.spec
+++ b/redhat-rpm-config.spec
@@ -14,12 +14,10 @@ Red Hat specific rpm configuration files.
 
 %prep
 
-%build
-
 %install
 rm -rf ${RPM_BUILD_ROOT}
 mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm
-( cd ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm; tar xzf %{SOURCE0} )
+( cd ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm; tar xzf %{SOURCE0}; mv %{name}-%{version} redhat; rm -f redhat/*.spec )
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -29,5 +27,8 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_prefix}/lib/rpm/redhat
 
 %changelog
+* Wed Jun 12 2002 Elliot Lee <sopwith at redhat.com> 7.3.91-1
+- Update
+
 * Sun Jun  9 2002 Jeff Johnson <jbj at redhat.com>
 - create.


More information about the scm-commits mailing list