source: projects/specs/trunk/r/raw-thumbnailer/raw-thumbnailer-vl.spec @ 8117

Revision 8117, 2.7 KB checked in by iwaim, 10 years ago (diff)

raw-thumbnailer 3.0.0-2

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