]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- rel 7; make '.' dir become getcwd() one to prevent system trash on '--install-dist...
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 22 Nov 2007 19:48:12 +0000 (19:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.277.2.3.2.14

poldek.spec

index 635ff4b308d22c28a2d8a068571a37bbfa1205e6..fc4f8471ddb9a9a6f1407ddd7218b763f7da3588 100644 (file)
@@ -11,7 +11,7 @@ Summary:      RPM packages management helper tool
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
 Name:          poldek
 Version:       0.21
-Release:       0.%{_snap}.5
+Release:       0.%{_snap}.7
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://poldek.pld-linux.org/download/snapshots/%{name}-%{version}-cvs%{_snap}.tar.bz2
@@ -26,6 +26,7 @@ Patch4:               %{name}-ndie_fix.patch
 Patch5:                %{name}-uri-escape-fix.patch
 Patch6:                %{name}-install-dist.patch
 Patch7:                %{name}-nohold-fix.patch
+Patch8:                %{name}-dir-dot.patch
 URL:           http://poldek.pld-linux.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -159,6 +160,7 @@ Moduły języka Python dla poldka.
 %patch5 -p0
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
This page took 0.03426 seconds and 4 git commands to generate.