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

Revision 6936, 9.0 KB checked in by Takemikaduchi, 12 years ago (diff)

gnome-commander,gambas2: rebuild
others: new upstream release

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