source: projects/specs/trunk/g/gnome-commander/gnome-commander-vl.spec @ 8353

Revision 8353, 9.9 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

RevLine 
[7938]1%define        python_ver            2.7
[6655]2%define        exiv2_ver             0.23
[521]3%define        taglib_ver            1.4
4%define        libgsf_ver            1.12.0
[2041]5%define        poppler_ver           0.14.2
[521]6
7Name:          gnome-commander
8Summary:       A nice and fast file manager for the GNOME desktop
9Summary(pl):   Menadżer plików dla GNOME oparty o Norton Commander'a (TM)
10Summary(sv):   GNOME Commander är en snabb och smidig filhanderare för GNOME
[8353]11Version:       1.4.0
[8119]12Release:       1%{?_dist_release}
[521]13
[3876]14Group:         User Interface/Desktops
[521]15License:       GPLv2+
16URL:           http://www.nongnu.org/gcmd/
[8353]17Source0:       ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.4/%{name}-%{version}.tar.xz
[6936]18
[7938]19Patch1:        gnome-commander-1.2.8.15-libgsf.patch
[6936]20
[2998]21BuildRoot:     %{_tmppath}/%{name}-%{version}-root
[521]22
23BuildRequires: automake
24BuildRequires: flex
25BuildRequires: intltool >= 0.35.0
26BuildRequires: libtool
27BuildRequires: gnome-common
28BuildRequires: desktop-file-utils
29BuildRequires: scrollkeeper
30BuildRequires: gettext >= 0.10.36
31BuildRequires: glib2-devel >= 2.6.0
32BuildRequires: gtk2-devel >= 2.8.0
33BuildRequires: gnome-vfs2-devel >= 2.0.0
34BuildRequires: libgnomeui-devel >= 2.4.0
35BuildRequires: gnome-doc-utils >= 0.3.2
36BuildRequires: perl(XML::Parser)
37BuildRequires: libSM-devel
[4663]38BuildRequires: fontconfig-devel
[8353]39BuildRequires: unique-devel >= 0.9.3
[521]40
41Requires:      glib2 >= 2.6.0
42Requires:      gtk2 >= 2.8.0
43Requires:      gnome-vfs2 >= 2.0.0
44Requires:      gnome-vfs2-smb >= 2.0.0
45Requires:      libgnomeui >= 2.4.0
46
47Requires:         meld
48Requires(post):   scrollkeeper
49Requires(postun): scrollkeeper
50
51BuildRequires:   python-devel >= %{python_ver}
52BuildRequires:   exiv2-devel >= %{exiv2_ver}
53BuildRequires:   taglib-devel >= %{taglib_ver}
54BuildRequires:   libgsf-devel >= %{libgsf_ver}
55BuildRequires:   poppler-devel >= %{poppler_ver}
56
57Requires:        python >= %{python_ver}
58Requires:        exiv2 >= %{exiv2_ver}
59Requires:        taglib >= %{taglib_ver}
60Requires:        libgsf >= %{libgsf_ver}
61Requires:        poppler >= %{poppler_ver}
62
[1256]63Vendor: Project Vine
64Distribution: Vine Linux
65
[521]66%description
67GNOME Commander is a nice and fast file manager for the GNOME desktop.
68In addition to performing the basic file manager functions the program is
69also an FTP-client and it can browse SMB-networks.
70
71%prep
72%setup -q
[7938]73%patch1 -p1 -b .libgsf
[521]74
75%build
[7938]76export CFLAGS="$RPM_OPT_FLAGS -Wno-deprecated-declarations"
[521]77%configure \
78   --disable-scrollkeeper \
79   --enable-python
80%{__make} %{?_smp_mflags}
81
82%install
83%{__rm} -rf %{buildroot}
84%{__make} \
85   INSTALL="%{__install} -c -p" \
86   DESTDIR=%{buildroot} \
87   install
88
89desktop-file-install \
90   --delete-original \
91   --vendor '' \
92   --remove-category Application \
93   --dir %{buildroot}%{_datadir}/applications \
94   %{buildroot}%{_datadir}/applications/%{name}.desktop
95
96%{__rm} -f %{buildroot}%{_libdir}/%{name}/*.{a,la}
97%{__rm} -f %{buildroot}%{_libdir}/%{name}/*/*.{a,la,py}
98
99%find_lang %{name}
100
101%post
102scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
103
104%postun
105scrollkeeper-update -q || :
106
107%clean
108%{__rm} -rf %{buildroot}
109
110%files -f %{name}.lang
111%defattr(-,root,root,-)
112%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO doc/*.txt
113
114%{_bindir}/*
115%{_libdir}/%{name}/
116%{_mandir}/man1/%{name}.1*
117
118%{_datadir}/applications/%{name}.desktop
119
120%{_datadir}/gnome/help/%{name}/
121%{_datadir}/omf/%{name}/
122
123%{_datadir}/pixmaps/%{name}.png
124%{_datadir}/pixmaps/%{name}/
125
126%changelog
[8353]127* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
128- new upstream release
129- add BuildRequires: unique-devel
130
[8219]131* Sat Jan 25 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.17-1
132- new upstream release
133
[8119]134* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.16-1
135- new upstream release
136- remove Patch0 (gnome-commander-1.2.8.15-poppler-0.24.x.patch)
137- remove Patch2 (gnome-commander-1.2.8.15-gcc47.patch) from fedora
138
[8056]139* Wed Dec 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.15-7
140- rebuild with exiv2-0.24
141
[7938]142* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.15-6
143- rebuild with poppler-0.24.2
144- update Patch0 (gnome-commander-1.2.8.15-poppler-0.24.x.patch)
145- add Patch1 (gnome-commander-1.2.8.15-libgsf.patch)
146- add Patch2 (gnome-commander-1.2.8.15-gcc47.patch) from fedora
147
[6936]148* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.15-5
149- rebuild with poppler-0.20.4
150- add Patch0 (gnome-commander-1.2.8.15-poppler-0.20.x.patch)
151
[6655]152* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.15-4
153- rebuild with exiv2-0.23
154
[6152]155* Mon May 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.15-3
156- rebuild with exiv2-0.22
157
[5771]158* Sun Feb 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.15-2
159- rebuild with python-2.7.2
160
[5335]161* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.15-1
162- new upstream release
163
[4872]164* Fri Oct 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.14-1
165- new upstream release
166
[4675]167* Sat Aug 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.13-1
168- new upstream release
169
[4663]170* Sun Aug  7 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.8.11-2
171- rebuilt with exiv2-0.21.1
172- added BR: fontconfig-devel
173
[3876]174* Sat May 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.11-1
175- new upstream release
176- change Group: User Interface/Desktops instead of Applications/File
177
[2998]178* Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.8.9-2
179- rebuilt with poppler-0.16.3
180
[2362]181* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.9-1
182- new upstream release
183
[2041]184* Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.8-1
185- new upstream release
186
[1256]187* Sun Jun 27 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.6-1
188- new upstream release
189
[953]190* Wed May 05 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.8.5-2
191- rebuilt with exiv2-0.19
192
[521]193* Sun Mar 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.5-1
194- Initial build for Vine Linux
195
196* Wed Jan 13 2010 Piotr Eljasiak <epiotr@use.pl>
197- added gnome-vfs2-smb dependency
198- replaced exiv2 with exiv2-libs dependency for FC>=8
199
200* Fri Oct 3 2008 Yuriy Penkin <yuriy.penkin@gmail.com>
201- changed dependencies for intltool to 0.35.0
202
203* Thu Aug 7 2008 Piotr Eljasiak <epiotr@use.pl>
204- added poppler dependencies
205
206* Fri Jul 11 2008 Piotr Eljasiak <epiotr@use.pl>
207 - added build deps
208
209* Fri Oct  5 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.4-4
210- Drop yelp dependency
211
212* Wed Aug 22 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.4-3.dist.2
213- Mass rebuild (buildID or binutils issue)
214
215* Fri Aug  3 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.4-3.dist.1
216- License update
217
218* Wed Jul 18 2007 Piotr Eljasiak <epiotr@use.pl> 1.2.5-1
219 - replaced libexif and libiptcdata with exiv2 library
220
221* Tue Jul 10 2007 Piotr Eljasiak <epiotr@use.pl> 1.2.5-1
222- replaced id3lib with taglib dependencies
223
224* Sat Jun 16 2007 Dušan Hokův <dusan@mirc.cz> 1.2.5-1
225- added cs description
226
227* Mon Jun 11 2007 Piotr Eljasiak <epiotr@use.pl> 1.2.5-1
228- minor tweaking with library versioning
229
230* Sun Feb 4 2007 Piotr Eljasiak <epiotr@use.pl> 1.2.4-1
231- added libgsf dependencies
232
[7938]233* Tue Jan 30 2007 Piotr Eljasiak <epiotr@use.pl> 1.2.4-1
[521]234- added build and runtime deps for python and gnome-python2-gnomevfs
235
[7938]236* Sat Jan 20 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-5
[521]237- Require meld (#225324)
238
239* Wed Jan 10 2007 Piotr Eljasiak <epiotr@use.pl> 1.2.4-1
240- removed unneeded .py files
241
242* Thu Dec 21 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.3-2
243- Clean up.
244
245* Sun Dec 17 2006 Piotr Eljasiak <epiotr@use.pl> 1.2.4-1
246- use version requirements from configure.in
247- changed dependencies from glib to glib2
248
249* Fri Dec 15 2006 Stephanos Manos <stefmanos AT gmail DOT com> - 1.2.4-1
250- removed not needed .a files
251- added build and runtime deps for libexif id3lib
252
253* Tue Dec 12 2006 Stephanos Manos <stefmanos AT gmail DOT com> - 1.2.4-1
254- minor cleanups/fixes to make rpmlint silent
255       -changelog: entries starting with % (added a second %)
256       -changelog: replaced tabs with spaces
257       -descriptions: splitted in multiple lines
258       -summary: removed ending dot
259       -license: changed license-tag form GPL2 to GPL
260* Tue Nov 14 2006 Piotr Eljasiak <epiotr@use.pl>
261- fixed Source0 address
262
263* Mon Jul 17 2006 Piotr Eljasiak <epiotr@use.pl>
264- added glib dependencies
265
266* Sun May 14 2006 Stephanos Manos <stefmanos@gmail.com>
267- Fixed Scrollkeeper database update
268        -disabled scrollkeeper update from make
269        -added scrollkeeper-database-update in the %%post & %%postun section
270- Added %%post & %%postun entries for the desktop file
271- Added %%post & %%postun entries for the gtk+ icon cache file
272
273* Sun Apr 9 2006 Piotr Eljasiak <epiotr@use.pl>
274- minor cleanups
275
[7938]276* Sun Mar 5 2006 Piotr Eljasiak <epiotr@use.pl>
[521]277- added OMF files
278
279* Mon Feb 13 2006 Piotr Eljasiak <epiotr@use.pl>
280- install gnome-commander icon to %%{_datadir}/pixmaps/
281- install gnome-commander.1* to %%{_mandir}/man1/
282
283* Sat Feb 11 2006 Piotr Eljasiak <epiotr@use.pl>
284- set default srcext to .bz2
285
286* Fri Jan 28 2005 Piotr Eljasiak <epiotr@use.pl>
287- fixed typo: rpm --> rpmbuild
288
289* Mon May 03 2004 Piotr Eljasiak <epiotr@use.pl>
290- converted spec file to utf-8
291- used RPM macros a bit more
292
293* Thu Jun 19 2003 Piotr Eljasiak <epiotr@use.pl>
294- added libraries
295
296* Tue Mar 25 2003 Piotr Eljasiak <epiotr@use.pl>
297- updated Sources
298
299* Mon Jan 20 2003 Piotr Eljasiak <epiotr@use.pl>
300- added build dependencies
301
302* Fri Jan 10 2003 Piotr Eljasiak <epiotr@use.pl>
303- added localization
304
305* Thu Jan 09 2003 Piotr Eljasiak <epiotr@use.pl>
306- added dependencies
307
308* Mon Jun 24 2002 Piotr Eljasiak <epiotr@use.pl>
309- more cleanup in install section
310
311* Sat Jun 15 2002 Piotr Eljasiak <epiotr@use.pl>
312- simplified install and files sections
313
314* Mon Jun 10 2002 Piotr Eljasiak <epiotr@use.pl>
315- .spec file is now generated from .spec.in
316
317* Mon Jun 10 2002 Marcus Bjurman <marbj499@student.liu.se>
318- The default icon for this project is now called gnome-commander.png
319  The xpm variant of the same icon is now also renamed in the same manner.
320
321* Sat Mar  9 2002 Marcus Bjurman <marbj499@student.liu.se>
322- Pumped up the version nr
323
324* Sun Nov  4 2001 Marcus Bjurman <marbj499@student.liu.se>
325- Initial build.
Note: See TracBrowser for help on using the repository browser.