From c8e1516cb8d92cc931571c54853e37a2bbf77e64 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 12 Apr 2005 08:59:04 +0000 Subject: [PATCH] - added cookie patch (bugfix, avoid small forward fseeks) to make poldek usable with glibc 2.3.5 Changed files: poldek.spec -> 1.202 --- poldek.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/poldek.spec b/poldek.spec index 528c42b..6bf357b 100644 --- a/poldek.spec +++ b/poldek.spec @@ -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} -- 2.44.0