Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
gthumb
gthumb.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gthumb.spec of Package gthumb
# # spec file for package gthumb (Version 2.10.11) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: gthumb BuildRequires: fdupes BuildRequires: gnome-doc-utils-devel BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: libglade2-devel BuildRequires: libgnomeui-devel BuildRequires: libgphoto2-devel BuildRequires: libidl BuildRequires: libiptcdata-devel BuildRequires: libtiff-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files License: GPL v2 or later Group: Productivity/Graphics/Viewers Version: 2.10.11 Release: 2 Summary: An Image Viewer and Browser for GNOME Source: %{name}-%{version}.tar.bz2 Url: http://sourceforge.net/projects/gthumb/ Requires: %{name}-lang = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %gconf_schemas_prereq %description gThumb lets you browse your hard disk, showing you thumbnails of image files. It also lets you view single files (including GIF animations), add comments to images, organize images in catalogs, print images, view slide shows, set your desktop background, and more. Authors: -------- Paolo Bacchilega <paolo.bacch@tin.it> Josua Groeger <fractalus@gmx.net> Chauk-Mean Proum <chaukmean@free.fr> %lang_package %prep %setup -q translation-update-upstream %build #autoreconf -f -i %configure\ --libexecdir=%{_prefix}/lib/gthumb\ --disable-schemas-install\ --disable-scrollkeeper\ --disable-static make %{?jobs:-j%jobs} %install mkdir -p $RPM_BUILD_ROOT%{_datadir}/application-registry %makeinstall %suse_update_desktop_file -N gThumb %name %suse_update_desktop_file gthumb-import rm -r $RPM_BUILD_ROOT%{_datadir}/application-registry # Change sr@Latn to sr@latin mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin %find_lang %name %find_gconf_schemas cat %{name}.schemas_list >%{name}.lst rm $RPM_BUILD_ROOT%{_libdir}/*.*a %fdupes $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %pre -f %{name}.schemas_pre %posttrans -f %{name}.schemas_posttrans %preun -f %{name}.schemas_preun %files -f %name.lst %defattr(-, root, root) # TODO is empty %doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README %{_bindir}/* %{_libdir}/gthumb %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/gthumb.png %{_datadir}/gthumb %{_datadir}/omf/gthumb %{_libdir}/bonobo/servers/*.server %{_libdir}/*so %doc %{_mandir}/man1/gthumb.1* %files lang -f %{name}.lang %changelog * Fri May 01 2009 vuntz@novell.com - Do not add DocPath to gthumb.desktop: it's not needed for yelp. - Do not add GNOME, GTK and Photography categories to gthumb.desktop since it's already in the desktop file. - Call suse_update_desktop_file on gthumb-import.desktop. * Wed Mar 11 2009 mboman@suse.de - Update to version 2.10.11: + bgo#572342: Better IFD offset checking + bgo#570473: gthumb write to freed memory + bgo#568894: use gtk_widget_get_action (foo), instead of g_object_get_data (foo, "gtk-action") + bgo#565708: Fixed default launch-with-gimp hotkey to launch gimp in the background + bgo#563956: Fixed XML comment reading + bgo#554240: Provide support for the Mac OS X menubar + bgo#560055: filter problems + bgo#551225: Modified the build files to better support gtk on MAC OS / Quartz + bgo#560352: Added a new gthumb-import.desktop.in file to handle gvfs-mounted cameras more elegantly. The camera is first unmounted, and the libgphoto import routines are then run + bgo#557640: Set pagesize adjustment to zero for spinbuttons, to avoid annoying warnings + bgo#554149: Terminate "Converting comment system...done" with newline + bgo#555549: The "g" key now launches the "gimp" command, instead of the deprecated "gimp-remote" command + Fix crasher bug in exif tag reading, caused by malformed tiff headers. ld#316017 + Give the photo-import desktop file different name parameters, so that users can distinguish it from the normal desktop file. ld#318694 + Translation updates - Remove custom CFLAGS - Remove scrollkeeper from BuildRequires - Remove Requires hicolor-icon-theme. Should be automatic * Mon Feb 16 2009 sbrabec@suse.cz - Added support for translation-update-upstream (FATE#301344). * Sat Jan 31 2009 vuntz@novell.com - Removed unneeded BuildRequires: libgnomeprintui-devel, libwnck-devel - Use sr@latin instead of sr@Latn. * Wed Oct 01 2008 mboman@suse.de - Update to version 2.10.10: * Added ability to hide video and audio files, using the gconf key /apps/gthumb/browser/show_only_images. * bgo#552453: gthumb 2.10.9 contains COPYING for GPL v3 * bgo#546383: gthumb 2.10.9 fails to link * Do not exclude xcf images from the file list. + Translation updates * Mon Sep 01 2008 mboman@novell.com - Update to version 2.10.9: + Bugs fixed: bgo#508873, bgo#510326, bgo#510521, bgo#477285, bgo#507790, bgo#512374, bgo#543584, bgo#543771, bgo#544893 + Update translations - Removed gthumb-gphotofix.patch. Fixed upstream - Removed gthumb-iptcdata.patch. Not used. * Fri Jul 18 2008 meissner@suse.de - fixed build with libgphoto2 2.4.2, see bgo#543584 * Sat Jan 05 2008 bwalle@suse.de - update to 2.10.8 - removed patches, fixed upstream * Tue Aug 28 2007 stbinner@suse.de - fix .desktop file: don't repeat GenericName content within Name * Wed Aug 08 2007 maw@suse.de - Use %%fdupes - Split off a -lang subpackage. * Mon Jun 18 2007 ro@suse.de - avoid string compare with char literal * Fri Apr 27 2007 sbrabec@suse.cz - Do not call meinproc (#227624). - Require hicolor-icon-theme. * Thu Mar 08 2007 sbrabec@suse.cz - Removed obsolete hicolor icon symlink (#248676). - Reduced BuildRequires. - Enabled TIFF support. - Spec file cleanup. * Tue Jan 30 2007 ro@suse.de - GNOME moved to /usr * Sun Oct 22 2006 meissner@suse.de - buildrequirs libgphoto2-devel * Mon Oct 02 2006 jhargadon@suse.de - update to version 2.7.9 - Set a smaller height for the progressbar to avoid an image resize. - Only display user visible drives in the location box. - many bug fixes. * Thu Sep 21 2006 jhargadon@suse.de - update to version 2.7.4 - Fixed bug #325833 – gthumb icon isn't on window title bar and windo list applet - Fixed bug #326844 – Scale Series: Prevent rename .jpg to .jpeg - Fixed bug #333102 – Image rotation action does not update the EXIF tag correctly - Fixed bug #331714 - crash in Preferences Browser - Fixed bug #327245 - Full screen mode crippled if Xinerama is used - Fixed bug #313827 – Search does not work on categories with colon symbol and similar names. - Fixed bug #331658 - EXIF attributes are not preserved after an image modification + save - Fixed bug #327263 - Save doesn't work, save as does. - Fixed bug #327262 - Gthumb deletes exif data too aggressively - Fixed bug #329889 - thumbnail generation and accentuated characters in path. - Fixed bug #329139 - Doesn't determine image type from content anymore - Improved the crop dialog. - Fixed bug #329600 – Deleting the Catalogue Search\ Results causes erroneous behaviour. - Fixed bug #328010 - Add GNOME or GTK categories o the .desktop file - Fixed bug #327049 – Fix build with gcc 2.95 - Fixed bug #325846 - gthumb refuses to compile with libexif-0.6.13. - Added ability to enable/disable many features in configure.in - Fixed bug #307959 - "Open With..." dialog offers gthumb as an option. - Fixed bug #324017 - failed to initialize Canon powerShot G5 due an GTK bug. - Fixed bug #325211 - Image quality in web album. - Fixed bug #325308 - gThumb crash when reaching the end of a directory during fullscreen viewing. - Fixed bug #325507 - gthumb crashes if startup_location gconf pref is invalid * Tue Feb 28 2006 sbrabec@suse.cz - Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14). * Thu Feb 23 2006 sbrabec@suse.cz - Updated Categories, move to Photography (#130232). * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Wed Jan 18 2006 sbrabec@suse.cz - Updated to version 2.7.2. * Mon Sep 19 2005 sbrabec@suse.cz - Fixed Delete All Comments close window (#6286). * Fri Aug 19 2005 sbrabec@suse.cz - Added portait web sizes patch. http://bugzilla.gnome.org/show_bug.cgi?id=313671 * Thu Jun 30 2005 sbrabec@suse.cz - Updated to version 2.6.6. * Fri Jan 28 2005 sbrabec@suse.cz - Added -fno-strict-aliasing. * Thu Jan 27 2005 meissner@suse.de - use NULL as terminator for g_strconcat. * Tue Jan 25 2005 gekker@suse.de - Update to version 2.6.3 * Wed Jan 19 2005 ro@suse.de - added c++ to neededforbuild (for libtiff) * Mon Nov 22 2004 ro@suse.de - make specfile rpm3 compliant ... (non numeric if arguments need quoting) - apply exif patch only for > 9.1 * Mon Nov 22 2004 ro@suse.de - fixed one compiler warning * Tue Nov 02 2004 ro@suse.de - locale rename: no -> nb * Tue Oct 12 2004 sbrabec@suse.cz - Fixed libexecdir for bi-arch (#47050). * Sat Sep 04 2004 ro@suse.de - fix typo in specfile * Tue Aug 31 2004 clahey@suse.de - Cache gthumb help and show gthumb in khelpcenter. * Mon Aug 16 2004 shprasad@suse.de - Fixes bug #61331 (Fix given by gsunil@novell.com) Resets sequence after save. - Fixes bug #59748 (Fix given by gsunil@novell.com) Fixes slide show bug. - Fixes bug #61594 (Fix given by gsunil@novell.com) Fixes search regular expression. - Fixes bug #62334 (Fix given by gsunil@novell.com) Fixes duplicate image after save. * Fri Jul 30 2004 meissner@suse.de - Ported to use new libexif api. * Tue May 11 2004 sbrabec@suse.cz - Updated to version 2.3.3. * Wed Mar 17 2004 sbrabec@suse.cz - Fixed scrollkeeper calling conventions (#36215). * Wed Mar 10 2004 sbrabec@suse.cz - Fixed gconf schemas installation (#33114). - Fixed scrollkeeper installation. * Tue Mar 02 2004 sbrabec@suse.cz - Updated to version 2.2.1. - Enable shared libraries (bug #33881). * Fri Feb 20 2004 sbrabec@suse.cz - Fixed PreReq. * Wed Feb 18 2004 sbrabec@suse.cz - Updated to version 2.2.0. * Sat Jan 10 2004 adrian@suse.de - remove unneeded %%run_ldconfig * Thu Oct 09 2003 hhetter@suse.de - updated to version 2.1.6 * Mon Aug 18 2003 sbrabec@suse.cz - Updated to version 2.1.4. * Tue Aug 12 2003 adrian@suse.de - add Viewer Category * Tue Jul 29 2003 hhetter@suse.de - %%_lib fixes * Mon Jul 14 2003 sbrabec@suse.cz - GNOME prefix change to /opt/gnome. * Sat Jun 28 2003 coolo@suse.de - package directories - use %%find_lang * Thu Jun 05 2003 hhetter@suse.de - fix filelist and schemas * Wed Feb 26 2003 sbrabec@suse.cz - FHS fix. * Wed Feb 26 2003 hhetter@suse.de - updated to stable 2.0.1 release (#24350) * Mon Jan 20 2003 ro@suse.de - update to 1.108 - hack for libgnomeprint(ui) 2.2 * Fri Jan 17 2003 ro@suse.de - configure: accept libgnomeprint-2.2 * Wed Jan 15 2003 ro@suse.de - added expat to neededforbuild * Tue Nov 12 2002 ro@suse.de - changed neededforbuild <xf86 xdevel> to <x-devel-packages> * Fri Sep 20 2002 sbrabec@suse.cz - Added alsa to neededforbuild, because esound can depend on it. * Tue Aug 13 2002 hhetter@suse.de - fix filelist for libexec binaries * Mon Aug 12 2002 hhetter@suse.de - updated to version 1.103 * New tool: jpeg lossless transformations. * The user can edit/view comments and delete images in fullscreen mode. * Changed the fourth layout type to something more usefull. * Automatically update the content of a folder. * Mon Aug 12 2002 ro@suse.de - added openssl, openssl-devel to neededforbuild * Wed Jul 17 2002 uli@suse.de - fixed to build on lib64 archs * Tue Jul 16 2002 jordi@suse.de - updated to version 1.102 * New tool: rename series of images. * Added a maintenance dialog where the user can delete old/all comments/thumbnails, and backup and restore comments. * Added header and footer support to the "Index Image" tool. * Re-added the "Toolbar Style" option. * Added Next/Prev Image buttons on toolbar. * Click on an image to view the next one. * Minor usability improvements. * Thu Jul 11 2002 jordi@suse.de - initial SuSE release
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor