source: projects/specs/trunk/g/gigolo/gigolo-vl.spec @ 8201

Revision 8201, 3.2 KB checked in by kudoh, 10 years ago (diff)

new upstream release and rebuild

Line 
1Name:           gigolo
2Version:        0.4.2
3Release:        1%{?_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./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}
48%{__make} %{?_smp_mflags}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52%{__make} install DESTDIR=$RPM_BUILD_ROOT
53
54# remove docs that waf installs in the wrong place
55rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/gigolo
56
57desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
58
59%find_lang %{name}
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files -f %{name}.lang
65%defattr(-,root,root,-)
66%doc AUTHORS ChangeLog COPYING NEWS README TODO THANKS
67%{_bindir}/gigolo
68%{_datadir}/applications/gigolo.desktop
69%{_mandir}/man1/gigolo.1.gz
70
71%changelog
72* Sat Jan 18 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.2-1
73- new upstream release
74
75* Tue Aug 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.1-1
76- initial build for VineSeed
77
78* Thu Dec 31 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-1
79- Update to 0.4.0
80
81* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-2
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
83
84* Sat Apr 18 2009 Kevin Fenzi <kevin@tummy.com> - 0.3.2-1
85- Update to 0.3.2
86
87* Sat Apr 04 2009 Kevin Fenzi <kevin@tummy.com> - 0.3.1-1
88- Update to 0.3.1
89
90* Tue Mar 31 2009 Kevin Fenzi <kevin@tummy.com> - 0.3.0-1
91- Update to 0.3.0
92
93* Sun Feb 22 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.1-1
94- Update to 0.2.1
95- Add THANKS
96- Fix waf configure line and use local waf.
97
98* Sun Feb 15 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.0-2
99- Fix CFLAGS
100- Fix build to be verbose
101- Use Fedora waf
102- Remove vendor
103
104* Sun Feb 15 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.0-1
105- Change name to gigolo
106- Update to 0.2.0
107
108* Sun Jan 04 2009 Kevin Fenzi <kevin@tummy.com> - 0.1.0-2
109- Fix License tag
110- Add Requires for needed binaries
111
112* Fri Jan 02 2009 Kevin Fenzi <kevin@tummy.com> - 0.1.0-1
113- Initial version for Fedora
Note: See TracBrowser for help on using the repository browser.