SPECS (AC-branch): rpm.spec - rpm 4.4.9 for ac; rel 31

glen glen at pld-linux.org
Wed Feb 6 23:04:52 CET 2008


Author: glen                         Date: Wed Feb  6 22:04:52 2008 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- rpm 4.4.9 for ac; rel 31

---- Files affected:
SPECS:
   rpm.spec (1.837.2.42 -> 1.837.2.42.2.1) 

---- Diffs:

================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.837.2.42 SPECS/rpm.spec:1.837.2.42.2.1
--- SPECS/rpm.spec:1.837.2.42	Wed Feb  6 18:35:11 2008
+++ SPECS/rpm.spec	Wed Feb  6 23:04:47 2008
@@ -12,7 +12,7 @@
 # Conditional build:
 %bcond_with	static		# build static rpm+rpmi
 %bcond_without	apidocs		# don't generate documentation with doxygen
-%bcond_with	autoreqdep	# autogenerate package name deps in addition to sonames/perl(X)
+%bcond_without	autoreqdep	# autogenerate package name deps in addition to sonames/perl(X)
 %bcond_without	python		# don't build python bindings
 %bcond_without	selinux		# build without selinux support
 %bcond_without	system_libmagic	# don't use system libmagic
@@ -23,7 +23,7 @@
 # force_cpp		- force using __cpp other than "%{_target_cpu}-pld-linux-gcc -E"
 
 # versions of required libraries
-%define	reqdb_ver	4.6.18
+%define	reqdb_ver	4.5.20-3
 %define	reqpopt_ver	1.10.8
 %define	beecrypt_ver	2:4.1.2-4
 %define	find_lang_rev	1.27
@@ -37,7 +37,7 @@
 Summary(uk.UTF-8):	Менеджер пакетів від RPM
 Name:		rpm
 Version:	4.4.9
-Release:	30
+Release:	31
 License:	LGPL
 Group:		Base
 Source0:	http://rpm5.org/files/rpm/rpm-4.4/%{name}-%{version}.tar.gz
@@ -60,6 +60,11 @@
 Source16:	%{name}-java-requires
 # http://svn.pld-linux.org/banner.sh/
 Source17:	banner.sh
+Patch1067:	%{name}-disable-features.patch
+Patch1068:	%{name}-rpmrc-ac.patch
+Patch1069:	%{name}-parentdirs.patch
+Patch1070:	%{name}-macros-ac.patch
+
 Patch0:		%{name}-pl.po.patch
 Patch1:		%{name}-rpmrc.patch
 Patch2:		%{name}-arch.patch
@@ -135,10 +140,6 @@
 BuildRequires:	bzip2-devel >= 1.0.2-17
 BuildRequires:	db-devel >= %{reqdb_ver}
 BuildRequires:	elfutils-devel >= 0.108
-%ifnarch sparc64
-# -fPIE/-pie
-BuildRequires:	gcc >= 5:3.4
-%endif
 BuildRequires:	gettext-devel >= 0.11.4-2
 %{?with_system_libmagic:BuildRequires:	libmagic-devel}
 %{?with_selinux:BuildRequires:	libselinux-devel >= 1.18}
@@ -151,8 +152,8 @@
 %endif
 BuildRequires:	patch >= 2.2
 BuildRequires:	popt-devel >= %{reqpopt_ver}
-%{?with_python:BuildRequires:	python-devel >= 1:2.5}
-BuildRequires:	python-modules >= 1:2.5
+%{?with_python:BuildRequires:	python-devel >= 1:2.3}
+BuildRequires:	python-modules >= 1:2.3
 BuildRequires:	rpm-perlprov
 %{?with_python:BuildRequires:	rpm-pythonprov}
 BuildRequires:	zlib-devel
@@ -181,8 +182,8 @@
 Obsoletes:	rpm-getdeps
 %{!?with_static:Obsoletes:	rpm-utils-static}
 Conflicts:	glibc < 2.2.92
-# db4.6 poldek needed
-Conflicts:	poldek < 0.21-0.20070703.00.3
+# poldek with version dep on rpm needed
+Conflicts:	poldek < 0.20-21
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_binary_payload		w9.gzdio
@@ -472,7 +473,11 @@
 Requires:	file >= 4.17
 Requires:	fileutils
 Requires:	findutils
-Requires:	gcc >= 5:3.4
+%ifarch athlon
+Requires:	gcc >= 3.0.3
+%else
+Requires:	gcc
+%endif
 Requires:	glibc-devel
 Requires:	grep
 Requires:	gzip
@@ -712,11 +717,18 @@
 %patch68 -p1
 %patch69 -p1
 
+
+rm -rf sqlite zlib db db3 popt rpmdb/db.h
+
+%patch1067 -p1
+%patch1068 -p1
+%patch1069 -p1
+%patch1070 -p1
+
 mv -f scripts/{perl.req,perl.req.in}
 mv -f scripts/{perl.prov,perl.prov.in}
 mv -f po/{no,nb}.po
 mv -f po/{sr,sr at Latn}.po
-rm -rf sqlite zlib db db3 popt rpmdb/db.h
 
 # generate Group translations to *.po
 awk -f %{SOURCE6} %{SOURCE1}
@@ -1259,6 +1271,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.837.2.42.2.1  2008-02-06 22:04:47  glen
+- rpm 4.4.9 for ac; rel 31
+
 Revision 1.837.2.42  2008-02-06 17:35:11  glen
 - change R: filesystem-debuginfo to conflicts
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.837.2.42&r2=1.837.2.42.2.1&f=u



More information about the pld-cvs-commit mailing list