]> git.pld-linux.org Git - packages/dchroot.git/blame - dchroot.spec
- tabs in preamble
[packages/dchroot.git] / dchroot.spec
CommitLineData
05080d30 1Summary: Execute commands under different root filesystems
b4c79e80 2Summary(pl.UTF-8): Wykonywanie poleceń w innym głównym systemie
05080d30 3Name: dchroot
465df16d 4Version: 0.13
05080d30 5Release: 1
6License: GPL
7Group: Applications/System
bb7382f3 8Source0: http://ftp.debian.org/debian/pool/main/d/dchroot/%{name}_%{version}.tar.gz
465df16d 9# Source0-md5: 1b5b2c44bb4dd684cd4a3adf01367c22
05080d30 10URL: http://packages.qa.debian.org/d/dchroot.html
11BuildRequires: autoconf
6c67c4d6 12BuildRequires: automake
05080d30 13BuildRequires: help2man
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Execute commands under different root filesystems.
18
39feac63
JR
19%description -l pl.UTF-8
20Wykonywanie poleceń w innym głównym systemie.
05080d30 21
22%prep
23%setup -q
24
25%build
26%{__aclocal}
27%{__autoconf}
28%configure
29
6c67c4d6
AG
30%{__make} docs \
31 CC="%{__cc}"
05080d30 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}
bb7382f3 46%attr(640,root,root) %verify(not md5 mtime size) %config(noreplace) %{_sysconfdir}/%{name}.conf
05080d30 47%{_mandir}/man?/*
This page took 0.106293 seconds and 4 git commands to generate.