Author: arekm Date: Tue Jul 29 18:24:38 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - lzma support via library
---- Files affected: SPECS: rpm.spec (1.904 -> 1.905) ---- Diffs: ================================================================ Index: SPECS/rpm.spec diff -u SPECS/rpm.spec:1.904 SPECS/rpm.spec:1.905 --- SPECS/rpm.spec:1.904 Tue Jul 29 20:12:51 2008 +++ SPECS/rpm.spec Tue Jul 29 20:24:32 2008 @@ -65,7 +65,7 @@ Summary(uk.UTF-8): Менеджер пакетів від RPM Name: rpm Version: 5.1.4 -Release: 0.3 +Release: 0.4 License: LGPL Group: Base Source0: http://rpm5.org/files/rpm/rpm-5.1/%{name}-%{version}.tar.gz @@ -156,6 +156,7 @@ BuildRequires: elfutils-devel >= 0.108 BuildRequires: gettext-autopoint >= 0.11.4-2 BuildRequires: gettext-devel >= 0.11.4-2 +BuildRequires: lzma-devel >= 4.42.2 BuildRequires: libmagic-devel %{?with_selinux:BuildRequires: libselinux-devel >= 1.18} # needed only for AM_PROG_CXX used for CXX substitution in rpm.macros @@ -303,7 +304,6 @@ Requires: libmagic >= 1.15-2 %{?with_selinux:Requires: libselinux >= 1.18} Requires: popt >= %{reqpopt_ver} -%{?with_suggest_tags:Suggests: lzma} Obsoletes: rpm-libs # avoid SEGV caused by mixed db versions Conflicts: poldek < 0.18.1-16 @@ -427,7 +427,6 @@ %if %{with suggest_tags} Suggests: bzip2 Suggests: gzip -Suggests: lzma %endif Conflicts: filesystem-debuginfo < 3.0-16 @@ -505,7 +504,6 @@ Requires: glibc-devel Requires: grep Requires: gzip -Requires: lzma Requires: make Requires: patch Requires: sed @@ -752,6 +750,7 @@ --with-zlib=external \ --with-bzip2=external \ --with-beecrypt=external \ + --with-lzma=external \ --with-neon=%{?with_neon:external}%{!?with_neon:no} \ --with-file=external \ --with-popt=external \ @@ -1335,6 +1334,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.905 2008/07/29 18:24:32 arekm +- lzma support via library + Revision 1.904 2008/07/29 18:12:51 megabajt - generate mimetype(...) provides; merge from rpm-4_4_9 branch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.904&r2=1.905&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
