gnome-commander-vl.spec 9.6 KB

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