]> git.pld-linux.org Git - packages/f-spot.git/blob - f-spot.spec
- updated to 0.0.9
[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.9
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:  90f1251e663c012834e06ec783cc24d7
10 URL:            http://www.gnome.org/projects/f-spot/
11 BuildRequires:  GConf2-devel
12 BuildRequires:  dotnet-gtk-sharp-devel >= 1.0
13 BuildRequires:  intltool >= 0.21
14 BuildRequires:  lcms-devel >= 1.12
15 BuildRequires:  libexif-devel >= 1:0.5.7
16 BuildRequires:  libgnomeui-devel >= 2.4.0
17 BuildRequires:  libgphoto2-devel >= 2.1.4
18 BuildRequires:  libjpeg-devel
19 BuildRequires:  libstdc++-devel
20 BuildRequires:  libtool
21 BuildRequires:  mono-csharp >= 1.0
22 BuildRequires:  sqlite-devel >= 2.8.6
23 BuildRequires:  pkgconfig
24 Requires:       dotnet-gtk-sharp >= 1.0
25 Requires:       mono >= 1.0
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
39 %build
40 %configure \
41         --disable-static
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
60 %attr(755,root,root) %{_bindir}/*
61 %dir %{_libdir}/%{name}
62 %attr(755,root,root) %{_libdir}/%{name}/*.exe
63 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
64 %{_libdir}/%{name}/*.dll
65 %{_libdir}/%{name}/*.exe.config
This page took 0.071515 seconds and 4 git commands to generate.