SPECS: tpb.spec - fix build

arekm arekm at pld-linux.org
Sat Mar 25 16:19:54 CET 2006


Author: arekm                        Date: Sat Mar 25 15:19:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build

---- Files affected:
SPECS:
   tpb.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/tpb.spec
diff -u SPECS/tpb.spec:1.16 SPECS/tpb.spec:1.17
--- SPECS/tpb.spec:1.16	Thu Jul 28 11:21:25 2005
+++ SPECS/tpb.spec	Sat Mar 25 16:19:49 2006
@@ -10,7 +10,12 @@
 # Source0-md5:	563b544fbedcc1763130a0bca1ad63b6
 Source1:	%{name}-pl.po
 Patch0:		%{name}-lang_pl.patch
+Patch1:		%{name}-po-de.patch
 URL:		http://savannah.gnu.org/projects/tpb/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gettext-devel
+BuildRequires:	libtool
 BuildRequires:	xosd-devel >= 2.0.0
 Requires:	xosd >= 2.0.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,12 +33,18 @@
 %prep
 %setup -q
 cp %{SOURCE1} po/pl.po
-
 %patch0 -p1
+%patch1 -p1
 
 %build
-%configure2_13
-
+install -d newaclocal
+cp -f aclocal/libxosd*.m4 newaclocal
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I newaclocal
+%{__automake}
+%{__autoconf}
+%configure
 %{__make}
 
 
@@ -60,6 +71,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2006/03/25 15:19:49  arekm
+- fix build
+
 Revision 1.16  2005/07/28 09:21:25  blekot
 - up to 0.6.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tpb.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list