]> git.pld-linux.org Git - packages/gthumb.git/blob - gthumb.spec
- updated to version 2.1.0
[packages/gthumb.git] / gthumb.spec
1 Summary:        An image viewer and browser for GNOME
2 Summary(pl):    Przegl±darka obrazków dla GNOME
3 Name:           gthumb
4 Version:        2.1.0
5 Release:        1
6 License:        GPL
7 Vendor:         GNOME
8 Group:          X11/Applications/Graphics
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
10 #Patch0:                %{name}-md5.patch
11 URL:            http://gthumb.sourceforge.net/
12 BuildRequires:  bonobo-activation-devel >= 2.1.0
13 BuildRequires:  glib2-devel >= 2.2.0
14 BuildRequires:  gnome-vfs2-devel >= 2.2.0
15 BuildRequires:  gtk+2-devel >= 2.2.0
16 BuildRequires:  libbonobo-devel >= 2.2.0
17 BuildRequires:  libbonoboui-devel >= 2.2.0
18 BuildRequires:  libglade2-devel >= 2.0.1
19 BuildRequires:  libgnome-devel >= 2.2.0
20 BuildRequires:  libgnomeprint-devel >= 2.2.0
21 BuildRequires:  libgnomeprintui-devel >= 2.2.0
22 BuildRequires:  libgnomeui-devel >= 2.2.0
23 BuildRequires:  libpng-devel
24 BuildRequires:  libxml2-devel >= 2.4.0
25 Requires:       bonobo-activation >= 2.2.0
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 gThumb lets you browse your hard disk, showing you thumbnails of image
30 files. It also lets you view single files (including GIF animations),
31 add comments to images, organize images in catalogs, print images,
32 view slideshows, set your desktop background, and more.
33
34 %description -l pl
35 gThumb pozwala na przegl±danie twardego dysku z pokazywaniem
36 miniaturek plików z obrazkami. Pozwala tak¿e ogl±daæ pojedyncze pliki
37 (w tym animacje GIF), dodawaæ komentarze do obrazków, uk³adaæ obrazki
38 w katalogi, drukowaæ obrazki, ogl±daæ slajdy, ustawiaæ t³o biurka itd.
39
40 %prep
41 %setup -q
42 #%patch0 -p1
43
44 %build
45 %configure \
46         --disable-schemas-install
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT 
53
54 rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/modules/*.{a,la}
55 rm $RPM_BUILD_ROOT/%{_libdir}/*.{a,la}
56
57 %find_lang %{name} --with-gnome --all-name
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %post
63 /usr/bin/scrollkeeper-update
64 %gconf_schema_install
65
66 %postun -p /usr/bin/scrollkeeper-update
67
68 %files -f %{name}.lang
69 %defattr(644,root,root,755)
70 %doc AUTHORS NEWS README
71 %attr(755,root,root) %{_bindir}/gthumb
72 %attr(755,root,root) %{_libdir}/libgthumb.so
73 %{_libexecdir}/gthumb-image-viewer
74 %{_libexecdir}/gthumb-catalog-view
75 %{_libdir}/%{name}
76 %{_desktopdir}/gthumb.desktop
77 %{_datadir}/gnome-2.0/ui/*.xml
78 %{_datadir}/gthumb
79 %{_datadir}/application-registry/gthumb.applications
80 %{_libdir}/bonobo/servers/*.server
81 %{_pixmapsdir}/gthumb.png
82 %{_mandir}/man1/gthumb.1*
83 %{_omf_dest_dir}/%{name}
84 %{_sysconfdir}/gconf/schemas/gthumb.schemas
This page took 0.239896 seconds and 3 git commands to generate.