epdfview-vl.spec 5.3 KB

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