raw-thumbnailer-vl.spec 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Name: raw-thumbnailer
  2. Version: 3.0.0
  3. Release: 1%{?_dist_release}
  4. Summary: Nautilus file manager thumbnailer for RAW images
  5. Group: Applications/Multimedia
  6. License: GPLv2+
  7. URL: http://libopenraw.freedesktop.org/wiki/RawThumbnailer
  8. Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. Requires(post): shared-mime-info
  11. Requires(postun): shared-mime-info
  12. BuildRequires: libgsf-devel
  13. BuildRequires: libopenraw-gnome-devel >= 0.0.9
  14. BuildRequires: gtk3-devel
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. %description
  18. RawThumbnailer is a thumbnailer for RAW files that works with Nautilus.
  19. %prep
  20. %setup -q
  21. %build
  22. %configure --disable-schemas-install
  23. make %{?_smp_mflags}
  24. %install
  25. rm -rf $RPM_BUILD_ROOT
  26. make install DESTDIR=$RPM_BUILD_ROOT
  27. %clean
  28. rm -rf $RPM_BUILD_ROOT
  29. %post
  30. update-mime-database %{_datadir}/mime &> /dev/null || :
  31. %postun
  32. update-mime-database %{_datadir}/mime &> /dev/null || :
  33. %files
  34. %defattr(-,root,root,-)
  35. %{_bindir}/raw-thumbnailer
  36. %{_datadir}/mime/packages/*.xml
  37. %doc AUTHORS COPYING NEWS ChangeLog
  38. %{_datadir}/thumbnailers/raw.thumbnailer
  39. %changelog
  40. * Mon Jan 14 2013 IWAI, Masaharu <iwai@alib.jp> 3.0.0-1
  41. - new upstream release
  42. - update GTK version
  43. - drop BuildRequires: gtk2-devel
  44. - add BuildRequires: gtk3-devel
  45. - drop BuildRequires: gnome-vfs2-devel, perl(XML::Parser)
  46. - drop Requires: GConf2 for scripts
  47. - add Requires(post,postun): shared-mime-info
  48. - add BuildRequires: libopenraw-gnome-devel version
  49. - drop GConf schemas file and GConf scripts by upstream
  50. - add ChangeLog file in %%doc
  51. - add missing changelog for 0.0.8-1
  52. - add Vendor and Distribution tags
  53. * Mon Jun 13 2011 IWAI, Masaharu <iwai@alib.jp> 0.0.8-1
  54. - initial build for Vine Linux
  55. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.1-6
  56. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  57. * Mon Feb 22 2010 Victor Bogado <victor@bogado.net> - 0.99.1-5
  58. - License tag
  59. - gconf schemas don't recieve the "config" macro.
  60. * Mon Feb 08 2010 Victor Bogado <victor@bogado.net> - 0.99.1-4
  61. - More adjustments, fine tunnings, sugjested by ELMORABITY Mohamed in (https://bugzilla.redhat.com/show_bug.cgi?id=533887#c6).
  62. * Wed Dec 30 2009 Victor Bogado <victor@bogado.net> - 0.99.1-3
  63. - Fixed problems pointed out by ELMORABITY Mohamed in (https://bugzilla.redhat.com/show_bug.cgi?id=533887#c2).
  64. * Mon Nov 09 2009 Victor Bogado <victor@bogado.net> - 0.99.1-2
  65. - Compleated some missing some build requires.
  66. * Mon Nov 09 2009 Victor Bogado <victor@bogado.net> - 0.99.1-1
  67. - Initial spec file