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