]> git.pld-linux.org Git - packages/debianutils.git/blob - debianutils.spec
- remove which
[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:  7e989a8b0562054aea22c654507f2cb5
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 which.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32         DESTDIR=$RPM_BUILD_ROOT
33
34 # which.spec is more advanced and is binary
35 rm -rf $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/{fr/,}man1}/which*
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/run-parts
43 %attr(755,root,root) %{_bindir}/savelog
44 %attr(755,root,root) %{_bindir}/sensible-browser
45 %attr(755,root,root) %{_bindir}/sensible-editor
46 %attr(755,root,root) %{_bindir}/sensible-pager
47 %attr(755,root,root) %{_bindir}/tempfile
48 %attr(755,root,root) %{_sbindir}/add-shell
49 %attr(755,root,root) %{_sbindir}/installkernel
50 %attr(755,root,root) %{_sbindir}/mkboot
51 %attr(755,root,root) %{_sbindir}/remove-shell
52 %{_mandir}/man1/sensible-editor.1*
53 %{_mandir}/man1/tempfile.1*
54 %{_mandir}/man8/add-shell.8*
55 %{_mandir}/man8/installkernel.8*
56 %{_mandir}/man8/mkboot.8*
57 %{_mandir}/man8/remove-shell.8*
58 %{_mandir}/man8/run-parts.8*
59 %{_mandir}/man8/savelog.8*
60 %lang(fr) %{_mandir}/fr/man1/sensible-editor.1*
61 %lang(fr) %{_mandir}/fr/man1/tempfile.1*
62 %lang(fr) %{_mandir}/fr/man8/add-shell.8*
63 %lang(fr) %{_mandir}/fr/man8/installkernel.8*
64 %lang(fr) %{_mandir}/fr/man8/mkboot.8*
65 %lang(fr) %{_mandir}/fr/man8/remove-shell.8*
66 %lang(fr) %{_mandir}/fr/man8/run-parts.8*
67 %lang(fr) %{_mandir}/fr/man8/savelog.8*
This page took 0.090918 seconds and 3 git commands to generate.