]> git.pld-linux.org Git - packages/f-spot.git/blob - f-spot.spec
- updated to 0.0.3
[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.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.0/%{name}-%{version}.tar.bz2
9 # Source0-md5:  96622c2bc6656d16415d5a28f1e5b967
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:  libexif-devel >= 1:0.5.7
15 BuildRequires:  libgnomeui-devel >= 2.4.0
16 BuildRequires:  libjpeg-devel
17 BuildRequires:  mono-csharp >= 1.0
18 BuildRequires:  sqlite-devel >= 2.8.6
19 BuildRequires:  pkgconfig
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 F-Spot is an application designed to provide personal photo management
24 to the GNOME desktop.
25
26 %description -l pl
27 F-Spot jest prywatnym mened¿erem galerii fotograficznych dla
28 ¶rodowiska GNOME.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure \
35         --disable-static
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
52 %attr(755,root,root) %{_bindir}/*
53 %dir %{_libdir}/%{name}
54 %attr(755,root,root) %{_libdir}/%{name}/*.exe
55 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
56 %{_libdir}/%{name}/lib*.la
57 %{_libdir}/%{name}/*.exe.config
This page took 0.062961 seconds and 4 git commands to generate.