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