]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- internal db build fixes
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 3 Sep 2008 14:52:35 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.18

rpm.spec

index dd59a2cba7d155dc3f29950d44fd0242c0e51ffa..ccfc3492cb4939ac5c68a9083f6f3dfa000ce7fd 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -9,6 +9,7 @@
 #   preserving payload format and compressor from original rpm, _not_ current settings
 #   /usr/bin/install: cannot stat `./it.gmo': No such file or directory
 #   /usr/bin/install: cannot stat `./sr@Latn.gmo': No such file or directory
+# - neon makes rpm link to libs in /usr
 #
 # Conditional build:
 %bcond_with    static          # build static rpm+rpmi
@@ -49,7 +50,7 @@ Summary(ru.UTF-8):    Менеджер пакетов от RPM
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       4.5
-Release:       0.53
+Release:       0.54
 License:       LGPL
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
@@ -658,9 +659,9 @@ Dokumentacja API RPM-a oraz przewodniki w formacie HTML generowane ze
 %setup -q
 %if %{with internal_db}
 %if "%{pld_release}" == "th"
-%{__tar} -zxf %{SOURCE20} -C db3 --strip-components=1
+%{__tar} -zxf %{SOURCE20} -C db --strip-components=1
 %else
-%{__tar} -zxf %{SOURCE19} -C db3 --strip-components=1
+%{__tar} -zxf %{SOURCE19} -C db --strip-components=1
 %endif
 %endif
 #%patch0 -p1
@@ -737,18 +738,21 @@ install %{SOURCE13} scripts/perl.prov
 %patch73 -p1
 %patch74 -p1
 %patch75 -p0
+%if "%{pld_release}" == "ac"
 %patch76 -p1
+%endif
 %patch77 -p0
 
 mv -f po/{sr,sr@Latn}.po
 rm -rf sqlite zlib popt rpmdb/db.h
+
 %if %{with internal_db}
-cd db3
+cd db
 %patchset_patch 1 %{reqdb_patch}
 %if "%{reqdb_ver}" == "4.5.20"
 %patch78 -p1
-cd -
 %endif
+cd -
 %else
 %patch15 -p1
 rm -rf db3 db
This page took 0.056134 seconds and 4 git commands to generate.