packages: gthumb/gthumb.spec - updated to 2.12.1 - removed obsolete -deskto...
megabajt
megabajt at pld-linux.org
Wed Nov 17 10:13:54 CET 2010
Author: megabajt Date: Wed Nov 17 09:13:54 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 2.12.1
- removed obsolete -desktop.patch
---- Files affected:
packages/gthumb:
gthumb.spec (1.86 -> 1.87)
---- Diffs:
================================================================
Index: packages/gthumb/gthumb.spec
diff -u packages/gthumb/gthumb.spec:1.86 packages/gthumb/gthumb.spec:1.87
--- packages/gthumb/gthumb.spec:1.86 Sun Sep 12 22:32:27 2010
+++ packages/gthumb/gthumb.spec Wed Nov 17 10:13:49 2010
@@ -2,36 +2,37 @@
Summary: An image viewer and browser for GNOME
Summary(pl.UTF-8): Przeglądarka obrazków dla GNOME
Name: gthumb
-Version: 2.10.12
+Version: 2.12.1
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: a9037ce99e62069e2977243a364074b3
-Patch0: %{name}-desktop.patch
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gthumb/2.12/%{name}-%{version}.tar.bz2
+# Source0-md5: a89be18a9e6f7f9d65cef56f34eb3022
URL: http://gthumb.sourceforge.net/
BuildRequires: GConf2-devel >= 2.20.0
-BuildRequires: ORBit2-devel >= 1:2.14.9
-BuildRequires: autoconf >= 2.52
-BuildRequires: automake
+BuildRequires: autoconf >= 2.63
+BuildRequires: automake >= 1:1.9
+BuildRequires: bison
+BuildRequires: brasero-devel >= 2.28.0
+BuildRequires: clutter-devel >= 1.0.0
+BuildRequires: clutter-gtk-devel >= 0.10.0
BuildRequires: docbook-dtd412-xml
+BuildRequires: exiv2-devel >= 0.18
+BuildRequires: flex
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: gstreamer-devel >= 0.10.0
+BuildRequires: gtk+2-devel >= 2:2.20.0
BuildRequires: intltool >= 0.35.5
-BuildRequires: libexif-devel >= 1:0.6.13
-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: libgnome-keyring-devel >= 2.28.0
BuildRequires: libjpeg-devel
-BuildRequires: libopenraw-gnome-devel >= 0.0.2
+BuildRequires: libopenraw-devel >= 0.0.8
BuildRequires: libpng-devel
+BuildRequires: libsoup-gnome-devel >= 2.26.0
BuildRequires: libtiff-devel
BuildRequires: libtool
-BuildRequires: libxml2-devel >= 1:2.6.30
+BuildRequires: libunique-devel >= 1.1.2
BuildRequires: pkgconfig
BuildRequires: rpmbuild(find_lang) >= 1.23
BuildRequires: rpmbuild(macros) >= 1.311
@@ -42,7 +43,7 @@
Requires(post,postun): gtk+2
Requires(post,postun): scrollkeeper
Requires(post,preun): GConf2
-Requires: gtk+2 >= 2:2.12.0
+Requires: gtk+2 >= 2:2.20.0
Requires: hicolor-icon-theme
# sr at Latn vs. sr at latin
Conflicts: glibc-misc < 6:2.7
@@ -60,9 +61,21 @@
(w tym animacje GIF), dodawać komentarze do obrazków, układać obrazki
w katalogi, drukować obrazki, oglądać slajdy, ustawiać tło biurka itd.
+%package devel
+Summary: gThumb development files
+Summary(pl.UTF-8): Pliki programistyczne gThumb
+Group: X11/Development/Libraries
+Requires: gtk+2-devel >= 2:2.20.0
+
+%description devel
+This package provides header files for developing gThumb extensions.
+
+%description devel -l pl.UTF-8
+Ten pakiet dostarcza pliki nagłówkowe potrzebne do rozwijania
+rozszerzeń gThumb.
+
%prep
%setup -q
-%patch0 -p1
sed -i -e 's#sr at Latn#sr at latin#' po/LINGUAS
mv -f po/sr@{Latn,latin}.po
@@ -71,13 +84,15 @@
%{__gnome_doc_common}
%{__intltoolize}
%{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
%{__autoheader}
%{__automake}
%{__autoconf}
%configure \
--disable-scrollkeeper \
- --disable-schemas-install
+ --disable-schemas-install \
+ --disable-silent-rules \
+ --enable-openraw
%{__make}
%install
@@ -86,9 +101,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/libgthumb.{a,la}
-rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/*.{a,la}
-rm -rf $RPM_BUILD_ROOT%{_datadir}/application-registry
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/extensions/*.{a,la}
%find_lang %{name} --with-gnome --with-omf --all-name
@@ -97,12 +110,42 @@
%post
%gconf_schema_install gthumb.schemas
+%gconf_schema_install gthumb-comments.schemas
+%gconf_schema_install gthumb-gstreamer.schemas
+%gconf_schema_install gthumb-image-viewer.schemas
+%gconf_schema_install gthumb-importer.schemas
+%gconf_schema_install gthumb-picasaweb.schemas
+%gconf_schema_install gthumb-pixbuf-savers.schemas
+%gconf_schema_install gthumb-slideshow.schemas
+%gconf_schema_install gthumb_convert_format.schemas
+%gconf_schema_install gthumb_crop_options.schemas
+%gconf_schema_install gthumb_image_print.schemas
+%gconf_schema_install gthumb_photo_importer.schemas
+%gconf_schema_install gthumb_rename_series.schemas
+%gconf_schema_install gthumb_resize_images.schemas
+%gconf_schema_install gthumb_resize_options.schemas
+%gconf_schema_install gthumb_webalbums.schemas
%scrollkeeper_update_post
%update_desktop_database_post
%update_icon_cache hicolor
%preun
%gconf_schema_uninstall gthumb.schemas
+%gconf_schema_uninstall gthumb-comments.schemas
+%gconf_schema_uninstall gthumb-gstreamer.schemas
+%gconf_schema_uninstall gthumb-image-viewer.schemas
+%gconf_schema_uninstall gthumb-importer.schemas
+%gconf_schema_uninstall gthumb-picasaweb.schemas
+%gconf_schema_uninstall gthumb-pixbuf-savers.schemas
+%gconf_schema_uninstall gthumb-slideshow.schemas
+%gconf_schema_uninstall gthumb_convert_format.schemas
+%gconf_schema_uninstall gthumb_crop_options.schemas
+%gconf_schema_uninstall gthumb_image_print.schemas
+%gconf_schema_uninstall gthumb_photo_importer.schemas
+%gconf_schema_uninstall gthumb_rename_series.schemas
+%gconf_schema_uninstall gthumb_resize_images.schemas
+%gconf_schema_uninstall gthumb_resize_options.schemas
+%gconf_schema_uninstall gthumb_webalbums.schemas
%postun
%scrollkeeper_update_postun
@@ -113,16 +156,37 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/*
-%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
+%dir %{_libdir}/%{name}/extensions
+%attr(755,root,root) %{_libdir}/%{name}/extensions/*.so
+%{_libdir}/%{name}/extensions/*.extension
%{_datadir}/%{name}
-%{_mandir}/man1/%{name}.1*
%{_sysconfdir}/gconf/schemas/gthumb.schemas
+%{_sysconfdir}/gconf/schemas/gthumb-comments.schemas
+%{_sysconfdir}/gconf/schemas/gthumb-gstreamer.schemas
+%{_sysconfdir}/gconf/schemas/gthumb-image-viewer.schemas
+%{_sysconfdir}/gconf/schemas/gthumb-importer.schemas
+%{_sysconfdir}/gconf/schemas/gthumb-picasaweb.schemas
+%{_sysconfdir}/gconf/schemas/gthumb-pixbuf-savers.schemas
+%{_sysconfdir}/gconf/schemas/gthumb-slideshow.schemas
+%{_sysconfdir}/gconf/schemas/gthumb_convert_format.schemas
+%{_sysconfdir}/gconf/schemas/gthumb_crop_options.schemas
+%{_sysconfdir}/gconf/schemas/gthumb_image_print.schemas
+%{_sysconfdir}/gconf/schemas/gthumb_photo_importer.schemas
+%{_sysconfdir}/gconf/schemas/gthumb_rename_series.schemas
+%{_sysconfdir}/gconf/schemas/gthumb_resize_images.schemas
+%{_sysconfdir}/gconf/schemas/gthumb_resize_options.schemas
+%{_sysconfdir}/gconf/schemas/gthumb_webalbums.schemas
%{_iconsdir}/hicolor/*/apps/*.png
-%{_desktopdir}/%{name}.desktop
+%{_iconsdir}/hicolor/*/apps/*.svg
+%{_desktopdir}/gthumb.desktop
+%{_desktopdir}/gthumb-import.desktop
+
+%files devel
+%defattr(644,root,root,755)
+%{_aclocaldir}/gthumb.m4
+%{_includedir}/gthumb-*
+%{_pkgconfigdir}/gthumb-*.pc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -130,6 +194,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.87 2010/11/17 09:13:49 megabajt
+- updated to 2.12.1
+- removed obsolete -desktop.patch
+
Revision 1.86 2010/09/12 20:32:27 dzeus
- up to 2.10.12
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gthumb/gthumb.spec?r1=1.86&r2=1.87&f=u
More information about the pld-cvs-commit
mailing list