]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- rel 32
authorBartłomiej Zimoń <cactus@pld-linux.org>
Mon, 26 Oct 2009 16:28:54 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- patch25 - adds option --source-rpm (-s) to ls command (LP#392984)
- patch26 - adds arch match to hold/ignore (LP#408036)
- patch27 - adds multiarch upgrade(-dist) support and pkgs migration from/to noarch (LP#408034)

Changed files:
    poldek.spec -> 1.387

poldek.spec

index a18af56caee7441803f22131236a363fae228629..c1533f8ca2447b10fb1a0894cc39aa9d7202f562 100644 (file)
@@ -15,7 +15,7 @@
 %define        ver_rpm 4.5-5
 #
 %define                snap    20080820.23
-%define                rel             31
+%define                rel             32
 Summary:       RPM packages management helper tool
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
 Name:          poldek
@@ -61,6 +61,9 @@ Patch21:      %{name}-po.patch
 Patch22:       %{name}-refcnt.patch
 Patch23:       %{name}-assertion-failed.patch
 Patch24:       %{name}-unescape-urlencoded-strings.patch
+Patch25:       %{name}-ls-source-rpm.patch
+Patch26:       %{name}-add-arch-match.patch
+Patch27:       %{name}-multilib-upgrade.patch
 URL:           http://poldek.pld-linux.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -211,6 +214,12 @@ Moduły języka Python dla poldka.
 %patch22 -p0
 %patch23 -p1
 %patch24 -p1
+# LP#392984
+%patch25 -p1
+# LP#408036
+%patch26 -p1
+# LP#408034
+%patch27 -p1
 
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -229,6 +238,7 @@ CPPFLAGS="-std=gnu99"
        --enable-nls \
        %{?with_python:--with-python}
 %{__make}
+#      --enable-trace
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.120901 seconds and 4 git commands to generate.