packages: fakeroot/fakeroot.spec, fakeroot/fakeroot-man.patch (NEW) - updat...

qboosh qboosh at pld-linux.org
Wed Sep 21 21:18:06 CEST 2011


Author: qboosh                       Date: Wed Sep 21 19:18:06 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.18
- added man patch (restores internationalized mans)

---- Files affected:
packages/fakeroot:
   fakeroot.spec (1.62 -> 1.63) , fakeroot-man.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/fakeroot/fakeroot.spec
diff -u packages/fakeroot/fakeroot.spec:1.62 packages/fakeroot/fakeroot.spec:1.63
--- packages/fakeroot/fakeroot.spec:1.62	Sat Aug 20 10:37:02 2011
+++ packages/fakeroot/fakeroot.spec	Wed Sep 21 21:18:01 2011
@@ -3,14 +3,18 @@
 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)
 
@@ -54,8 +58,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--disable-static
 %{__make}
@@ -66,7 +76,7 @@
 %{__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
@@ -94,6 +104,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.63  2011/09/21 19:18:01  qboosh
+- updated to 1.18
+- added man patch (restores internationalized mans)
+
 Revision 1.62  2011/08/20 08:37:02  qboosh
 - updated to 1.17
 

================================================================
Index: packages/fakeroot/fakeroot-man.patch
diff -u /dev/null packages/fakeroot/fakeroot-man.patch:1.1
--- /dev/null	Wed Sep 21 21:18:07 2011
+++ packages/fakeroot/fakeroot-man.patch	Wed Sep 21 21:18:01 2011
@@ -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
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fakeroot/fakeroot.spec?r1=1.62&r2=1.63&f=u



More information about the pld-cvs-commit mailing list