]> git.pld-linux.org Git - packages/raw-thumbnailer.git/blob - raw-thumbnailer.spec
- obsolescence note
[packages/raw-thumbnailer.git] / raw-thumbnailer.spec
1 # NOTE: some old project, replaced by libopenraw-thumbnailer.spec
2 Summary:        Lightweight raw image thumbnailer
3 Summary(pl.UTF-8):      Lekki program do wykonywania miniaturek dla zdjęć w formacie raw
4 Name:           raw-thumbnailer
5 Version:        0.2.1
6 Release:        1.1
7 License:        LGPL v2.1+
8 Group:          Applications/Graphics
9 #Source0Download: http://code.google.com/p/raw-thumbnailer/downloads/list
10 Source0:        http://raw-thumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
11 # Source0-md5:  a39282120d8f754e9f6adb768d65b72a
12 URL:            http://code.google.com/p/raw-thumbnailer/
13 BuildRequires:  autoconf >= 2.50
14 BuildRequires:  automake
15 BuildRequires:  gdk-pixbuf2-devel >= 2.0
16 BuildRequires:  libopenraw-gnome-devel >= 0.0.4
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  pkgconfig
19 Requires:       libopenraw-gnome >= 0.0.4
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This simple program generates thumbnails of digital camera raw image
24 files using libopenraw and GDK. It supports the same file formats as
25 libopenraw.
26
27 This thumbnailer is designed to be small, lightweight and fast. It is
28 primarily intended to be used with file managers (although it could
29 easily be used by a photograph management program) and it used by
30 Thunar-thumbnailers.
31
32 %description -l pl.UTF-8
33 Ten prosty program generuje miniaturki cyfrowych zdjęć w formacie
34 raw przy użyciu bibliotek libopenraw i GDK. Obsługuje te same formaty
35 co libopenraw.
36
37 Ten generator miniaturek zaprojektowano by był mały, lekki i szybki.
38 Jest głównie przeznaczony do użytku z menadżerami plików
39 (aczkolwiek równie dobrze może być użyty przez program do
40 zarządzania fotografiami) i jest używany przez Thunar-thumbnailers.
41
42 %prep
43 %setup -q
44
45 %build
46 %{__aclocal}
47 %{__autoconf}
48 %{__automake}
49 %configure
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog
64 %attr(755,root,root) %{_bindir}/raw-thumbnailer
This page took 0.133536 seconds and 3 git commands to generate.