gnome-commander-vl.spec 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  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.15
  11. Release: 7%{?_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. Patch0: gnome-commander-1.2.8.15-poppler-0.24.x.patch
  17. Patch1: gnome-commander-1.2.8.15-libgsf.patch
  18. Patch2: gnome-commander-1.2.8.15-gcc47.patch
  19. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  20. BuildRequires: automake
  21. BuildRequires: flex
  22. BuildRequires: intltool >= 0.35.0
  23. BuildRequires: libtool
  24. BuildRequires: gnome-common
  25. BuildRequires: desktop-file-utils
  26. BuildRequires: scrollkeeper
  27. BuildRequires: gettext >= 0.10.36
  28. BuildRequires: glib2-devel >= 2.6.0
  29. BuildRequires: gtk2-devel >= 2.8.0
  30. BuildRequires: gnome-vfs2-devel >= 2.0.0
  31. BuildRequires: libgnomeui-devel >= 2.4.0
  32. BuildRequires: gnome-doc-utils >= 0.3.2
  33. BuildRequires: perl(XML::Parser)
  34. BuildRequires: libSM-devel
  35. BuildRequires: fontconfig-devel
  36. Requires: glib2 >= 2.6.0
  37. Requires: gtk2 >= 2.8.0
  38. Requires: gnome-vfs2 >= 2.0.0
  39. Requires: gnome-vfs2-smb >= 2.0.0
  40. Requires: libgnomeui >= 2.4.0
  41. Requires: meld
  42. Requires(post): scrollkeeper
  43. Requires(postun): scrollkeeper
  44. BuildRequires: python-devel >= %{python_ver}
  45. BuildRequires: exiv2-devel >= %{exiv2_ver}
  46. BuildRequires: taglib-devel >= %{taglib_ver}
  47. BuildRequires: libgsf-devel >= %{libgsf_ver}
  48. BuildRequires: poppler-devel >= %{poppler_ver}
  49. Requires: python >= %{python_ver}
  50. Requires: exiv2 >= %{exiv2_ver}
  51. Requires: taglib >= %{taglib_ver}
  52. Requires: libgsf >= %{libgsf_ver}
  53. Requires: poppler >= %{poppler_ver}
  54. Vendor: Project Vine
  55. Distribution: Vine Linux
  56. %description
  57. GNOME Commander is a nice and fast file manager for the GNOME desktop.
  58. In addition to performing the basic file manager functions the program is
  59. also an FTP-client and it can browse SMB-networks.
  60. %prep
  61. %setup -q
  62. %patch0 -p1 -b .poppler
  63. %patch1 -p1 -b .libgsf
  64. %patch2 -p1 -b .gcc
  65. %build
  66. export CFLAGS="$RPM_OPT_FLAGS -Wno-deprecated-declarations"
  67. %configure \
  68. --disable-scrollkeeper \
  69. --enable-python
  70. %{__make} %{?_smp_mflags}
  71. %install
  72. %{__rm} -rf %{buildroot}
  73. %{__make} \
  74. INSTALL="%{__install} -c -p" \
  75. DESTDIR=%{buildroot} \
  76. install
  77. desktop-file-install \
  78. --delete-original \
  79. --vendor '' \
  80. --remove-category Application \
  81. --dir %{buildroot}%{_datadir}/applications \
  82. %{buildroot}%{_datadir}/applications/%{name}.desktop
  83. %{__rm} -f %{buildroot}%{_libdir}/%{name}/*.{a,la}
  84. %{__rm} -f %{buildroot}%{_libdir}/%{name}/*/*.{a,la,py}
  85. %find_lang %{name}
  86. %post
  87. scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
  88. %postun
  89. scrollkeeper-update -q || :
  90. %clean
  91. %{__rm} -rf %{buildroot}
  92. %files -f %{name}.lang
  93. %defattr(-,root,root,-)
  94. %doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO doc/*.txt
  95. %{_bindir}/*
  96. %{_libdir}/%{name}/
  97. %{_mandir}/man1/%{name}.1*
  98. %{_datadir}/applications/%{name}.desktop
  99. %{_datadir}/gnome/help/%{name}/
  100. %{_datadir}/omf/%{name}/
  101. %{_datadir}/pixmaps/%{name}.png
  102. %{_datadir}/pixmaps/%{name}/
  103. %changelog
  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.