gnome-commander-vl.spec 9.9 KB

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