devel/redhat-rpm-config .cvsignore, 1.25, 1.26 redhat-rpm-config.spec, 1.50, 1.51 sources, 1.25, 1.26

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Tue Jun 19 18:57:28 UTC 2007


Author: katzj

Update of /cvs/pkgs/devel/redhat-rpm-config
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18312

Modified Files:
	.cvsignore redhat-rpm-config.spec sources 
Log Message:
* Tue Jun 19 2007 Jeremy Katz <katzj at redhat.com> - 9.0.0-1
- use stock find-lang.sh (#213041)
- arm fixes (Lennert Buytenhek, #243523)
- allow jar repacking to be disabled (#219731)
- fix running dist.sh --fc (#223651)
- hardlink identical .pyc and .pyo files to save space (Ville Skyttä)
- fix TMPDIR usage (Matthew Miller, #235614)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/devel/redhat-rpm-config/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	19 Jun 2007 16:00:30 -0000	1.25
+++ .cvsignore	19 Jun 2007 18:56:52 -0000	1.26
@@ -1 +1 @@
-redhat-rpm-config-8.1.0.tar.gz
+redhat-rpm-config-9.0.0.tar.bz2


Index: redhat-rpm-config.spec
===================================================================
RCS file: /cvs/pkgs/devel/redhat-rpm-config/redhat-rpm-config.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- redhat-rpm-config.spec	19 Jun 2007 16:00:30 -0000	1.50
+++ redhat-rpm-config.spec	19 Jun 2007 18:56:52 -0000	1.51
@@ -1,13 +1,12 @@
 Summary: Red Hat specific rpm configuration files.
 Name: redhat-rpm-config
-Version: 8.1.0
+Version: 9.0.0
 Release: 1.fc8
 License: GPL
 Group: Development/System
-Source: redhat-rpm-config-%{version}.tar.gz
+Source: redhat-rpm-config-%{version}.tar.bz2
 BuildArch: noarch
-#Requires: rpmbuild(VendorConfig) <= 4.1
-#Requires: mktemp
+Requires: mktemp
 BuildRoot: %{_tmppath}/%{name}-root
 # rpmrc passes -mtune which first appeared in gcc 3.4
 %ifarch i386 i686 sparc
@@ -18,15 +17,10 @@
 Red Hat specific rpm configuration files.
 
 %prep
+%setup -q
 
 %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 )
-
-# fix perms of config.{guess,sub}
-chmod a+x ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat/config.{guess,sub}
-chmod a+x ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat/brp*
+make DESTDIR=${RPM_BUILD_ROOT} install
 
 cat >> ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat/macros << EOF
 
@@ -45,8 +39,17 @@
 %{_prefix}/lib/rpm/redhat
 
 %changelog
-* Tue Jun 19 2007 Jeremy Katz <katzj at redhat.com> - 8.1.0-1.fc8
-- integrate patches into upstream CVS.
+* Tue Jun 19 2007 Jeremy Katz <katzj at redhat.com> - 9.0.0-1
+- use stock find-lang.sh (#213041)
+- arm fixes (Lennert Buytenhek, #243523)
+- allow jar repacking to be disabled (#219731)
+- fix running dist.sh --fc (#223651)
+- hardlink identical .pyc and .pyo files to save space (Ville Skyttä)
+- fix TMPDIR usage (Matthew Miller, #235614)
+
+* Tue Jun 19 2007 Jeremy Katz <katzj at redhat.com> - 8.1.0-1
+- add modalias tags to kmod packages and other kmod changes (jcm)
+- recompress jars to avoid multilib conflicts (bkonrath)
 
 * Fri May 18 2007 Jesse Keating <jkeating at redhat.com> 8.0.45-16
 - Update macros for F8


Index: sources
===================================================================
RCS file: /cvs/pkgs/devel/redhat-rpm-config/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	19 Jun 2007 16:00:30 -0000	1.25
+++ sources	19 Jun 2007 18:56:52 -0000	1.26
@@ -1 +1 @@
-64437c8c3877968040692bc8ef93289f  redhat-rpm-config-8.1.0.tar.gz
+f09e64a587cabc13cfe018934ed7c537  redhat-rpm-config-9.0.0.tar.bz2




More information about the fedora-extras-commits mailing list