]> git.pld-linux.org Git - packages/gigolo.git/blob - gigolo.spec
cd9fb15072dd5f94face009216a1ac6567cbfe9d
[packages/gigolo.git] / gigolo.spec
1 Summary:        GIO/GVfs frontend
2 #Summary(pl.UTF-8):     
3 Name:           gigolo
4 Version:        0.4.1
5 Release:        2
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://files.uvena.de/gigolo/%{name}-%{version}.tar.bz2
9 # Source0-md5:  760bdc5753768214b379733a728b0c80
10 URL:            http://www.uvena.de/gigolo/
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  glib2-devel >= 1:2.16
15 BuildRequires:  gtk+2-devel >= 2:2.12
16 BuildRequires:  intltool >= 0.35.0
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig >= 1:0.9.0
19 Requires(post,postun):  gtk-update-icon-cache
20 Requires(post,postun):  hicolor-icon-theme
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Gigolo is a frontend to easily manage connections to local and remote
25 filesystems using GIO/GVfs. It allows you to quickly connect/mount
26 a remote filesystem and manage bookmarks of such.
27
28 #%description -l pl.UTF-8
29
30 %prep
31 %setup -q
32
33 %build
34 %{__intltoolize}
35 %{__libtoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %post
58 %update_icon_cache hicolor
59
60 %postun
61 %update_icon_cache hicolor
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog NEWS README TODO
66 %attr(755,root,root) %{_bindir}/gigolo
67 %{_desktopdir}/gigolo.desktop
68 %{_mandir}/man1/gigolo.1*
This page took 0.051451 seconds and 2 git commands to generate.