SPECS: libgnomedb3.spec - up to 3.1.1

aflinta aflinta at pld-linux.org
Thu Sep 6 23:56:29 CEST 2007


Author: aflinta                      Date: Thu Sep  6 21:56:29 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 3.1.1

---- Files affected:
SPECS:
   libgnomedb3.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/libgnomedb3.spec
diff -u SPECS/libgnomedb3.spec:1.1 SPECS/libgnomedb3.spec:1.2
--- SPECS/libgnomedb3.spec:1.1	Sat Jun  2 12:56:10 2007
+++ SPECS/libgnomedb3.spec	Thu Sep  6 23:56:23 2007
@@ -3,12 +3,12 @@
 Summary:	GNOME-DB widget library
 Summary(pl.UTF-8):	Biblioteka widgetów GNOME-DB
 Name:		libgnomedb3
-Version:	3.0.0
-Release:	1
+Version:	3.1.1
+Release:	0.1
 License:	LGPL v2+
 Group:		X11/Libraries
-Source0:	http://ftp.gnome.org/pub/gnome/sources/libgnomedb/3.0/libgnomedb-%{version}.tar.bz2
-# Source0-md5:	2a41abd14b123f0c9d4f540b9c07bedd
+Source0:	http://ftp.gnome.org/pub/gnome/sources/libgnomedb/3.1/libgnomedb-%{version}.tar.bz2
+# Source0-md5:	340ff66dfe0ebea730807e09c83963f2
 Patch0:		%{name}-desktop.patch
 Patch1:		%{name}-gtk-doc.patch
 URL:		http://www.gnome-db.org/
@@ -23,7 +23,7 @@
 BuildRequires:	gtk-doc >= 1.0
 BuildRequires:	gtksourceview-devel >= 1.0
 BuildRequires:	intltool
-BuildRequires:	libgda3-devel >= 3.0.0
+BuildRequires:	libgda3-devel >= 3.1.1
 BuildRequires:	libglade2-devel >= 1:2.6.0
 BuildRequires:	libgladeui-devel >= 3.1
 BuildRequires:	libgnomecanvas-devel >= 2.0
@@ -51,7 +51,7 @@
 Requires:	GConf2-devel >= 2.0
 Requires:	gtk+2-devel >= 2:2.10.0
 Requires:	gtksourceview-devel >= 1.0
-Requires:	libgda3-devel >= 3.0.0
+Requires:	libgda3-devel >= 3.1.1
 Requires:	libglade2-devel >= 1:2.6.0
 # for libgnomedb_graph only
 Requires:	libgnomecanvas-devel >= 2.0
@@ -126,10 +126,10 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 # no static modules and *.la for glade and libgnomedb modules
-rm -f $RPM_BUILD_ROOT%{_libdir}/{glade3/modules,libglade/2.0,libgnomedb/plugins/}/*.{la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/{glade3/modules,libglade/2.0,gnome-db-3.0/plugins/}/*.{la,a}
 
 # move to examplesdir?
-rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome-db/demo
+rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome-db-3.0/demo
 
 %find_lang libgnomedb-3.0
 
@@ -157,17 +157,17 @@
 %attr(755,root,root) %{_libdir}/libgnomedb-3.0.so.*.*.*
 %attr(755,root,root) %{_libdir}/libgnomedb_extra-3.0.so.*.*.*
 %attr(755,root,root) %{_libdir}/libgnomedb_graph-3.0.so.*.*.*
-%dir %{_libdir}/libgnomedb
-%dir %{_libdir}/libgnomedb/plugins
-%attr(755,root,root) %{_libdir}/libgnomedb/plugins/libgnomedb_entry_builtin_plugins.so
+%dir %{_libdir}/gnome-db-3.0
+%dir %{_libdir}/gnome-db-3.0/plugins
+%attr(755,root,root) %{_libdir}/gnome-db-3.0/plugins/libgnomedb_entry_builtin_plugins.so
 # libglade2 module (include it here as lib requires libglade2 anyway)
 %attr(755,root,root) %{_libdir}/libglade/2.0/libgnomedb-3.0.so
 # for libgnomedb
-%dir %{_datadir}/gnome-db
-%{_datadir}/gnome-db/server_operation.glade
-%{_datadir}/gnome-db/gnome-db-entry-*.xml
-%{_datadir}/gnome-db/import_encodings.xml
-%{_pixmapsdir}/libgnomedb-3.0
+%dir %{_datadir}/gnome-db-3.0
+%{_datadir}/gnome-db-3.0/server_operation.glade
+%{_datadir}/gnome-db-3.0/gnome-db-entry-*.xml
+%{_datadir}/gnome-db-3.0/import_encodings.xml
+%{_pixmapsdir}/gnome-db-3.0
 # for libgnomedb_extra
 %{_sysconfdir}/gconf/schemas/libgnomedb-3.0.schemas
 
@@ -176,7 +176,7 @@
 %attr(755,root,root) %{_libdir}/glade3/modules/libgladegnomedb.so
 %{_datadir}/glade3/catalogs/gnomedb.xml
 %{_datadir}/glade3/catalogs/gnomedb.xml.in
-%{_datadir}/glade3/pixmaps/*/gnome_db_*.png
+%{_datadir}/glade3/pixmaps/*/*/*/*.png
 
 %files devel
 %defattr(644,root,root,755)
@@ -208,7 +208,7 @@
 %attr(755,root,root) %{_bindir}/gnome-db-browser
 %attr(755,root,root) %{_bindir}/gnome-db-demo
 %{_desktopdir}/database-properties-3.0.desktop
-%{_pixmapsdir}/gnome-db.png
+%{_pixmapsdir}/libgnomedb-3.0/gnome-db.png
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -216,5 +216,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/09/06 21:56:23  aflinta
+- up to 3.1.1
+
 Revision 1.1  2007/06/02 10:56:10  qboosh
 - new
================================================================

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



More information about the pld-cvs-commit mailing list