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

Revision 6655, 8.8 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release or rebuild with exiv2-0.23

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