]> git.pld-linux.org Git - packages/gigolo.git/blame - gigolo.spec
- up to 0.4.2
[packages/gigolo.git] / gigolo.spec
CommitLineData
51343305
JR
1Summary: GIO/GVfs frontend
2#Summary(pl.UTF-8):
31b3cf5d 3Name: gigolo
fa332960
JR
4Version: 0.4.2
5Release: 1
31b3cf5d
JR
6License: GPL v2
7Group: Applications/System
8Source0: http://files.uvena.de/gigolo/%{name}-%{version}.tar.bz2
fa332960 9# Source0-md5: 4abc6fde56572adf3ec3a0181092584c
31b3cf5d
JR
10URL: http://www.uvena.de/gigolo/
11BuildRequires: autoconf >= 2.50
12BuildRequires: automake
13BuildRequires: gettext-devel
14BuildRequires: glib2-devel >= 1:2.16
15BuildRequires: gtk+2-devel >= 2:2.12
16BuildRequires: intltool >= 0.35.0
17BuildRequires: libtool
18BuildRequires: pkgconfig >= 1:0.9.0
19Requires(post,postun): gtk-update-icon-cache
20Requires(post,postun): hicolor-icon-theme
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Gigolo is a frontend to easily manage connections to local and remote
25filesystems using GIO/GVfs. It allows you to quickly connect/mount
26a 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
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
42e3036d
JR
50%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
51
31b3cf5d
JR
52%find_lang %{name}
53
54%clean
55rm -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.097006 seconds and 4 git commands to generate.