feh-vl.spec 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Name: feh
  2. Version: 2.12
  3. Release: 1%{?_dist_release}
  4. License: MIT
  5. Group: Applications/Multimedia
  6. URL: http://feh.finalrewind.org/
  7. Source0: http://feh.finalrewind.org/%{name}-%{version}.tar.bz2
  8. Patch1: feh-2.3-prefix.patch
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. Summary: Fast command line image viewer using Imlib2
  13. Summary(ja): Imlib2によるコマンドライン版高速画像ビュワー
  14. BuildRequires: giblib-devel
  15. BuildRequires: imlib2-devel
  16. BuildRequires: curl-devel
  17. BuildRequires: libjpeg-devel
  18. BuildRequires: libpng-devel
  19. BuildRequires: libXt-devel
  20. BuildRequires: libXinerama-devel
  21. Requires: giblib
  22. %description
  23. feh is an X11 image viewer aimed mostly at console users.
  24. Unlike most other viewers, it does not have a fancy GUI,
  25. but simply displays images. It is controlled via commandline
  26. arguments and configurable key/mouse actions.
  27. %description -l ja
  28. feh は CUI ベースの X11 用画像ビュワーです。
  29. 多くの画像ビュワーとは違い、feh はきれいな GUI は持っていませんが、
  30. シンプルに画像を表示します。それはコマンドライン・オプションと
  31. 設定可能なキーボードとマウス操作により操作する事ができます。
  32. %prep
  33. %setup -q
  34. %patch1 -p1 -b .prefix
  35. %build
  36. %{__make} %{?_smp_mflags}
  37. %install
  38. %{__rm} -rf ${RPM_BUILD_ROOT}
  39. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  40. find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
  41. %{__rm} -rf ${RPM_BUILD_ROOT}/usr/doc
  42. # install desktop-entry
  43. %{__mkdir_p} %{buildroot}%{_datadir}/applications/
  44. %clean
  45. %{__rm} -rf ${RPM_BUILD_ROOT}
  46. %files
  47. %defattr(-,root,root,-)
  48. %doc AUTHORS COPYING ChangeLog README TODO
  49. %{_bindir}/*
  50. %{_datadir}/%{name}/
  51. %{_mandir}/*
  52. %{_docdir}/*
  53. %{_datadir}/applications/feh.desktop
  54. %changelog
  55. * Wed Jan 14 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12-1
  56. - update to 2.12
  57. * Mon Jan 6 2014 TANAKA hiroaki <mosaicist@jcom.home.ne.jp> 2.9.3-1
  58. - source update
  59. * Tue Feb 07 2012 KATO Masashi <mkato@par.odn.ne.jp> 2.3-1
  60. - initial build for Vine Linux