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

Revision 7349, 2.6 KB checked in by iwaim, 11 years ago (diff)

raw-thumbnailer 3.0.0-1

Line 
1Name:           raw-thumbnailer
2Version:        3.0.0
3Release:        1%{?_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* Mon Jan 14 2013 IWAI, Masaharu <iwai@alib.jp> 3.0.0-1
58- new upstream release
59- update GTK version
60 - drop BuildRequires: gtk2-devel
61 - add BuildRequires: gtk3-devel
62- drop BuildRequires: gnome-vfs2-devel, perl(XML::Parser)
63- drop Requires: GConf2 for scripts
64- add Requires(post,postun): shared-mime-info
65- add BuildRequires: libopenraw-gnome-devel version
66- drop GConf schemas file and GConf scripts by upstream
67- add ChangeLog file in %%doc
68- add missing changelog for 0.0.8-1
69- add Vendor and Distribution tags
70
71* Mon Jun 13 2011 IWAI, Masaharu <iwai@alib.jp> 0.0.8-1
72- initial build for Vine Linux
73
74* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.99.1-6
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
76
77* Mon Feb 22 2010 Victor Bogado <victor@bogado.net> - 0.99.1-5
78- License tag
79- gconf schemas don't recieve the "config" macro.
80
81* Mon Feb 08 2010 Victor Bogado <victor@bogado.net> - 0.99.1-4
82- More adjustments, fine tunnings, sugjested by ELMORABITY Mohamed in (https://bugzilla.redhat.com/show_bug.cgi?id=533887#c6).
83
84* Wed Dec 30 2009 Victor Bogado <victor@bogado.net> - 0.99.1-3
85- Fixed problems pointed out by ELMORABITY Mohamed in (https://bugzilla.redhat.com/show_bug.cgi?id=533887#c2).
86
87* Mon Nov 09 2009 Victor Bogado <victor@bogado.net> - 0.99.1-2
88- Compleated some missing some build requires.
89
90* Mon Nov 09 2009 Victor Bogado <victor@bogado.net> - 0.99.1-1
91- Initial spec file
Note: See TracBrowser for help on using the repository browser.