]> git.pld-linux.org Git - packages/dpkg.git/blob - dpkg.spec
- started update to 1.14.4
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This package contains the programs which handle the installation and
22 removal of packages on your system.
23
24 The primary interface for the dpkg suite is the `dselect' program; a
25 more low-level and less user-friendly interface is available in the
26 form of the `dpkg' command.
27
28 In order to unpack and build Debian source packages you will need to
29 install the developers' package `dpkg-dev' as well as this one.
30
31 %description -l pl.UTF-8
32 Ten pakiet zawiera narzędzia do obsługi pakietów deb znanych z
33 Debiana.
34
35 %prep
36 %setup -q
37
38 %build
39 %configure \
40         --enable-shared \
41         --without-dselect \
42         --without-start-stop-daemon \
43         --with-zlib \
44         --with-bz2 \
45         --with-selinux \
46         --with-admindir=/var/lib/%{name} \
47         SELINUX_LIBS=-lselinux
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %find_lang dpkg
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f dpkg.lang
63 %defattr(644,root,root,755)
64 #%doc $RPM_BUILD_ROOT%{_docdir}/%{name}/*
65 %attr(755,root,root) %{_bindir}/822-date
66 %attr(755,root,root) %{_bindir}/dpkg*
67 %dir %{_libdir}/dpkg
68 %dir %{_libdir}/dpkg/parsechangelog
69 %{_libdir}/dpkg/controllib.pl
70 %attr(755,root,root) %{_libdir}/dpkg/mksplit
71 %attr(755,root,root) %dir %{_libdir}/dpkg/parsechangelog/debian
72 %attr(755,root,root) %{_sbindir}/dpkg-divert
73 %attr(755,root,root) %{_sbindir}/update-alternatives
74 %dir /var/lib/dpkg
75 /var/lib/dpkg/*
76 %{_mandir}/man1/822*
77 %{_mandir}/man5/deb*
78 %{_mandir}/man*/dpkg*
79 %{_mandir}/man8/update*
80 %lang(de) %{_mandir}/de/man1/822*
81 %lang(de) %{_mandir}/de/man5/deb*
82 %lang(de) %{_mandir}/de/man*/dpkg*
83 %lang(de) %{_mandir}/de/man8/update*
84 %lang(fr) %{_mandir}/fr/man1/822*
85 %lang(fr) %{_mandir}/fr/man5/deb*
86 %lang(fr) %{_mandir}/fr/man*/dpkg*
87 %lang(fr) %{_mandir}/fr/man8/update*
88 %lang(hu) %{_mandir}/hu/man5/deb*
89 %lang(hu) %{_mandir}/hu/man*/dpkg*
90 %lang(ja) %{_mandir}/ja/man5/deb*
91 %lang(ja) %{_mandir}/ja/man*/dpkg*
92 %lang(ja) %{_mandir}/ja/man8/update*
93 %lang(pl) %{_mandir}/pl/man1/822*
94 %lang(pl) %{_mandir}/pl/man*/dpkg*
95 %lang(pl) %{_mandir}/pl/man8/update*
96 %lang(ru) %{_mandir}/ru/man5/deb*
97 %lang(ru) %{_mandir}/ru/man*/dpkg*
98 %lang(sv) %{_mandir}/sv/man5/deb*
99 %lang(sv) %{_mandir}/sv/man*/dpkg*
This page took 0.069573 seconds and 4 git commands to generate.