epdfview-vl.spec 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. Name: epdfview
  2. Version: 0.1.8
  3. Release: 3%{?_dist_release}
  4. Summary: Lightweight PDF document viewer
  5. Summary(ja): 軽量な PDF ドキュメントビューア
  6. Group: Applications/Publishing
  7. License: GPLv2+
  8. URL: http://trac.emma-soft.com/epdfview
  9. Source0: http://trac.emma-soft.com/epdfview/chrome/site/releases/%{name}-%{version}.tar.bz2
  10. #Patch0: epdfview-poppler-0.16.patch
  11. #Patch1: epdfview-0.1.7-fix-mouse-scroll.patch
  12. #Patch2: 03_nonexisting-file.patch
  13. Patch0: 02_glib-single-include.patch
  14. Patch1: epdfview-0.1.8-swap-colors-with-poppler-0.18.patch
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. BuildRequires: poppler-devel
  17. BuildRequires: gtk2-devel glib2-devel cups-devel
  18. BuildRequires: bison cppunit-devel
  19. BuildRequires: desktop-file-utils
  20. BuildRequires: autoconf automake libtool gettext
  21. %description
  22. ePDFView is a lightweight PDF document viewer using Poppler and GTK+ libraries.
  23. The aim of ePDFView is to make a simple PDF document viewer, in the lines of
  24. Evince but without using the Gnome libraries.
  25. %description -l ja
  26. ePDFView は Poppler と GTK+ ライブラリを用いた軽量な PDF ドキュメントビューアです。
  27. ePDFView の狙いは Evince の流れをくみつつも Gnome ライブラリを使用することなく
  28. シンプルな PDF ドキュメントビューアを作成することにあります。
  29. %prep
  30. %setup -q
  31. %patch0 -p1
  32. %patch1 -p0
  33. #%patch2 -p1
  34. %build
  35. # making null ChangeLog to avoid failure at autoreconf
  36. touch ChangeLog
  37. #autoreconf -f -i
  38. %configure
  39. make %{?_smp_mflags}
  40. %install
  41. rm -rf $RPM_BUILD_ROOT
  42. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  43. desktop-file-install \
  44. --dir=%{buildroot}%{_datadir}/applications \
  45. --vendor=vine \
  46. --delete-original \
  47. --remove-category Office \
  48. --add-category Graphics \
  49. %{buildroot}/%{_datadir}/applications/%{name}.desktop
  50. install -dm 755 %{buildroot}/%{_datadir}/pixmaps
  51. pushd %{buildroot}/%{_datadir}/pixmaps
  52. ln -s ../%{name}/pixmaps/icon_epdfview-48.png .
  53. popd
  54. %find_lang %{name}
  55. %clean
  56. rm -rf $RPM_BUILD_ROOT
  57. %post
  58. update-desktop-database &> /dev/null || :
  59. %postun
  60. update-desktop-database &> /dev/null || :
  61. %files -f %{name}.lang
  62. %defattr(-,root,root,-)
  63. %{_bindir}/%{name}
  64. %doc AUTHORS COPYING README NEWS THANKS
  65. %{_datadir}/applications/*%{name}.desktop
  66. %dir %{_datadir}/%{name}
  67. %{_datadir}/%{name}/pixmaps
  68. %{_datadir}/%{name}/ui
  69. %{_datadir}/pixmaps/icon_epdfview-48.png
  70. %{_mandir}/man1/
  71. %changelog
  72. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.8-3
  73. - rebuild with poppler-0.24.2
  74. * Thu May 03 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.8-2
  75. - rebuilt with poppler-0.18.4
  76. - added Patch0 from Debian sid to fix build error
  77. - added Patch1 from Fedora rawhide to fix color channel
  78. * Sun May 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.8-1
  79. - new upstream release
  80. - dropt all patches
  81. * Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.7-6
  82. - rebuild with krb5-libs-1.8.2
  83. * Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.7-5
  84. - rebuilt with poppler-0.16.3
  85. - added Patch0
  86. * Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.7-4
  87. - rebuild with poppler-0.14.2
  88. * Sat Sep 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.7-3
  89. - added Patch2 from Debian
  90. - added BuildRequires: bison, cppunit-devel
  91. * Thu Sep 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.7-2
  92. - added Patch1 from Mandriva to fix mouse scroll
  93. * Sat Aug 22 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.7-1
  94. - initial build for Vine 5
  95. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.7-2
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  97. * Thu Mar 26 2009 Michal Schmidt <mschmidt@redhat.com> - 0.1.7-1
  98. - Upstream release 0.1.7.
  99. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-8.20081217svn
  100. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  101. * Wed Dec 17 2008 Michal Schmidt <mschmidt@redhat.com> - 0.1.6-7.20081217svn
  102. - Add icon.
  103. * Wed Dec 17 2008 Michal Schmidt <mschmidt@redhat.com> - 0.1.6-6.20081217svn
  104. - Rebased to current svn snapshot.
  105. - Fixes bz476575 "epdfview crashes on print pdf".
  106. * Fri Nov 28 2008 Caolán McNamara <caolanm@redhat.com> - 0.1.6-5
  107. - rebuild for dependencies
  108. * Sun Aug 31 2008 Michal Schmidt <mschmidt@redhat.com> - 0.1.6-4
  109. - Fix build with the new RPM.
  110. * Fri Mar 21 2008 Michal Schmidt <mschmidt@redhat.com> - 0.1.6-3
  111. - Rebuild with new poppler.
  112. * Fri Feb 15 2008 Michal Schmidt <mschmidt@redhat.com> - 0.1.6-2
  113. - Use standard scriptlets for updating desktop-database.
  114. - Conditional buildreqs to build on F8 too.
  115. - Preserve timestamps of unmodified files.
  116. * Wed Feb 13 2008 Michal Schmidt <mschmidt@redhat.com> - 0.1.6-1
  117. - Initial Fedora package.