SPECS: sqlite3.spec - fix pkgconfig

djurban djurban at pld-linux.org
Mon Feb 27 18:54:36 CET 2006


Author: djurban                      Date: Mon Feb 27 17:54:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix pkgconfig

---- Files affected:
SPECS:
   sqlite3.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/sqlite3.spec
diff -u SPECS/sqlite3.spec:1.21 SPECS/sqlite3.spec:1.22
--- SPECS/sqlite3.spec:1.21	Mon Feb 27 18:47:07 2006
+++ SPECS/sqlite3.spec	Mon Feb 27 18:54:30 2006
@@ -20,6 +20,7 @@
 Source0:	http://sqlite.org/sqlite-%{version}.tar.gz
 # Source0-md5:	e31b390c294c0ea093f0bed3353fdff2
 Patch0:		%{name}-sign-function.patch
+Patch1:		%{name}-pkgconfig.patch
 URL:		http://sqlite.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -151,6 +152,8 @@
 %prep
 %setup -q -n sqlite-%{version}
 %patch0 -p1
+%patch1 -p1
+
 sed -i 's/mkdir doc/#mkdir doc/' Makefile*
 
 %build
@@ -218,6 +221,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2006/02/27 17:54:30  djurban
+- fix pkgconfig
+
 Revision 1.21  2006/02/27 17:47:07  djurban
 - update to 3.3.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sqlite3.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list