SPECS: poldek.spec - merged update to 0.18.9 from AC-branch - re...

qboosh qboosh at pld-linux.org
Tue Jul 26 14:10:21 CEST 2005


Author: qboosh                       Date: Tue Jul 26 12:10:21 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merged update to 0.18.9 from AC-branch
  - removed obsolete gcc4,cookie,rpmcmd,fmtime patches
-  - added prereq patch (handle dropped legacy PreReq support in rpm 4.4)

---- Files affected:
SPECS:
   poldek.spec (1.210 -> 1.211) 

---- Diffs:

================================================================
Index: SPECS/poldek.spec
diff -u SPECS/poldek.spec:1.210 SPECS/poldek.spec:1.211
--- SPECS/poldek.spec:1.210	Sun Jun 26 20:27:49 2005
+++ SPECS/poldek.spec	Tue Jul 26 14:10:16 2005
@@ -11,20 +11,17 @@
 Summary:	RPM packages management helper tool
 Summary(pl):	Pomocnicze narzędzie do zarządzania pakietami RPM
 Name:		poldek
-Version:	0.18.8
-Release:	11
+Version:	0.18.9
+Release:	1.1
 License:	GPL v2
 Group:		Applications/System
 Source0:	http://team.pld.org.pl/~mis/poldek/download/%{name}-%{version}.tar.bz2
-# Source0-md5:	f7e2978c7f8b35b0b07d0278dd299881
+# Source0-md5:	c49eb9086a7ee77e50c527f9c95e41aa
 Source1:	%{name}.conf
 Patch0:		%{name}-etc_dir.patch
 Patch1:		%{name}-retr_term.patch
 Patch2:		%{name}-simplestatic.patch
-Patch3:		%{name}-gcc4.patch
-Patch4:		%{name}-cookie.patch
-Patch5:		%{name}-rpmcmd.patch
-Patch6:		%{name}-fmtime.patch
+Patch3:		%{name}-prereq.patch
 URL:		http://team.pld.org.pl/~mis/poldek/
 BuildRequires:	automake
 BuildRequires:	autoconf
@@ -34,11 +31,11 @@
 BuildRequires:	gettext-autopoint
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	pcre-devel
+BuildRequires:	perl-tools-pod
 BuildRequires:	popt-devel
 BuildRequires:	readline-devel
 BuildRequires:	rpm-devel >= %{ver_rpm}
 BuildRequires:	zlib-devel
-BuildRequires:	perl-tools-pod
 %if %{with static}
 BuildRequires:	bzip2-static
 %{?with_curl:BuildRequires:	curl-static}
@@ -53,8 +50,8 @@
 BuildRequires:	rpm-static
 BuildRequires:	zlib-static
 %endif
+Requires(triggerpostun):	sed >= 4.0
 Requires:	db >= %{ver_db}
-Requires:	ed
 Requires:	rpm >= %{ver_rpm}
 Requires:	sed
 Requires:	openssl >= 0.9.7c
@@ -74,6 +71,8 @@
 
 %{!?with_imode:This version hasn't got interactive mode.}
 
+#' vim
+
 %description -l pl
 poldek jest narzędziem linii poleceń służącym do weryfikacji,
 instalacji (włączając instalację systemu od zera), aktualizacji i
@@ -94,9 +93,6 @@
 %patch1 -p1
 %patch2 -p0
 %patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p0
 
 %build
 %{__autopoint}
@@ -143,19 +139,22 @@
 
 %find_lang %{name}
 
+# no poldek-{devel,static}
+rm -rf $RPM_BUILD_ROOT%{_includedir}
+rm -rf $RPM_BUILD_ROOT%{_libdir}/lib*.a
+rm -rf $RPM_BUILD_ROOT%{_libdir}/libtrurl.so.0.4.0
+rm -rf $RPM_BUILD_ROOT%{_libdir}/libtrurl.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %triggerpostun -- poldek <= 0.18.3-5
-if grep -q '^promoteepoch.*yes' %{_sysconfdir}/poldek.conf ; then
-	echo -e ',s:^promoteepoch:# promoteepoch:g\n,w' | ed -s %{_sysconfdir}/poldek.conf
-fi
+sed -i -e '/^promoteepoch:.*yes/s/^/#/' %{_sysconfdir}/poldek.conf
 
 # otherwise don't touch
 %ifarch i386 i586 i686 ppc sparc alpha amd64 athlon
 %triggerpostun -- poldek <= 0.18.7-1
-echo -e ',s://ftp.pld-linux.org://ftp.%{_target_cpu}.ac.pld-linux.org:g\n,w' |\
-	ed -s /etc/poldek.conf ||:
+sed -i -e 's://ftp.pld-linux.org://ftp.%{_target_cpu}.ac.pld-linux.org:g' /etc/poldek.conf
 %endif
 
 %files -f %{name}.lang
@@ -172,6 +171,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.211  2005/07/26 12:10:16  qboosh
+- merged update to 0.18.9 from AC-branch
+  - removed obsolete gcc4,cookie,rpmcmd,fmtime patches
+-  - added prereq patch (handle dropped legacy PreReq support in rpm 4.4)
+
 Revision 1.210  2005/06/26 18:27:49  baggins
 - release 11
 - s/rpmcmd/pmcmd/ for compat with 0.19
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/poldek.spec?r1=1.210&r2=1.211&f=u




More information about the pld-cvs-commit mailing list