]> git.pld-linux.org Git - packages/debianutils.git/blame - debianutils.spec
- which is not included
[packages/debianutils.git] / debianutils.spec
CommitLineData
26d6ea49
ER
1Summary: Miscellaneous utilities specific to Debian
2Name: debianutils
3Version: 2.30
4Release: 0.1
5License: GPL v2+ / distributale
6Group: Base
7Source0: http://ftp.debian.org/debian/pool/main/d/debianutils/%{name}_%{version}.tar.gz
438d47b0 8# Source0-md5: 7fdd5f8395162d8728d4b79e97b9819e
26d6ea49
ER
9URL: http://git.debian.org/?p=private/schizo/debianutils.git
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13This package provides a number of small utilities which are used
14primarily by the installation scripts of Debian packages, although you
15may use them directly.
16
17The specific utilities included are: installkernel mkboot run-parts
438d47b0 18savelog sensible-browser sensible-editor sensible-pager tempfile.
26d6ea49
ER
19
20%prep
21%setup -q
22
23%build
24%configure
25%{__make}
26
27%install
28rm -rf $RPM_BUILD_ROOT
29
30%{__make} install \
31 DESTDIR=$RPM_BUILD_ROOT
32
d6139c6b
ER
33# which.spec is more advanced and is binary
34rm -rf $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/{fr/,}man1}/which*
35
26d6ea49
ER
36%clean
37rm -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
26d6ea49
ER
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*
26d6ea49
ER
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*
26d6ea49
ER
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.108892 seconds and 4 git commands to generate.