]> git.pld-linux.org Git - packages/fakeroot.git/commitdiff
- updated to 1.18 auto/th/fakeroot-1_18-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Sep 2011 19:18:01 +0000 (19:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added man patch (restores internationalized mans)

Changed files:
    fakeroot-man.patch -> 1.1
    fakeroot.spec -> 1.63

fakeroot-man.patch [new file with mode: 0644]
fakeroot.spec

diff --git a/fakeroot-man.patch b/fakeroot-man.patch
new file mode 100644 (file)
index 0000000..ede367f
--- /dev/null
@@ -0,0 +1,9 @@
+--- fakeroot-1.18.orig/doc/Makefile.am
++++ fakeroot-1.18/doc/Makefile.am
+@@ -1,5 +1,5 @@
+ AUTOMAKE_OPTIONS=foreign
+-##SUBDIRS = es fr sv nl
++SUBDIRS = es fr sv nl
+ man_MANS = faked.1 fakeroot.1
index e7e99f03228ca08636f8b18e218846105752f2fa..4d3d8d27d7347d0189a9d9d12e48e3a84909988c 100644 (file)
@@ -2,14 +2,18 @@ Summary:      Gives a fake root environment
 Summary(pl.UTF-8):     "Podrobione" środowiska roota
 Summary(pt_BR.UTF-8):  Cria um falso ambiente de root
 Name:          fakeroot
-Version:       1.17
+Version:       1.18
 Release:       1
 License:       GPL v3+
 Group:         Development/Tools
 Source0:       ftp://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.bz2
-# Source0-md5: 1adc603cc18eedee11d9889798c863db
+# Source0-md5: b0e7696460ee54bc378b9c89997f77c2
+Patch0:                %{name}-man.patch
 URL:           http://fakeroot.alioth.debian.org/
 BuildRequires: acl-devel
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake
+BuildRequires: libtool >= 2:2.2
 Requires:      util-linux
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -53,8 +57,14 @@ stat e outros, criando um falso ambiente de root.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-static
 %{__make}
@@ -65,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/libfakeroot.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libfakeroot.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.078951 seconds and 4 git commands to generate.