]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.spec
- md5
[packages/rpm.git] / rpm.spec
index 4dda17ad9e8d04ff5550c738dbe40dd03c528e5f..621d12cdad5c760b86beb92f620fb45c33d7702f 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -50,8 +50,8 @@ Version:      5.0
 Release:       0.1
 License:       GPL
 Group:         Base
-Source0:       %{name}-20070927.tar.gz
-# Source0-md5: cf0bda3a41b74d68b36ef078edfafc6d
+Source0:       %{name}-20071029.tar.bz2
+# Source0-md5: 572527ed1757842b2d8cb264473d2dea
 Source1:       %{name}.groups
 Source2:       %{name}.platform
 Source3:       %{name}-install-tree
@@ -78,13 +78,12 @@ Source102:  %{name}-macros-i486
 Source103:     %{name}-macros-i586
 Source104:     %{name}-macros-i686
 Source105:     %{name}-macros-noarch
-Source106:     %{name}-macros.patch
-Source107:     %{name}-macros-pentium3
-Source108:     %{name}-macros-pentium4
-Source109:     %{name}-macros-ppc
-Source110:     %{name}-macros-x86_64
-Source111:     %{name}-macros-ia32e
-Source112:     %{name}-macros-amd64
+Source106:     %{name}-macros-pentium3
+Source107:     %{name}-macros-pentium4
+Source108:     %{name}-macros-ppc
+Source109:     %{name}-macros-x86_64
+Source110:     %{name}-macros-ia32e
+Source111:     %{name}-macros-amd64
 
 Patch0:                %{name}-pl.po.patch
 
@@ -104,7 +103,6 @@ Patch18:    %{name}-perl_req.patch
 
 Patch23:       %{name}-pkgconfigdeps.patch
 
-Patch25:       %{name}-rpm2cpio-payload.patch
 Patch26:       %{name}-notsc.patch
 Patch27:       %{name}-hack-norpmlibdep.patch
 
@@ -609,12 +607,6 @@ Python para manipular pacotes e bancos de dados RPM.
 
 %prep
 %setup -q -n %{name}
-sed -i -e 's# no # nb #g' configure.ac
-mv po/no.po po/nb.po
-sed -i -e 's# sr # sr@Latn #g' configure.ac
-mv -f po/{sr,sr@Latn}.po
-
-sed -i -e 's#${prefix}/lib/python@WITH_PYTHON_VERSION@#@WITH_PYTHON_LIBDIR@#g' python/rpm/Makefile.am
 
 # APPLIED ALREADY?
 #%patch0 -p1
@@ -642,8 +634,8 @@ install %{SOURCE9} scripts/php.prov.in
 install %{SOURCE10} scripts/php.req.in
 install %{SOURCE12} scripts/perl.prov
 %patch23 -p1
-%patch25 -p1
-%ifarch i386
+
+%ifarch i386 i486
 # disable TSC
 %patch26 -p1
 %endif
@@ -750,20 +742,20 @@ install %{SOURCE101} $RPM_BUILD_ROOT%{_rpmlibdir}/i386-linux/macros
 install %{SOURCE102} $RPM_BUILD_ROOT%{_rpmlibdir}/i486-linux/macros
 install %{SOURCE103} $RPM_BUILD_ROOT%{_rpmlibdir}/i586-linux/macros
 install %{SOURCE104} $RPM_BUILD_ROOT%{_rpmlibdir}/i686-linux/macros
-install %{SOURCE107} $RPM_BUILD_ROOT%{_rpmlibdir}/pentium3-linux/macros
-install %{SOURCE110} $RPM_BUILD_ROOT%{_rpmlibdir}/pentium4-linux/macros
+install %{SOURCE106} $RPM_BUILD_ROOT%{_rpmlibdir}/pentium3-linux/macros
+install %{SOURCE107} $RPM_BUILD_ROOT%{_rpmlibdir}/pentium4-linux/macros
 %endif
 
 %ifarch %{x8664}
 install -d $RPM_BUILD_ROOT%{_rpmlibdir}/{x86_64,ia32e,amd64}-linux
-install %{SOURCE110} $RPM_BUILD_ROOT%{_rpmlibdir}/x86_64-linux/macros
-install %{SOURCE111} $RPM_BUILD_ROOT%{_rpmlibdir}/ia32e-linux/macros
-install %{SOURCE112} $RPM_BUILD_ROOT%{_rpmlibdir}/amd64-linux/macros
+install %{SOURCE109} $RPM_BUILD_ROOT%{_rpmlibdir}/x86_64-linux/macros
+install %{SOURCE110} $RPM_BUILD_ROOT%{_rpmlibdir}/ia32e-linux/macros
+install %{SOURCE111} $RPM_BUILD_ROOT%{_rpmlibdir}/amd64-linux/macros
 %endif
 
 %ifarch %{ppc}
 install -d $RPM_BUILD_ROOT%{_rpmlibdir}/ppc-linux
-install %{SOURCE109} $RPM_BUILD_ROOT%{_rpmlibdir}/ppc-linux/macros
+install %{SOURCE108} $RPM_BUILD_ROOT%{_rpmlibdir}/ppc-linux/macros
 %endif
 
 # first platform file entry can't contain regexps
This page took 0.031076 seconds and 4 git commands to generate.