update to 3.0.3
- rebuild for new release - update wxsqlite3-3.0.1.pc.in to wxsqlite3-3.0.3.pc.in due lib name change
This commit is contained in:
parent
b7977adafa
commit
3de0e1372e
4 changed files with 0 additions and 31 deletions
6
sources
6
sources
|
|
@ -1,6 +0,0 @@
|
|||
<<<<<<< HEAD
|
||||
30dc3611ef2df375938a3cae26eb658e wxsqlite3-3.0.2.tar.gz
|
||||
2209caba8fc40ecda08143ab66bef0e7 wxsqlite3.spec
|
||||
=======
|
||||
39e9a12dc7fdcd7241004af26287d3cf wxsqlite3-3.0.3.tar.gz
|
||||
>>>>>>> master
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# Package Information for pkg-config
|
||||
|
||||
prefix=/usr
|
||||
wxver=@WXVERSION@
|
||||
includedir=${prefix}/include/wx-${wxver}/
|
||||
libdir=${prefix}/@LIBDIR@
|
||||
|
||||
Name: wxsqlite3-@WXVERSION@
|
||||
Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets
|
||||
Version: @VERSION@
|
||||
#Requires: sqlite3
|
||||
Libs: -L${libdir} -lwxcode_gtk2u_wxsqlite3-@WXVERSION@
|
||||
Libs.private: -lpthread
|
||||
Cflags: -I${includedir}
|
||||
Binary file not shown.
|
|
@ -1,11 +0,0 @@
|
|||
--- wxsqlite3-3.0.1/wxsqlite3.pc.orig 2012-12-23 15:45:49.489159543 +0100
|
||||
+++ wxsqlite3-3.0.1/wxsqlite3.pc 2012-12-23 15:46:07.201160901 +0100
|
||||
@@ -6,6 +6,6 @@
|
||||
Description: C++ wrapper around the SQLite 3.x database
|
||||
URL: http://wxcode.sourceforge.net/components/wxsqlite3/
|
||||
Version: 3.0.1
|
||||
-Requires: wxGTK-devel sqlite-devel
|
||||
-Libs: -L${libdir} -lsqlite3
|
||||
+
|
||||
+Libs: -lwxcode_gtk2u_wxsqlite3-2.8
|
||||
Cflags: -I${includedir}/wx
|
||||
Loading…
Add table
Add a link
Reference in a new issue