]> git.pld-linux.org Git - packages/debianutils.git/blob - debianutils.spec
- which is not included
[packages/debianutils.git] / debianutils.spec
1 Summary:        Miscellaneous utilities specific to Debian
2 Name:           debianutils
3 Version:        2.30
4 Release:        0.1
5 License:        GPL v2+ / distributale
6 Group:          Base
7 Source0:        http://ftp.debian.org/debian/pool/main/d/debianutils/%{name}_%{version}.tar.gz
8 # Source0-md5:  7fdd5f8395162d8728d4b79e97b9819e
9 URL:            http://git.debian.org/?p=private/schizo/debianutils.git
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 This package provides a number of small utilities which are used
14 primarily by the installation scripts of Debian packages, although you
15 may use them directly.
16
17 The specific utilities included are: installkernel mkboot run-parts
18 savelog sensible-browser sensible-editor sensible-pager tempfile.
19
20 %prep
21 %setup -q
22
23 %build
24 %configure
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %{__make} install \
31         DESTDIR=$RPM_BUILD_ROOT
32
33 # which.spec is more advanced and is binary
34 rm -rf $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/{fr/,}man1}/which*
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %attr(755,root,root) %{_bindir}/run-parts
42 %attr(755,root,root) %{_bindir}/savelog
43 %attr(755,root,root) %{_bindir}/sensible-browser
44 %attr(755,root,root) %{_bindir}/sensible-editor
45 %attr(755,root,root) %{_bindir}/sensible-pager
46 %attr(755,root,root) %{_bindir}/tempfile
47 %attr(755,root,root) %{_sbindir}/add-shell
48 %attr(755,root,root) %{_sbindir}/installkernel
49 %attr(755,root,root) %{_sbindir}/mkboot
50 %attr(755,root,root) %{_sbindir}/remove-shell
51 %{_mandir}/man1/sensible-editor.1*
52 %{_mandir}/man1/tempfile.1*
53 %{_mandir}/man8/add-shell.8*
54 %{_mandir}/man8/installkernel.8*
55 %{_mandir}/man8/mkboot.8*
56 %{_mandir}/man8/remove-shell.8*
57 %{_mandir}/man8/run-parts.8*
58 %{_mandir}/man8/savelog.8*
59 %lang(fr) %{_mandir}/fr/man1/sensible-editor.1*
60 %lang(fr) %{_mandir}/fr/man1/tempfile.1*
61 %lang(fr) %{_mandir}/fr/man8/add-shell.8*
62 %lang(fr) %{_mandir}/fr/man8/installkernel.8*
63 %lang(fr) %{_mandir}/fr/man8/mkboot.8*
64 %lang(fr) %{_mandir}/fr/man8/remove-shell.8*
65 %lang(fr) %{_mandir}/fr/man8/run-parts.8*
66 %lang(fr) %{_mandir}/fr/man8/savelog.8*
This page took 0.072075 seconds and 3 git commands to generate.