libgepub-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. %global apiver 0.6
  2. Name: libgepub
  3. Version: 0.6.0
  4. Release: 3%{?_dist_release}
  5. Summary: Library for epub documents
  6. Summary(ja): ePub文書ライブラリ
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: LGPLv2+
  10. URL: https://git.gnome.org/browse/libgepub
  11. Source0: https://download.gnome.org/sources/libgepub/0.6/libgepub-%{version}.tar.xz
  12. BuildRequires: meson
  13. BuildRequires: pkgconfig(gio-2.0)
  14. BuildRequires: pkgconfig(glib-2.0)
  15. BuildRequires: pkgconfig(gobject-2.0)
  16. BuildRequires: pkgconfig(gobject-introspection-1.0)
  17. BuildRequires: pkgconfig(gtk+-3.0)
  18. BuildRequires: pkgconfig(libarchive)
  19. BuildRequires: pkgconfig(libsoup-2.4)
  20. BuildRequires: pkgconfig(libxml-2.0)
  21. BuildRequires: pkgconfig(webkit2gtk-4.0)
  22. %description
  23. libgepub is a GObject based library for handling and rendering epub
  24. documents.
  25. %package devel
  26. Summary: Development files for %{name}
  27. Requires: %{name}%{?_isa} = %{version}-%{release}
  28. %description devel
  29. The %{name}-devel package contains libraries and header files for
  30. developing applications that use %{name}.
  31. %prep
  32. %autosetup -p1
  33. %build
  34. %meson
  35. %meson_build
  36. %install
  37. %meson_install
  38. %post -p /sbin/ldconfig
  39. %postun -p /sbin/ldconfig
  40. %files
  41. %license COPYING
  42. %dir %{_libdir}/girepository-1.0
  43. %{_libdir}/girepository-1.0/Gepub-%{apiver}.typelib
  44. %{_libdir}/libgepub-%{apiver}.so.0*
  45. %files devel
  46. %{_includedir}/libgepub-%{apiver}/
  47. %{_libdir}/libgepub-%{apiver}.so
  48. %{_libdir}/pkgconfig/libgepub-%{apiver}.pc
  49. %dir %{_datadir}/gir-1.0
  50. %{_datadir}/gir-1.0/Gepub-%{apiver}.gir
  51. %changelog
  52. * Thu Jan 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.6.0-3
  53. - initial build for Vine Linux.
  54. * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
  56. * Thu Mar 15 2018 Kalev Lember <klember@redhat.com> - 0.6.0-1
  57. - Update to 0.6.0
  58. - Remove ldconfig scriptlets
  59. * Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 0.5.3-1
  60. - Update to 0.5.3
  61. - Switch to the meson build system
  62. * Thu Feb 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.2-2
  63. - Switch to %%ldconfig_scriptlets
  64. * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2
  65. - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
  66. * Wed Aug 09 2017 Kalev Lember <klember@redhat.com> - 0.5.2-1
  67. - Update to 0.5.2
  68. * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-3
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
  70. * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-2
  71. - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
  72. * Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 0.5-1
  73. - Update to 0.5
  74. * Thu Mar 30 2017 Bastien Nocera <bnocera@redhat.com> - 0.4-3
  75. + libgepub-0.4-3
  76. - Add guards to public API
  77. * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-2
  78. - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
  79. * Thu Sep 01 2016 Kalev Lember <klember@redhat.com> - 0.4-1
  80. - Update to 0.4
  81. * Mon Aug 22 2016 Kalev Lember <klember@redhat.com> - 0.3-0.1.git395779e
  82. - Initial Fedora build