]> git.pld-linux.org Git - packages/f-spot.git/blob - f-spot.spec
- fixed libexif loading
[packages/f-spot.git] / f-spot.spec
1 Summary:        Personal photo manager
2 Summary(pl):    Mened¿er prywatnych galerii fotograficznych
3 Name:           f-spot
4 Version:        0.0.12
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/f-spot/0.0/%{name}-%{version}.tar.bz2
9 # Source0-md5:  92e95c633b20a167e4ec88f3b855f12f
10 Patch0:         %{name}-exif.patch
11 URL:            http://www.gnome.org/projects/f-spot/
12 BuildRequires:  GConf2-devel
13 BuildRequires:  dotnet-gtk-sharp-devel >= 1.0
14 BuildRequires:  intltool >= 0.21
15 BuildRequires:  lcms-devel >= 1.12
16 BuildRequires:  libexif-devel >= 1:0.6.12
17 BuildRequires:  libgnomeui-devel >= 2.4.0
18 BuildRequires:  libgphoto2-devel >= 2.1.4
19 BuildRequires:  libjpeg-devel
20 BuildRequires:  libstdc++-devel
21 BuildRequires:  libtool
22 BuildRequires:  mono-csharp >= 1.0
23 BuildRequires:  sqlite-devel >= 2.8.6
24 BuildRequires:  pkgconfig
25 Requires:       dotnet-gtk-sharp >= 1.0
26 Requires:       mono >= 1.0
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 F-Spot is an application designed to provide personal photo management
31 to the GNOME desktop.
32
33 %description -l pl
34 F-Spot jest prywatnym mened¿erem galerii fotograficznych dla
35 ¶rodowiska GNOME.
36
37 %prep
38 %setup -q
39 # the problem fixed by exif patch is fixed in f-spot cvs
40 # http://mail.gnome.org/archives/f-spot-list/2005-March/msg00020.html
41 %patch0 -p1
42
43 %build
44 autoreconf
45 %configure \
46         --disable-static
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
65 %attr(755,root,root) %{_bindir}/*
66 %dir %{_libdir}/%{name}
67 %attr(755,root,root) %{_libdir}/%{name}/*.exe
68 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
69 %{_libdir}/%{name}/*.dll
70 %{_libdir}/%{name}/*.dll.config
71 %{_libdir}/%{name}/*.exe.config
72 %{_desktopdir}/*.desktop
73 %{_pixmapsdir}/*.png
This page took 0.064422 seconds and 4 git commands to generate.