]> git.pld-linux.org Git - packages/dpkg.git/blob - dpkg.spec
ede95ee57edc85ca7c3f8b389d8e8b93ccdb8c7c
[packages/dpkg.git] / dpkg.spec
1 Summary:        Package maintenance system for Debian Linux
2 Summary(pl):    Program do obs³ugi pakietów Debiana
3 Name:           dpkg
4 Version:        1.10.23
5 Release:        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:  94a845ab0e14deb196d43e03c48a16b9
10 Source1:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-pl-man-pages.tar.bz2
11 # Source1-md5:  55b735ac489c7db709c9e7b3ca535f97
12 #Patch0:                %{name}-no-debiandoc.patch
13 #Patch1:                %{name}-opt.patch
14 #Patch2:                %{name}-acfix.patch
15 #Patch3:                %{name}-no_man_section.patch
16 #Patch4:                %{name}-gcc33.patch
17 #Patch5:                %{name}-po.patch
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20 BuildRequires:  gettext-devel
21 BuildRequires:  libtool
22 BuildRequires:  perl-tools-pod
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 This package contains the programs which handle the installation and
27 removal of packages on your system.
28
29 The primary interface for the dpkg suite is the `dselect' program; a
30 more low-level and less user-friendly interface is available in the
31 form of the `dpkg' command.
32
33 In order to unpack and build Debian source packages you will need to
34 install the developers' package `dpkg-dev' as well as this one.
35
36 %description -l pl
37 Ten pakiet zawiera narzêdzia do obs³ugi pakietów deb znanych z
38 Debiana.
39
40 %prep
41 %setup -q
42 #%patch0 -p1
43 #%patch1 -p1
44 #%patch2 -p1
45 #%patch3 -p0
46 #%patch4 -p1
47 #%patch5 -p1
48
49 %build
50 #%%{__libtoolize}
51 #%%{__gettextize}
52 #%%{__aclocal}
53 #%%{__autoconf}
54 %configure \
55         --enable-shared \
56         --without-dselect \
57         --without-sgml-doc \
58         --with-admindir=/var/lib/%{name}
59
60 %{__make} docdir=%{_defaultdocdir}/%{name}-%{version} \
61         CFLAGS="%{rpmcflags} -DSYS_SIGLIST_DECLARED"
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65 install -d $RPM_BUILD_ROOT%{_defaultdocdir}/dpkg
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT
69
70 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
71
72 %find_lang dpkg
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %files -f dpkg.lang
78 %defattr(644,root,root,755)
79 %doc doc/database-structure.fig doc/internals.sgml
80 %doc $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/*
81 %attr(755,root,root) %{_bindir}/822-date
82 %attr(755,root,root) %{_bindir}/dpkg*
83 %dir %{_libdir}/dpkg
84 %dir %{_libdir}/dpkg/methods
85 %dir %{_libdir}/dpkg/parsechangelog
86 %dir %{_libdir}/dpkg/methods/disk
87 %dir %{_libdir}/dpkg/methods/floppy
88 %{_libdir}/dpkg/controllib.pl
89 %attr(755,root,root) %{_libdir}/dpkg/mksplit
90 %dir %{_libdir}/dpkg/methods/*/desc*
91 %dir %{_libdir}/dpkg/methods/*/names
92 %attr(755,root,root) %dir %{_libdir}/dpkg/methods/*/install
93 %attr(755,root,root) %dir %{_libdir}/dpkg/methods/*/setup
94 %attr(755,root,root) %dir %{_libdir}/dpkg/methods/*/update
95 %attr(755,root,root) %dir %{_libdir}/dpkg/parsechangelog/debian
96 #%attr(755,root,root) %{_sbindir}/start-stop-daemon
97 %attr(755,root,root) %{_sbindir}/dpkg-divert
98 %attr(755,root,root) %{_sbindir}/update-alternatives
99 %dir /var/lib/dpkg
100 /var/lib/dpkg/*
101 %{_mandir}/man1/822-date.1*
102 %{_mandir}/man1/dpkg*
103 %{_mandir}/man5/*
104 %{_mandir}/man8/dpkg*
105 #%{_mandir}/man8/start-stop*
106 %{_mandir}/man8/update*
107 %lang(es) %{_mandir}/es/man1/dpkg*
108 %lang(es) %{_mandir}/es/man5/*
109 %lang(es) %{_mandir}/es/man8/dpkg*
110 %lang(fr) %{_mandir}/fr/man1/dpkg*
111 %lang(fr) %{_mandir}/fr/man5/*
112 %lang(fr) %{_mandir}/fr/man8/dpkg*
113 %lang(ja) %{_mandir}/ja/man1/dpkg*
114 %lang(ja) %{_mandir}/ja/man5/*
115 %lang(ja) %{_mandir}/ja/man8/dpkg*
116 #%lang(ja) %{_mandir}/ja/man8/start-stop*
117 %lang(ja) %{_mandir}/ja/man8/update*
118 %lang(pl) %{_mandir}/pl/man1/dpkg*
119 %lang(pl) %{_mandir}/pl/man8/dpkg*
120 %lang(pt_BR) %{_mandir}/pt_BR/man8/dpkg*
121 %lang(ru) %{_mandir}/ru/man1/dpkg*
122 %lang(ru) %{_mandir}/ru/man5/*
123 %lang(ru) %{_mandir}/ru/man8/dpkg*
124 %lang(sv) %{_mandir}/sv/man1/dpkg*
125 %lang(sv) %{_mandir}/sv/man5/*
126 %lang(sv) %{_mandir}/sv/man8/dpkg*
This page took 0.04503 seconds and 2 git commands to generate.