SPECS: gthumb.spec - updated to 2.10.8 - used better way to fix lo...

megabajt megabajt at pld-linux.org
Wed Jan 2 19:14:28 CET 2008


Author: megabajt                     Date: Wed Jan  2 18:14:28 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.10.8
- used better way to fix locale name and --with-omf

---- Files affected:
SPECS:
   gthumb.spec (1.76 -> 1.77) 

---- Diffs:

================================================================
Index: SPECS/gthumb.spec
diff -u SPECS/gthumb.spec:1.76 SPECS/gthumb.spec:1.77
--- SPECS/gthumb.spec:1.76	Mon Nov  5 00:10:25 2007
+++ SPECS/gthumb.spec	Wed Jan  2 19:14:22 2008
@@ -2,27 +2,28 @@
 Summary:	An image viewer and browser for GNOME
 Summary(pl.UTF-8):	Przeglądarka obrazków dla GNOME
 Name:		gthumb
-Version:	2.10.7
-Release:	2
+Version:	2.10.8
+Release:	1
 License:	GPL v2
 Group:		X11/Applications/Graphics
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gthumb/2.10/%{name}-%{version}.tar.bz2
-# Source0-md5:	cbb6186096136c73e638372f91ee0284
+# Source0-md5:	104ca627037ccacf1aff18cc3923b40e
 Patch0:		%{name}-desktop.patch
 URL:		http://gthumb.sourceforge.net/
-BuildRequires:	GConf2-devel >= 2.18.0
-BuildRequires:	ORBit2-devel >= 1:2.14.7
+BuildRequires:	GConf2-devel >= 2.20.0
+BuildRequires:	ORBit2-devel >= 1:2.14.9
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
-BuildRequires:	gnome-common >= 2.18.0
-BuildRequires:	gnome-vfs2-devel >= 2.18.1
-BuildRequires:	gtk+2-devel >= 2:2.10.13
+BuildRequires:	gettext-devel
+BuildRequires:	gnome-common >= 2.20.0
+BuildRequires:	gnome-doc-utils >= 0.12.0
+BuildRequires:	gnome-vfs2-devel >= 2.20.0
+BuildRequires:	gtk+2-devel >= 2:2.12.3
 BuildRequires:	gtkunique >= 0.9.1
 BuildRequires:	intltool >= 0.35.5
 BuildRequires:	libexif-devel >= 1:0.6.13
-BuildRequires:	libglade2-devel >= 1:2.6.1
-BuildRequires:	libgnomeprintui-devel >= 2.18.0
-BuildRequires:	libgnomeui-devel >= 2.18.1
+BuildRequires:	libglade2-devel >= 1:2.6.2
+BuildRequires:	libgnomeui-devel >= 2.20.1
 BuildRequires:	libgphoto2-devel >= 2.2.1
 BuildRequires:	libiptcdata-devel >= 0.2.1
 BuildRequires:	libjpeg-devel
@@ -30,15 +31,18 @@
 BuildRequires:	libpng-devel
 BuildRequires:	libtiff-devel
 BuildRequires:	libtool
-BuildRequires:	libxml2-devel >= 1:2.6.29
+BuildRequires:	libxml2-devel >= 1:2.6.30
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(find_lang) >= 1.23
 BuildRequires:	rpmbuild(macros) >= 1.311
 BuildRequires:	scrollkeeper
 BuildRequires:	sed >= 4.0
+BuildRequires:	xorg-lib-libXxf86vm-devel
 Requires(post,postun):	desktop-file-utils
 Requires(post,postun):	gtk+2
 Requires(post,postun):	scrollkeeper
 Requires(post,preun):	GConf2
-Requires:	gtk+2 >= 2:2.10.13
+Requires:	gtk+2 >= 2:2.12.0
 Requires:	hicolor-icon-theme
 # sr at Latn vs. sr at latin
 Conflicts:	glibc-misc < 6:2.7
@@ -60,6 +64,9 @@
 %setup -q
 %patch0 -p1
 
+sed -i -e 's#sr at Latn#sr at latin#' po/LINGUAS
+mv -f po/sr@{Latn,latin}.po
+
 %build
 %{__gnome_doc_common}
 %{__intltoolize}
@@ -83,9 +90,7 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/*.{a,la}
 rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry
 
-[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr at latin ] || \
-	mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
-%find_lang %{name} --with-gnome --all-name
+%find_lang %{name} --with-gnome --with-omf --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -108,15 +113,14 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/*.so
+%attr(755,root,root) %{_libdir}/libgthumb.so
 %{_libdir}/bonobo/servers/*.server
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/modules
 %attr(755,root,root) %{_libdir}/%{name}/modules/*.so
 %{_datadir}/%{name}
 %{_mandir}/man1/%{name}.1*
-%{_omf_dest_dir}/%{name}
-%{_sysconfdir}/gconf/schemas/%{name}.schemas
+%{_sysconfdir}/gconf/schemas/gthumb.schemas
 %{_iconsdir}/hicolor/*/apps/*.png
 %{_desktopdir}/%{name}.desktop
 
@@ -126,6 +130,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77  2008-01-02 18:14:22  megabajt
+- updated to 2.10.8
+- used better way to fix locale name and --with-omf
+
 Revision 1.76  2007-11-04 23:10:25  ankry
 - sr at Latn -> sr at latin, rel. 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gthumb.spec?r1=1.76&r2=1.77&f=u



More information about the pld-cvs-commit mailing list