source: projects/specs/branches/6/g/gigolo/gigolo-vl.spec @ 5621

Revision 5621, 3.2 KB checked in by kudoh, 12 years ago (diff)
Line 
1Name:           gigolo
2Version:        0.4.1
3Release:        2%{?_dist_release}
4Summary:        GIO/GVFS management application
5Summary(ja):    GIO/GVFS 管理アプリケーション
6
7Group:          User Interface/Desktops
8License:        GPLv2
9URL:            http://www.uvena.de/gigolo/index.html
10Source0:        http://files.uvena.de/gigolo/gigolo-%{version}.tar.bz2
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires: desktop-file-utils
14BuildRequires: gettext
15BuildRequires: glib2-devel >= 2.16.0
16BuildRequires: gtk2-devel >= 2.12.0
17BuildRequires: intltool
18BuildRequires: python
19BuildRequires: xorg-x11-devel
20
21Requires: %{_bindir}/gvfs-open
22Requires: %{_bindir}/fusermount
23
24Obsoletes: sion < 0.1.0-3
25
26%description
27A frontend to easily manage connections to remote filesystems using GIO/GVFS.
28It allows you to quickly connect/mount a remote filesystem and manage
29bookmarks of such.
30
31%prep
32%setup -q
33
34%build
35export CFLAGS="%{optflags}"
36./waf configure --prefix=%{_prefix} \
37              --exec-prefix=%{_exec_prefix} \
38              --bindir=%{_bindir} \
39              --sbindir=%{_sbindir} \
40              --sysconfdir=%{_sysconfdir} \
41              --datadir=%{_datadir} \
42              --includedir=%{_includedir} \
43              --libdir=%{_libdir} \
44              --libexecdir=%{_libexecdir} \
45              --localstatedir=%{_localstatedir} \
46              --sharedstatedir=%{_sharedstatedir} \
47              --mandir=%{_mandir} --infodir=%{_infodir} --enable-debug
48
49./waf build -v
50
51%install
52rm -rf $RPM_BUILD_ROOT
53DESTDIR=$RPM_BUILD_ROOT ./waf install
54
55# remove docs that waf installs in the wrong place
56rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/gigolo
57
58desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
59
60%find_lang %{name}
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files -f %{name}.lang
66%defattr(-,root,root,-)
67%doc AUTHORS ChangeLog COPYING NEWS README README.I18N TODO THANKS
68%{_bindir}/gigolo
69%{_datadir}/applications/gigolo.desktop
70%{_mandir}/man1/gigolo.1.gz
71
72%changelog
73* Sun Feb 12 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-2
74- rebuilt with rpm-4.8.1
75
76* Tue Aug 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-1
77- initial build for VineSeed
78
79* Thu Dec 31 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-1
80- Update to 0.4.0
81
82* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-2
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
84
85* Sat Apr 18 2009 Kevin Fenzi <kevin@tummy.com> - 0.3.2-1
86- Update to 0.3.2
87
88* Sat Apr 04 2009 Kevin Fenzi <kevin@tummy.com> - 0.3.1-1
89- Update to 0.3.1
90
91* Tue Mar 31 2009 Kevin Fenzi <kevin@tummy.com> - 0.3.0-1
92- Update to 0.3.0
93
94* Sun Feb 22 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.1-1
95- Update to 0.2.1
96- Add THANKS
97- Fix waf configure line and use local waf.
98
99* Sun Feb 15 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.0-2
100- Fix CFLAGS
101- Fix build to be verbose
102- Use Fedora waf
103- Remove vendor
104
105* Sun Feb 15 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.0-1
106- Change name to gigolo
107- Update to 0.2.0
108
109* Sun Jan 04 2009 Kevin Fenzi <kevin@tummy.com> - 0.1.0-2
110- Fix License tag
111- Add Requires for needed binaries
112
113* Fri Jan 02 2009 Kevin Fenzi <kevin@tummy.com> - 0.1.0-1
114- Initial version for Fedora
Note: See TracBrowser for help on using the repository browser.