]> git.pld-linux.org Git - packages/f-spot.git/blob - f-spot.spec
681b16514dc51610f2250865c6e0587a957d352b
[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.2
6 Release:        0.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:  271ae436ee6fc59632b13b54afeff9bd
11 Patch0:         %{name}-desktop.patch
12 URL:            http://www.gnome.org/projects/f-spot/
13 BuildRequires:  GConf2-devel
14 BuildRequires:  dotnet-gtk-sharp2-gnome-devel >= 1.9.5
15 BuildRequires:  intltool >= 0.21
16 BuildRequires:  lcms-devel >= 1.12
17 BuildRequires:  libexif-devel >= 1:0.6.12
18 BuildRequires:  libgnomeui-devel >= 2.4.0
19 BuildRequires:  libgphoto2-devel >= 2.1.4
20 BuildRequires:  libjpeg-devel
21 BuildRequires:  libstdc++-devel
22 BuildRequires:  libtool
23 BuildRequires:  mono-csharp >= 1.0
24 BuildRequires:  sqlite-devel >= 2.8.6
25 BuildRequires:  pkgconfig
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 F-Spot is an application designed to provide personal photo management
30 to the GNOME desktop.
31
32 %description -l pl
33 F-Spot jest prywatnym mened¿erem galerii fotograficznych dla
34 ¶rodowiska GNOME.
35
36 %prep
37 %setup -q
38 %patch0 -p1
39
40 %build
41 autoreconf
42 %configure \
43         --disable-static
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
53 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
54
55 %find_lang %{name}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
63 %attr(755,root,root) %{_bindir}/*
64 %dir %{_libdir}/%{name}
65 %attr(755,root,root) %{_libdir}/%{name}/*.exe
66 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
67 %{_libdir}/%{name}/*.dll
68 %{_libdir}/%{name}/*.dll.config
69 %{_libdir}/%{name}/*.exe.config
70 %{_desktopdir}/*.desktop
71 %{_pixmapsdir}/*.png
This page took 0.053152 seconds and 3 git commands to generate.