]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- added cookie patch (bugfix, avoid small forward fseeks) to make poldek
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Apr 2005 08:59:04 +0000 (08:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  usable with glibc 2.3.5

Changed files:
    poldek.spec -> 1.202

poldek.spec

index 528c42b9ef2b4f553b7086e993a02f53e64ce139..6bf357bf56a7cbdbfb7bb5d455780323a1ae2d01 100644 (file)
@@ -3,7 +3,6 @@
 %bcond_with    static  # don't use shared libraries
 %bcond_without imode   # don't build interactive mode
 %bcond_with    curl    # link with curl
-%bcond_with    distver # enable distversion patch
 #
 # required versions (forced to avoid SEGV with mixed db used by rpm and poldek)
 %define        ver_db  4.3.27-1
@@ -12,7 +11,7 @@ Summary:      RPM packages management helper tool
 Summary(pl):   Pomocnicze narzêdzie do zarz±dzania pakietami RPM
 Name:          poldek
 Version:       0.18.8
-Release:       5%{?with_distver:+distver}
+Release:       5.1
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://team.pld.org.pl/~mis/poldek/download/%{name}-%{version}.tar.bz2
@@ -22,7 +21,7 @@ Patch0:               %{name}-etc_dir.patch
 Patch1:                %{name}-retr_term.patch
 Patch2:                %{name}-simplestatic.patch
 Patch3:                %{name}-gcc4.patch
-Patch12:       %{name}-distver.patch
+Patch4:                %{name}-cookie.patch
 URL:           http://team.pld.org.pl/~mis/poldek/
 BuildRequires: automake
 BuildRequires: autoconf
@@ -54,7 +53,6 @@ BuildRequires:        zlib-static
 Requires:      db >= %{ver_db}
 Requires:      ed
 Requires:      rpm >= %{ver_rpm}
-%{?with_distver:Requires:      rpm-lib(distver)}
 Requires:      sed
 Requires:      openssl >= 0.9.7c
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -93,7 +91,7 @@ modu
 %patch1 -p1
 %patch2 -p0
 %patch3 -p1
-%{?with_distver:%patch12 -p1}
+%patch4 -p1
 
 %build
 %{__autopoint}
This page took 0.057947 seconds and 4 git commands to generate.