]> git.pld-linux.org Git - packages/f-spot.git/blob - f-spot.spec
- BR sqlite2-devel, pass --disable-static to configure
[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.2
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:  8edd68204233b75579fad0bb64f841f8
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:  sqlite2-devel >= 2.8.6
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 F-Spot is an application designed to provide personal photo management
23 to the GNOME desktop.
24
25 %description -l pl
26 F-Spot jest prywatnym mened¿erem galerii fotograficznych dla
27 ¶rodowiska GNOME.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure \
34         --disable-static
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %find_lang %{name}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files -f %{name}.lang
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
51 %attr(755,root,root) %{_bindir}/*
52 %dir %{_libdir}/%{name}
53 %attr(755,root,root) %{_libdir}/%{name}/*.exe
54 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
55 %{_libdir}/%{name}/lib*.la
56 %{_libdir}/%{name}/*.exe.config
This page took 0.06764 seconds and 4 git commands to generate.