]> git.pld-linux.org Git - packages/dchroot.git/blame_incremental - dchroot.spec
- tabs in preamble
[packages/dchroot.git] / dchroot.spec
... / ...
CommitLineData
1Summary: Execute commands under different root filesystems
2Summary(pl.UTF-8): Wykonywanie poleceń w innym głównym systemie
3Name: dchroot
4Version: 0.13
5Release: 1
6License: GPL
7Group: Applications/System
8Source0: http://ftp.debian.org/debian/pool/main/d/dchroot/%{name}_%{version}.tar.gz
9# Source0-md5: 1b5b2c44bb4dd684cd4a3adf01367c22
10URL: http://packages.qa.debian.org/d/dchroot.html
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: help2man
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Execute commands under different root filesystems.
18
19%description -l pl.UTF-8
20Wykonywanie 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
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -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.070254 seconds and 4 git commands to generate.