]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- typo patch: fix for typo in pl.po poldek-0_17_7-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 Aug 2002 13:23:37 +0000 (13:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- epoch patch: fix for Epoch-related bug in obsoletes processing
  (broke ls -u cache, processing orphaned packages and probably greedy option)
- release 2 (better /test first...)

Changed files:
    poldek.spec -> 1.61

poldek.spec

index 4255c5ccf7652476dc57285c8aecfe74e5ff5864..f808a631c1eefad84b71a3d3c5d257e193386f24 100644 (file)
@@ -6,11 +6,13 @@ Summary:      RPM packages management helper tool
 Summary(pl):   Pomocnicze narzêdzie do zarz±dzania pakietami RPM
 Name:          poldek
 Version:       0.17.7
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Source0:       http://team.pld.org.pl/~mis/poldek/download/%{name}-%{version}.tar.gz
 Source1:       %{name}.conf
+Patch0:                %{name}-typo.patch
+Patch1:                %{name}-epoch.patch
 URL:           http://team.pld.org.pl/~mis/poldek/
 #%{!?_with_static:Requires:    trurlib >= 0.43.6}
 Requires:      rpm >= 4.0.2-62
@@ -66,6 +68,8 @@ modu
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure \
This page took 0.129479 seconds and 4 git commands to generate.