geeqie-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. Summary: Geeqie Image Viewer
  2. Summary(ja): Geeqie 画像ビューア
  3. Name: geeqie
  4. Version: 1.0
  5. Release: 4%{?_dist_release}
  6. License: GPL2
  7. Group: Applications/Multimedia
  8. URL: http://geeqie.sourceforge.net/
  9. Source: %{name}-%{version}.tar.gz
  10. Source1: %{name}-1.0-2.1-ja.po
  11. Buildroot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: gtk2-devel >= 2.16.0
  13. BuildRequires: lcms-devel >= 1.14
  14. BuildRequires: exiv2-devel >= 0.18.1
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. %description
  18. Geeqie is a lightweight Gtk+ based image viewer.
  19. %description -l ja
  20. Geeqie は gtk+ ベースの軽量な画像ファイルブラウザです。
  21. %prep
  22. %setup -q -n %{name}-%{version}
  23. %__cp -f %{SOURCE1} po/ja.po
  24. %build
  25. %configure
  26. %__make %{?_smp_mflags}
  27. %install
  28. %__rm -rf $RPM_BUILD_ROOT
  29. %__make DESTDIR=$RPM_BUILD_ROOT install
  30. mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} installed-doc
  31. %clean
  32. %__rm -rf ${RPM_BUILD_ROOT}
  33. %files
  34. %defattr(-,root,root)
  35. %doc README COPYING TODO ChangeLog
  36. %doc installed-doc/html
  37. %{_bindir}/*
  38. %{_datadir}/*
  39. %{_prefix}/lib/%{name}/*
  40. %changelog
  41. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.0-4
  42. - rebuilt with rpm-4.8.1-3
  43. * Sat May 08 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0-3
  44. - rebuilt with exiv2-0.19 again (rel+1)
  45. * Wed May 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-2
  46. - rebuilt with exiv2-0.19
  47. - added BR: lcms-devel
  48. * Mon Mar 8 2010 KATO Masashi <mkato@par.odn.ne.jp> 1.0-1
  49. - new upstream release
  50. - renamed spec file to %{name}-vl.spec. (new naming policy)
  51. * Sun Jul 19 2009 Shu KONNO <owa@bg.wakwak.com> 1.0-0.9.beta2
  52. - fixed scripts directory in %%files
  53. * Fri Jul 17 2009 KATO Masashi <mkato@par.odn.ne.jp> 1.0-0.8.beta2
  54. - new upstream release
  55. - updated ja.po
  56. * Mon Jun 22 2009 KATO Masashi <mkato@par.odn.ne.jp> 1.0-0.7.beta1
  57. - updated ja.po
  58. - udded synlink for documents(for beta version only)
  59. * Thu Jun 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.6.beta1
  60. - update to 1.0beta1
  61. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.5.alpha4
  62. - rebuild with exiv2-0.18.1
  63. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.4.alpha3
  64. - new upstream release
  65. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.3.alpha2
  66. - rebuild with new exiv2
  67. * Sat Aug 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.2.alpha2
  68. - new upstream release
  69. * Sun May 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0.1.alpha1
  70. - initial build for Vine Linux