]> git.pld-linux.org Git - packages/dchroot.git/blob - dchroot.spec
- dropped Source0-size
[packages/dchroot.git] / dchroot.spec
1 Summary:        Execute commands under different root filesystems
2 Summary(pl):    Wykonywanie poleceñ w innym g³ównym systemie
3 Name:           dchroot
4 Version:        0.10
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
9 # Source0-md5:  717673f3fc9ddbcba0004b8c21a8e7ec
10 URL:            http://packages.qa.debian.org/d/dchroot.html
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  help2man
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Execute commands under different root filesystems.
18
19 %description -l pl
20 Wykonywanie poleceñ w innym g³ównym systemie.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__aclocal}
27 %{__autoconf}
28 %configure
29
30 %{__make} docs \
31         CC="%{__cc}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README TODO debian/changelog
45 %attr(4755,root,root) %{_bindir}/%{name}
46 %attr(640,root,root) %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/%{name}.conf
47 %{_mandir}/man?/*
This page took 0.029991 seconds and 3 git commands to generate.