source: projects/specs/branches/6/g/gnome-commander/gnome-commander-vl.spec @ 3876

Revision 3876, 8.1 KB checked in by Takemikaduchi, 13 years ago (diff)

drumstick,kdevplatform,kdevelop: add BR, others: new upstream release

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