]> git.pld-linux.org Git - packages/dpkg.git/blame - dpkg.spec
- perl-base not perl
[packages/dpkg.git] / dpkg.spec
CommitLineData
aea5b33f 1Summary: Package maintenance system for Debian Linux
b81e7419 2Summary(pl.UTF-8): Program do obsługi pakietów Debiana
aea5b33f 3Name: dpkg
dcaefd63
JR
4Version: 1.14.4
5Release: 0.1
aea5b33f 6License: GPL
71d0ff61 7Group: Applications/File
5e9ec313 8Source0: ftp://ftp.debian.org/debian/pool/main/d/dpkg/%{name}_%{version}.tar.gz
dcaefd63 9# Source0-md5: c9d6a52582bc39fa725b498e095d3ee1
71d0ff61
JB
10BuildRequires: autoconf
11BuildRequires: automake
dcaefd63 12BuildRequires: bzip2-devel
f8e067bd 13BuildRequires: gettext-devel
dcaefd63 14BuildRequires: libselinux-devel
dc9ed1c4
TP
15BuildRequires: libtool
16BuildRequires: perl-tools-pod
589726b5 17BuildRequires: zlib-devel
80622688 18Requires: perl-base
607070d7 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
aea5b33f
JR
20
21%description
22This package contains the programs which handle the installation and
23removal of packages on your system.
24
25The primary interface for the dpkg suite is the `dselect' program; a
26more low-level and less user-friendly interface is available in the
27form of the `dpkg' command.
28
29In order to unpack and build Debian source packages you will need to
30install the developers' package `dpkg-dev' as well as this one.
31
f8701fb4
JR
32%description -l pl.UTF-8
33Ten pakiet zawiera narzędzia do obsługi pakietów deb znanych z
71d0ff61 34Debiana.
289d26c0 35
aea5b33f
JR
36%prep
37%setup -q
aea5b33f
JR
38
39%build
71d0ff61 40%configure \
aea5b33f
JR
41 --enable-shared \
42 --without-dselect \
dcaefd63
JR
43 --without-start-stop-daemon \
44 --with-zlib \
45 --with-bz2 \
46 --with-selinux \
47 --with-admindir=/var/lib/%{name} \
48 SELINUX_LIBS=-lselinux
aea5b33f 49
dcaefd63 50%{__make}
aea5b33f
JR
51
52%install
53rm -rf $RPM_BUILD_ROOT
aea5b33f
JR
54
55%{__make} install \
56 DESTDIR=$RPM_BUILD_ROOT
57
aea5b33f
JR
58%find_lang dpkg
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files -f dpkg.lang
64%defattr(644,root,root,755)
dcaefd63 65#%doc $RPM_BUILD_ROOT%{_docdir}/%{name}/*
aea5b33f
JR
66%attr(755,root,root) %{_bindir}/822-date
67%attr(755,root,root) %{_bindir}/dpkg*
68%dir %{_libdir}/dpkg
aea5b33f 69%dir %{_libdir}/dpkg/parsechangelog
ef2ba917 70%{_libdir}/dpkg/*.pl
aea5b33f 71%attr(755,root,root) %{_libdir}/dpkg/mksplit
aea5b33f 72%attr(755,root,root) %dir %{_libdir}/dpkg/parsechangelog/debian
aea5b33f
JR
73%attr(755,root,root) %{_sbindir}/dpkg-divert
74%attr(755,root,root) %{_sbindir}/update-alternatives
aea5b33f
JR
75%dir /var/lib/dpkg
76/var/lib/dpkg/*
dcaefd63
JR
77%{_mandir}/man1/822*
78%{_mandir}/man5/deb*
79%{_mandir}/man*/dpkg*
aea5b33f 80%{_mandir}/man8/update*
dcaefd63
JR
81%lang(de) %{_mandir}/de/man1/822*
82%lang(de) %{_mandir}/de/man5/deb*
83%lang(de) %{_mandir}/de/man*/dpkg*
84%lang(de) %{_mandir}/de/man8/update*
85%lang(fr) %{_mandir}/fr/man1/822*
86%lang(fr) %{_mandir}/fr/man5/deb*
87%lang(fr) %{_mandir}/fr/man*/dpkg*
88%lang(fr) %{_mandir}/fr/man8/update*
89%lang(hu) %{_mandir}/hu/man5/deb*
90%lang(hu) %{_mandir}/hu/man*/dpkg*
91%lang(ja) %{_mandir}/ja/man5/deb*
92%lang(ja) %{_mandir}/ja/man*/dpkg*
aea5b33f 93%lang(ja) %{_mandir}/ja/man8/update*
dcaefd63
JR
94%lang(pl) %{_mandir}/pl/man1/822*
95%lang(pl) %{_mandir}/pl/man*/dpkg*
96%lang(pl) %{_mandir}/pl/man8/update*
97%lang(ru) %{_mandir}/ru/man5/deb*
98%lang(ru) %{_mandir}/ru/man*/dpkg*
99%lang(sv) %{_mandir}/sv/man5/deb*
100%lang(sv) %{_mandir}/sv/man*/dpkg*
This page took 0.161318 seconds and 4 git commands to generate.