raw-thumbnailer-vl.spec 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. Name: raw-thumbnailer
  2. Version: 3.0.0
  3. Release: 2%{?_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. * Fri Jan 3 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 3.0.0-2
  41. - build with current VineSeed
  42. * Mon Jan 14 2013 IWAI, Masaharu <iwai@alib.jp> 3.0.0-1
  43. - new upstream release
  44. - update GTK version
  45. - drop BuildRequires: gtk2-devel
  46. - add BuildRequires: gtk3-devel
  47. - drop BuildRequires: gnome-vfs2-devel, perl(XML::Parser)
  48. - drop Requires: GConf2 for scripts
  49. - add Requires(post,postun): shared-mime-info
  50. - add BuildRequires: libopenraw-gnome-devel version
  51. - drop GConf schemas file and GConf scripts by upstream
  52. - add ChangeLog file in %%doc
  53. - add missing changelog for 0.0.8-1
  54. - add Vendor and Distribution tags
  55. * Mon Jun 13 2011 IWAI, Masaharu <iwai@alib.jp> 0.0.8-1
  56. - initial build for Vine Linux
  57. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.1-6
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  59. * Mon Feb 22 2010 Victor Bogado <victor@bogado.net> - 0.99.1-5
  60. - License tag
  61. - gconf schemas don't recieve the "config" macro.
  62. * Mon Feb 08 2010 Victor Bogado <victor@bogado.net> - 0.99.1-4
  63. - More adjustments, fine tunnings, sugjested by ELMORABITY Mohamed in (https://bugzilla.redhat.com/show_bug.cgi?id=533887#c6).
  64. * Wed Dec 30 2009 Victor Bogado <victor@bogado.net> - 0.99.1-3
  65. - Fixed problems pointed out by ELMORABITY Mohamed in (https://bugzilla.redhat.com/show_bug.cgi?id=533887#c2).
  66. * Mon Nov 09 2009 Victor Bogado <victor@bogado.net> - 0.99.1-2
  67. - Compleated some missing some build requires.
  68. * Mon Nov 09 2009 Victor Bogado <victor@bogado.net> - 0.99.1-1
  69. - Initial spec file