]> git.pld-linux.org Git - packages/dchroot.git/commitdiff
- initital pld version. yet one potential pld security hole ;) auto/ac/dchroot-0_10-1
authorundefine <undefine@pld-linux.org>
Fri, 8 Oct 2004 01:06:00 +0000 (01:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dchroot.spec -> 1.1

dchroot.spec [new file with mode: 0644]

diff --git a/dchroot.spec b/dchroot.spec
new file mode 100644 (file)
index 0000000..545b5d5
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Execute commands under different root filesystems
+Summary(pl):   Wykonywanie poleceñ w innym g³ównym systemie
+Name:          dchroot
+Version:       0.10
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.gz
+# Source0-md5: 717673f3fc9ddbcba0004b8c21a8e7ec
+# Source0-size:        19595
+URL:           http://packages.qa.debian.org/d/dchroot.html
+BuildRequires: autoconf
+BuildRequires: help2man
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Execute commands under different root filesystems.
+
+%description -l pl
+Wykonywanie poleceñ w innym g³ównym systemie.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%configure
+
+%{__make}
+%{__make} dchroot.1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO debian/changelog
+%attr(4755,root,root) %{_bindir}/%{name}
+%attr(640,root,root) %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/%{name}.conf
+%{_mandir}/man?/*
This page took 0.102487 seconds and 4 git commands to generate.