SPECS: mdbtools.spec - updated version to 0.6pre1 (de facto stable...

sls sls at pld-linux.org
Wed Oct 25 12:11:52 CEST 2006


Author: sls                          Date: Wed Oct 25 10:11:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated version to 0.6pre1 (de facto stable)
- removed outdated patches: glib, gcc34
- updated link patch
- added patches: compile_fix, oo_fixes, as_needed
- added pkg-config files to devel subpackage

---- Files affected:
SPECS:
   mdbtools.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SPECS/mdbtools.spec
diff -u SPECS/mdbtools.spec:1.25 SPECS/mdbtools.spec:1.26
--- SPECS/mdbtools.spec:1.25	Tue Feb 21 21:56:48 2006
+++ SPECS/mdbtools.spec	Wed Oct 25 12:11:47 2006
@@ -4,20 +4,22 @@
 %bcond_without	gnome	# without gui package
 %bcond_without	odbc	# without odbc package
 #
+%define 	pre	pre1
 Summary:	Several utilities for using MS-Access .mdb files
 Summary(pl):	Zbiór narzędzi do używania plików MS-Access (.mdb)
 Name:		mdbtools
-Version:	0.5
-Release:	3
+Version:	0.6
+Release:	0.%{pre}.1
 License:	LGPL (library), GPL (gmdb2)
 Group:		Development/Tools
-Source0:	http://dl.sourceforge.net/mdbtools/%{name}-%{version}.tar.gz
-# Source0-md5:	4a18bf96e67161101cade64526756d22
+Source0:	http://dl.sourceforge.net/mdbtools/%{name}-%{version}%{pre}.tar.gz
+# Source0-md5:	246e8f38b2a1af1bcff60ee0da59300b
 Source1:	gmdb2.desktop
 Source2:	gmdb2.png
-Patch0:		%{name}-glib.patch
-Patch1:		%{name}-gcc34.patch
+Patch0:		%{name}-compile_fix.patch
+Patch1:		%{name}-oo_fixes.patch
 Patch2:		%{name}-link.patch
+Patch3:		%{name}-as_needed.patch
 URL:		http://mdbtools.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -111,10 +113,11 @@
 gmdb2 - graficzny interfejs do narzędzi MDB.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{pre}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 rm -f acinclude.m4
@@ -177,6 +180,7 @@
 %{_libdir}/libmdb.la
 %{_libdir}/libmdbsql.la
 %{_includedir}
+%{_pkgconfigdir}/*.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -206,6 +210,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2006/10/25 10:11:47  sls
+- updated version to 0.6pre1 (de facto stable)
+- removed outdated patches: glib, gcc34
+- updated link patch
+- added patches: compile_fix, oo_fixes, as_needed
+- added pkg-config files to devel subpackage
+
 Revision 1.25  2006/02/21 20:56:48  qboosh
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mdbtools.spec?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list