]> git.pld-linux.org Git - packages/libopenraw-thumbnailer.git/blob - libopenraw-thumbnailer.spec
d27a34983df621bd456e79e8a9e7e2d3b668c056
[packages/libopenraw-thumbnailer.git] / libopenraw-thumbnailer.spec
1 Summary:        RawThumbnailer - RAW files thumbnailer for the GNOME Nautilus file manager
2 Summary(pl.UTF-8):      RawThumbnailer - program do miniaturek plików RAW dla zarządcy plików Nautilus
3 Name:           libopenraw-thumbnailer
4 Version:        3.0.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Graphics
8 Source0:        http://libopenraw.freedesktop.org/download/raw-thumbnailer-%{version}.tar.bz2
9 # Source0-md5:  fc56f327b3e2b2c647abd99b728b27a2
10 URL:            http://libopenraw.freedesktop.org/wiki/RawThumbnailer
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  gdk-pixbuf2-devel >= 2.0
14 BuildRequires:  glib2-devel >= 2.0
15 BuildRequires:  intltool >= 0.21
16 BuildRequires:  libopenraw-gnome-devel >= 0.0.9
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpmbuild(macros) >= 1.311
20 Requires(post,postun):  shared-mime-info
21 Requires:       libopenraw-gnome-devel >= 0.0.9
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 RawThumbnailer is a thumbnailer for RAW files that works with the
26 GNOME Nautilus file manager.
27
28 %description -l pl.UTF-8
29 RawThumbnailer to program generujący miniaturki plików RAW działający
30 z zarządcą plików Nautilus ze środowiska GNOME.
31
32 %prep
33 %setup -q -n raw-thumbnailer-%{version}
34
35 %build
36 %{__libtoolize}
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure \
42         --disable-silent-rules
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %post
55 %update_mime_database
56
57 %postun
58 %update_mime_database
59
60 %files
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS
63 %attr(755,root,root) %{_bindir}/raw-thumbnailer
64 %{_datadir}/mime/packages/raw-thumbnailer.xml
65 %{_datadir}/thumbnailers/raw.thumbnailer
This page took 0.035592 seconds and 2 git commands to generate.