]> git.pld-linux.org Git - packages/dchroot.git/blob - dchroot.spec
- tabs in preamble
[packages/dchroot.git] / dchroot.spec
1 Summary:        Execute commands under different root filesystems
2 Summary(pl.UTF-8):      Wykonywanie poleceń w innym głównym systemie
3 Name:           dchroot
4 Version:        0.13
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://ftp.debian.org/debian/pool/main/d/dchroot/%{name}_%{version}.tar.gz
9 # Source0-md5:  1b5b2c44bb4dd684cd4a3adf01367c22
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.UTF-8
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 mtime size) %config(noreplace) %{_sysconfdir}/%{name}.conf
47 %{_mandir}/man?/*
This page took 0.076891 seconds and 3 git commands to generate.