]> git.pld-linux.org Git - packages/f-spot.git/blob - f-spot.spec
eb72cf91f73dd11a4dee0c1ca6078c21af448e6b
[packages/f-spot.git] / f-spot.spec
1 %include        /usr/lib/rpm/macros.mono
2 Summary:        Personal photo manager
3 Summary(pl):    Mened¿er prywatnych galerii fotograficznych
4 Name:           f-spot
5 Version:        0.1.5
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications/Graphics
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/f-spot/0.1/%{name}-%{version}.tar.bz2
10 # Source0-md5:  9166398a4f2381182714f00f1730ef12
11 Patch0:         %{name}-desktop.patch
12 URL:            http://www.gnome.org/projects/f-spot/
13 BuildRequires:  GConf2-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  dotnet-dbus-sharp-devel
17 BuildRequires:  dotnet-gtk-sharp2-gnome-devel >= 2.1
18 BuildRequires:  gettext-devel
19 BuildRequires:  intltool >= 0.21
20 BuildRequires:  lcms-devel >= 1.12
21 BuildRequires:  libexif-devel >= 1:0.6.12
22 BuildRequires:  libgnomeui-devel >= 2.4.0
23 BuildRequires:  libgphoto2-devel >= 2.1.4
24 BuildRequires:  libjpeg-devel
25 BuildRequires:  libstdc++-devel
26 BuildRequires:  libtool
27 BuildRequires:  mono-csharp >= 1.1.7
28 BuildRequires:  pkgconfig
29 BuildRequires:  rpmbuild(macros) >= 1.197                                                                               
30 BuildRequires:  sqlite-devel >= 2.8.6
31 Requires(post,postun):  desktop-file-utils
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 F-Spot is an application designed to provide personal photo management
36 to the GNOME desktop.
37
38 %description -l pl
39 F-Spot jest prywatnym mened¿erem galerii fotograficznych dla
40 ¶rodowiska GNOME.
41
42 %prep
43 %setup -q
44 %patch0 -p1
45
46 %build
47 %{__intltoolize}
48 %{__aclocal}
49 %{__automake}
50 %{__autoconf}
51 %configure \
52         --disable-static
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
62 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
63
64 %find_lang %{name}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %post
70 %update_desktop_database_post
71
72 %postun
73 %update_desktop_database_postun
74
75 %files -f %{name}.lang
76 %defattr(644,root,root,755)
77 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
78 %attr(755,root,root) %{_bindir}/*
79 %dir %{_libdir}/%{name}
80 %attr(755,root,root) %{_libdir}/%{name}/*.exe
81 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
82 %{_libdir}/%{name}/*.dll
83 %{_libdir}/%{name}/*.dll.config
84 %{_libdir}/%{name}/*.exe.config
85 %{_desktopdir}/*.desktop
86 %{_pixmapsdir}/*.png
This page took 0.062759 seconds and 3 git commands to generate.