]> git.pld-linux.org Git - packages/f-spot.git/blob - f-spot.spec
- mono auto deps
[packages/f-spot.git] / f-spot.spec
1 %include        /usr/lib/rpm/macros.mono
2 Summary:        Personal photo manager
3 Summary(pl):    Mened¿er prywatnych galerii fotograficznych
4 Name:           f-spot
5 Version:        0.1.0
6 Release:        0.2
7 License:        GPL
8 Group:          X11/Applications/Graphics
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/f-spot/0.1/%{name}-%{version}.tar.bz2
10 # Source0-md5:  f9cab78264a978e025d2af6425ea0ec5
11 Patch0:         %{name}-desktop.patch
12 URL:            http://www.gnome.org/projects/f-spot/
13 BuildRequires:  GConf2-devel
14 BuildRequires:  dotnet-gtk-sharp2-gnome-devel >= 1.9.5
15 BuildRequires:  intltool >= 0.21
16 BuildRequires:  lcms-devel >= 1.12
17 BuildRequires:  libexif-devel >= 1:0.6.12
18 BuildRequires:  libgnomeui-devel >= 2.4.0
19 BuildRequires:  libgphoto2-devel >= 2.1.4
20 BuildRequires:  libjpeg-devel
21 BuildRequires:  libstdc++-devel
22 BuildRequires:  libtool
23 BuildRequires:  mono-csharp >= 1.0
24 BuildRequires:  sqlite-devel >= 2.8.6
25 BuildRequires:  pkgconfig
26 Requires:       dotnet-gtk-sharp2 >= 2.3.90
27 Requires:       mono >= 1.0
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 F-Spot is an application designed to provide personal photo management
32 to the GNOME desktop.
33
34 %description -l pl
35 F-Spot jest prywatnym mened¿erem galerii fotograficznych dla
36 ¶rodowiska GNOME.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41
42 %build
43 autoreconf
44 %configure \
45         --disable-static
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
55 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
65 %attr(755,root,root) %{_bindir}/*
66 %dir %{_libdir}/%{name}
67 %attr(755,root,root) %{_libdir}/%{name}/*.exe
68 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
69 %{_libdir}/%{name}/*.dll
70 %{_libdir}/%{name}/*.dll.config
71 %{_libdir}/%{name}/*.exe.config
72 %{_desktopdir}/*.desktop
73 %{_pixmapsdir}/*.png
This page took 0.036552 seconds and 4 git commands to generate.