Author: qboosh Date: Sat Jun 30 12:31:59 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.16.5 - updated configure options so that files cleanup is not needed
---- Files affected: packages/dpkg: dpkg.spec (1.45 -> 1.46) ---- Diffs: ================================================================ Index: packages/dpkg/dpkg.spec diff -u packages/dpkg/dpkg.spec:1.45 packages/dpkg/dpkg.spec:1.46 --- packages/dpkg/dpkg.spec:1.45 Wed Jun 13 20:07:07 2012 +++ packages/dpkg/dpkg.spec Sat Jun 30 14:31:54 2012 @@ -3,12 +3,12 @@ Summary: Package maintenance system for Debian Linux Summary(pl.UTF-8): Program do obsługi pakietów Debiana Name: dpkg -Version: 1.16.4.2 +Version: 1.16.5 Release: 1 License: GPL v2+ Group: Applications/File -Source0: ftp://ftp.debian.org/debian/pool/main/d/dpkg/%{name}_%{version}.tar.bz2 -# Source0-md5: 537b1861b9842ad350f0b64705aa7aaa +Source0: ftp://ftp.debian.org/debian/pool/main/d/dpkg/%{name}_%{version}.tar.xz +# Source0-md5: c70412c8b0f3609680104585ddb4ba5c URL: http://packages.debian.org/search?keywords=dpkg BuildRequires: bzip2-devel BuildRequires: gettext-devel >= 0.18 @@ -16,6 +16,9 @@ BuildRequires: perl-tools-pod BuildRequires: pkgconfig BuildRequires: rpm-perlprov +BuildRequires: tar >= 1:1.22 +BuildRequires: xz +BuildRequires: xz-devel BuildRequires: zlib-devel Requires: perl-base BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -48,14 +51,10 @@ %build %configure \ PO4A="true" \ + --disable-dselect \ + --disable-install-info \ --disable-silent-rules \ - --enable-shared \ - --without-dselect \ - --without-install-info \ - --without-start-stop-daemon \ - --with-zlib \ - --with-bz2 \ - --with-selinux \ + --disable-start-stop-daemon \ --with-admindir=/var/lib/%{name} %{__make} @@ -74,19 +73,6 @@ %find_lang dpkg-dev cat dpkg-dev.lang >>dpkg.lang -# dselect is not packaged -%{__rm} -r $RPM_BUILD_ROOT%{_bindir}/dselect \ - $RPM_BUILD_ROOT%{_libdir}/dpkg/methods \ - $RPM_BUILD_ROOT%{_localedir}/*/LC_MESSAGES/dselect.mo \ - $RPM_BUILD_ROOT%{_mandir}{,/*}/man1/dselect.1 \ - $RPM_BUILD_ROOT%{_mandir}{,/*}/man5/dselect.cfg.5 \ - $RPM_BUILD_ROOT%{perl_vendorlib}/Debian/Dselect -# part of info package in PLD; anyway, fix-info-dir is used instead -%{__rm} $RPM_BUILD_ROOT%{_sbindir}/install-info -# merged into rc-scripts in PLD -%{__rm} $RPM_BUILD_ROOT%{_sbindir}/start-stop-daemon \ - $RPM_BUILD_ROOT%{_mandir}{,/*}/man8/start-stop-daemon.8 - %clean rm -rf $RPM_BUILD_ROOT @@ -168,6 +154,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.46 2012/06/30 12:31:54 qboosh +- updated to 1.16.5 +- updated configure options so that files cleanup is not needed + Revision 1.45 2012/06/13 18:07:07 qboosh - updated to 1.16.4.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/dpkg/dpkg.spec?r1=1.45&r2=1.46 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
