]> git.pld-linux.org Git - packages/f-spot.git/blob - f-spot.spec
- updated to 0.0.13
[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.13
5 Release:        1
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:  4666af7dfea7aeeef7c7cd5697a378c0
10 Patch0:         %{name}-desktop.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 %patch0 -p1
40
41 %build
42 autoreconf
43 %configure \
44         --disable-static
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
54 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
55
56 %find_lang %{name}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files -f %{name}.lang
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
64 %attr(755,root,root) %{_bindir}/*
65 %dir %{_libdir}/%{name}
66 %attr(755,root,root) %{_libdir}/%{name}/*.exe
67 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
68 %{_libdir}/%{name}/*.dll
69 %{_libdir}/%{name}/*.dll.config
70 %{_libdir}/%{name}/*.exe.config
71 %{_desktopdir}/*.desktop
72 %{_pixmapsdir}/*.png
This page took 0.044133 seconds and 4 git commands to generate.