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