]> git.pld-linux.org Git - packages/fakeroot.git/commitdiff
- updated to 1.9.5
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Jul 2008 20:40:08 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fakeroot.spec -> 1.56

fakeroot.spec

index 404af6f7d909035faed0b349616c22213f14a3b4..a5528b8bf326b47ba6470385e6328c22ad7fd2b4 100644 (file)
@@ -2,15 +2,13 @@ Summary:      Gives a fake root environment
 Summary(pl.UTF-8):     Umożliwia uzyskanie ,,podrobionego'' środowiska roota
 Summary(pt_BR.UTF-8):  Cria um falso ambiente de root
 Name:          fakeroot
-Version:       1.8.10
+Version:       1.9.5
 Release:       1
 License:       GPL (see COPYING)
 Group:         Development/Tools
 Source0:       ftp://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.tar.gz
-# Source0-md5: 5ca6dab46ac7e1617edd71f8bb2ed4be
-#BuildRequires:        autoconf >= 2.59
-#BuildRequires:        automake
-#BuildRequires:        libtool >= 2.0
+# Source0-md5: 95c0c78c734b9782ec8d47e99c8e3fc8
+BuildRequires: acl-devel
 Requires:      util-linux
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -56,11 +54,6 @@ stat e outros, criando um falso ambiente de root.
 %setup -q
 
 %build
-#%%{__libtoolize}
-#%%{__aclocal}
-#%%{__autoconf}
-#%%{__autoheader}
-#%%{__automake}
 %configure \
        --disable-static
 %{__make}
@@ -82,10 +75,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS BUGS COPYING DEBUG debian/changelog
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/faked
+%attr(755,root,root) %{_bindir}/fakeroot
 %dir %{_libdir}
 %attr(755,root,root) %{_libdir}/libfakeroot*.so
-%{_mandir}/man1/*
+%{_mandir}/man1/faked.1*
+%{_mandir}/man1/fakeroot.1*
 %lang(es) %{_mandir}/es/man1/*
 %lang(fr) %{_mandir}/fr/man1/*
 %lang(nl) %{_mandir}/nl/man1/*
This page took 0.098128 seconds and 4 git commands to generate.