]> git.pld-linux.org Git - SPECS.git/blob - gnickr.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / gnickr.spec
1 Summary:        Gnickr! - Flickr! photo manager
2 Summary(pl.UTF-8):      Gnickr! - zarządca zdjęć Flickr!
3 Name:           gnickr
4 Version:        0.0.3
5 Release:        0.1
6 License:        GPL v2
7 Group:          X11/Applications/Multimedia
8 Source0:        http://dl.sourceforge.net/gnickr/%{name}-%{version}.tar.gz
9 # Source0-md5:  e5ef6d0434d692660ead9b16b160e169
10 URL:            http://gnickr.sourceforge.net/
11 BuildRequires:  autoconf >= 2.52
12 BuildRequires:  automake
13 BuildRequires:  intltool
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig
16 BuildRequires:  python-Imaging-devel
17 BuildRequires:  python-devel
18 BuildRequires:  python-gnome-devel >= 2.12.3
19 BuildRequires:  python-pygtk-devel
20 %pyrequires_eq  python-modules
21 Requires:       gtk+2 >= 2:2.8.0
22 Requires:       python-Imaging
23 Requires:       python-gnome
24 Requires:       python-pygtk-gtk >= 2:2.8.0
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Gnickr allows you to manage photos on your Flickr site as if they
29 were local files on your Gnome desktop. It does this by creating
30 a Flickr virtual filesystem.
31
32 %description -l pl.UTF-8
33 Gnickr umożliwia zarządzanie zdjęciami na stronie Flickr tak, jakby
34 były lokalnymi plikami na pulpicie GNOME. Robi to poprzez utworzenie
35 wirtualnego systemu plików Flickr.
36
37 %prep
38 %setup -q
39
40 %build
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoheader}
44 %{__automake}
45 %{__autoconf}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %post
59 %gconf_schema_install gnickr.schemas
60
61 %preun
62 %gconf_schema_uninstall gnickr.schemas
63
64 %files
65 %defattr(644,root,root,755)
66 %doc NEWS README
67 %attr(755,root,root) %{_bindir}/*
68 %{py_sitedir}/*.py?
69 %{_libdir}/gnome-vfs-2.0/modules/*.py?
70 %{_sysconfdir}/gnome-vfs-2.0/modules/flickr.conf
71 %{_sysconfdir}/gconf/schemas/gnickr.schemas
This page took 0.112891 seconds and 3 git commands to generate.