SPECS: drizzle.spec - ncurses patch - call gettextize (arekm)

glen glen at pld-linux.org
Mon Dec 1 23:01:23 CET 2008


Author: glen                         Date: Mon Dec  1 22:01:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ncurses patch
- call gettextize (arekm)

---- Files affected:
SPECS:
   drizzle.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/drizzle.spec
diff -u SPECS/drizzle.spec:1.2 SPECS/drizzle.spec:1.3
--- SPECS/drizzle.spec:1.2	Mon Dec  1 22:35:48 2008
+++ SPECS/drizzle.spec	Mon Dec  1 23:01:17 2008
@@ -7,6 +7,7 @@
 Group:		Applications/Databases
 Source0:	%{name}.tar.bz2
 # Source0-md5:	749e9c0d3591f6381ee84a27abafd074
+Patch0:		%{name}-ncurses.patch
 URL:		https://launchpad.net/drizzle
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -29,9 +30,11 @@
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %build
-%{__libtoolize} --automake
+%{__gettextize}
+%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoheader}
 %{__automake}
@@ -58,6 +61,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/12/01 22:01:17  glen
+- ncurses patch
+- call gettextize (arekm)
+
 Revision 1.2  2008/12/01 21:35:48  glen
 - fix build, BR protobuf for protoc and protobuf-devel for -lprotobuf
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/drizzle.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list