]> git.pld-linux.org Git - packages/debianutils.git/blame - debianutils.spec
- remove which
[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
8# Source0-md5: 7e989a8b0562054aea22c654507f2cb5
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
18savelog sensible-browser sensible-editor sensible-pager tempfile
19which.
20
21%prep
22%setup -q
23
24%build
25%configure
26%{__make}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
31%{__make} install \
32 DESTDIR=$RPM_BUILD_ROOT
33
d6139c6b
ER
34# which.spec is more advanced and is binary
35rm -rf $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/{fr/,}man1}/which*
36
26d6ea49
ER
37%clean
38rm -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
26d6ea49
ER
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*
26d6ea49
ER
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*
26d6ea49
ER
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.069297 seconds and 4 git commands to generate.