]> git.pld-linux.org Git - packages/dpkg.git/blobdiff - dpkg.spec
- updated to 1.16.2
[packages/dpkg.git] / dpkg.spec
index 18bfbd648c0261f7bf2c27ffece55ebdd896d28f..c6c5ff05707b9e60b81e95b593d89872e31709c5 100644 (file)
--- a/dpkg.spec
+++ b/dpkg.spec
@@ -1,24 +1,27 @@
+%include       /usr/lib/rpm/macros.perl
 Summary:       Package maintenance system for Debian Linux
 Summary(pl.UTF-8):     Program do obsługi pakietów Debiana
 Name:          dpkg
-Version:       1.15.8.8
+Version:       1.16.2
 Release:       1
 License:       GPL v2+
 Group:         Applications/File
 Source0:       ftp://ftp.debian.org/debian/pool/main/d/dpkg/%{name}_%{version}.tar.bz2
-# Source0-md5: 39600c01d03c997bc12898ff85424377
+# Source0-md5: 629ba7ee2024e6a5c0ff807aa2db02f8
 URL:           http://packages.debian.org/search?keywords=dpkg
-BuildRequires: autoconf
-BuildRequires: automake
 BuildRequires: bzip2-devel
-BuildRequires: gettext-devel
+BuildRequires: gettext-devel >= 0.18
 BuildRequires: libselinux-devel
-BuildRequires: libtool
 BuildRequires: perl-tools-pod
+BuildRequires: pkgconfig
+BuildRequires: rpm-perlprov
 BuildRequires: zlib-devel
 Requires:      perl-base
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# blacklist false positives
+%define                _noautoreq      'perl(extra)' 'perl(file)' 'perl(in)' 'perl(Tie::ExtraHash)'
+
 %description
 This package contains the programs to handle deb packages known from
 Debian.
@@ -43,6 +46,7 @@ Biblioteka i pliki nagłówkowe dpkg.
 
 %build
 %configure \
+       PO4A="true" \
        --disable-silent-rules \
        --enable-shared \
        --without-dselect \
@@ -52,7 +56,6 @@ Biblioteka i pliki nagłówkowe dpkg.
        --with-bz2 \
        --with-selinux \
        --with-admindir=/var/lib/%{name}
-#      SELINUX_LIBS=-lselinux
 
 %{__make}
 
@@ -89,6 +92,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dpkg/cputable
 %{_datadir}/dpkg/ostable
 %{_datadir}/dpkg/triplettable
+%{_datadir}/dpkg/*.mk
 
 %{perl_vendorlib}/Dpkg.pm
 %{perl_vendorlib}/Dpkg
@@ -121,7 +125,11 @@ rm -rf $RPM_BUILD_ROOT
 %lang(fr) %{_mandir}/fr/man8/dpkg-*.8*
 %lang(fr) %{_mandir}/fr/man8/update-alternatives.8*
 %lang(hu) %{_mandir}/hu/man5/dpkg.cfg.5*
-%lang(ja) %{_mandir}/ja/man5/deb-old.5*
+%lang(ja) %{_mandir}/ja/man1/dpkg*.1*
+%lang(ja) %{_mandir}/ja/man5/deb*.5*
+%lang(ja) %{_mandir}/ja/man5/dpkg.cfg.5*
+%lang(ja) %{_mandir}/ja/man8/dpkg*.8*
+%lang(ja) %{_mandir}/ja/man8/update-alternatives.8*
 %lang(pl) %{_mandir}/pl/man1/dpkg*.1*
 %lang(pl) %{_mandir}/pl/man5/deb*.5*
 %lang(pl) %{_mandir}/pl/man5/dpkg.cfg.5*
This page took 0.037105 seconds and 4 git commands to generate.