]> git.pld-linux.org Git - packages/fakeroot.git/commitdiff
- updated to 1.5.10 AC-branch AC-STABLE auto/ac/fakeroot-1_5_10-1 auto/th/fakeroot-1_5_10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Sep 2006 22:37:00 +0000 (22:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- omit ac/am/lt regeneration - we don't have libtool 2.0 yet

Changed files:
    fakeroot.spec -> 1.50

fakeroot.spec

index b89b45e240f95d27ca94422fe05c689c42f9e62e..558b474391133a923b0a92216360b30507c5fed2 100644 (file)
@@ -2,15 +2,15 @@ Summary:      Gives a fake root environment
 Summary(pl):   Umo¿liwia uzyskanie ,,podrobionego'' ¶rodowiska roota
 Summary(pt_BR):        Cria um falso ambiente de root
 Name:          fakeroot
-Version:       1.5.5
+Version:       1.5.10
 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: bf177f1e2d71a1e6c11782106e157bef
-BuildRequires: autoconf >= 2.57
-BuildRequires: automake
-BuildRequires: libtool
+# Source0-md5: 76730bf4c9068773e857e18c346d8c81
+#BuildRequires:        autoconf >= 2.59
+#BuildRequires:        automake
+#BuildRequires:        libtool >= 2.0
 Requires:      util-linux
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -56,11 +56,11 @@ stat e outros, criando um falso ambiente de root.
 %setup -q
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
 %configure \
        --disable-static
 %{__make}
@@ -84,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS BUGS COPYING DEBUG README.fake debian/changelog
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}
-%attr(755,root,root) %{_libdir}/libfakeroot.so.*
+%attr(755,root,root) %{_libdir}/libfakeroot*.so
 %{_mandir}/man1/*
 %lang(es) %{_mandir}/es/man1/*
 %lang(fr) %{_mandir}/fr/man1/*
This page took 0.087682 seconds and 4 git commands to generate.