gnome-commander-vl.spec 8.2 KB

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