json-glib-vl.spec 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. %define glib_ver 2.48.0
  3. Name: json-glib
  4. Version: 1.4.4
  5. Release: 1%{?_dist_release}
  6. Summary: Library for JavaScript Object Notation format
  7. Group: System Environment/Libraries
  8. License: LGPLv2+
  9. URL: http://live.gnome.org/JsonGlib
  10. #VCS: git:git://git.gnome.org/json-glib
  11. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}.tar.xz
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  13. BuildRequires: meson
  14. BuildRequires: glib2-devel >= %{glib_ver}
  15. BuildRequires: gobject-introspection-devel
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. %{name} is a library providing serialization and deserialization support
  20. for the JavaScript Object Notation (JSON) format.
  21. %package devel
  22. Summary: Development files for %{name}
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: glib2-devel >= %{glib_ver}
  26. Requires: gtk-doc
  27. Requires: pkgconfig
  28. %description devel
  29. The %{name}-devel package contains libraries and header files for
  30. developing applications that use %{name}.
  31. # compat32
  32. %package -n compat32-%{name}
  33. Summary: Library for JavaScript Object Notation format
  34. Group: System Environment/Libraries
  35. %description -n compat32-%{name}
  36. %{name} is a library providing serialization and deserialization support
  37. for the JavaScript Object Notation (JSON) format.
  38. %prep
  39. %setup -q
  40. %build
  41. %meson
  42. %meson_build
  43. %install
  44. rm -rf %{buildroot}
  45. %meson_install
  46. rm -rf %{buildroot}%{_libexecdir}/installed-tests
  47. rm -rf %{buildroot}%{_datadir}/installed-tests
  48. %find_lang %{name}-1.0
  49. %check
  50. # make check
  51. %clean
  52. rm -rf %{buildroot}
  53. %post -p /sbin/ldconfig
  54. %postun -p /sbin/ldconfig
  55. %post -n compat32-%{name} -p /sbin/ldconfig
  56. %postun -n compat32-%{name} -p /sbin/ldconfig
  57. %files -f %{name}-1.0.lang
  58. %defattr(-,root,root,-)
  59. %license COPYING
  60. %doc NEWS
  61. %{_bindir}/json-glib-format
  62. %{_bindir}/json-glib-validate
  63. %{_libdir}/lib%{name}*.so.*
  64. %{_libdir}/girepository-1.0/Json-1.0.typelib
  65. %files devel
  66. %defattr(-,root,root,-)
  67. %{_libdir}/lib%{name}*.so
  68. %{_libdir}/pkgconfig/%{name}-1.0.pc
  69. %{_includedir}/%{name}-1.0/
  70. #%{_datadir}/gtk-doc/html/%{name}/
  71. %{_datadir}/gir-1.0/Json-1.0.gir
  72. %if %{build_compat32}
  73. %files -n compat32-%{name}
  74. %defattr(-,root,root,-)
  75. %{_libdir}/lib%{name}*.so.*
  76. %endif
  77. %changelog
  78. * Thu Jan 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4.4-1
  79. - new upstream release.
  80. * Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-1
  81. - new upstream release
  82. * Sat Feb 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.4-2
  83. - create compat32-json-glib subpackage
  84. * Sat Mar 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.4-1
  85. - new upstream release
  86. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.2-1
  87. - new upstream release
  88. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.0-1
  89. - new upstream release
  90. * Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.16.2-2
  91. - rebuild with VineSeed environment
  92. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.16.2-1
  93. - new upstream release
  94. * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.16.0-1
  95. - new upstream release
  96. * Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.15.2-1
  97. - new upstream release
  98. * Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.14.2-1
  99. - update to 0.14.2
  100. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.14.0-1
  101. - new upstream release
  102. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.13.4-1
  103. - new upstream release
  104. * Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.4-1
  105. - new upstream release
  106. * Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.2-1
  107. - new upstream release
  108. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.0-1
  109. - initial build for Vine Linux
  110. * Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.10.4-3
  111. - Rebuild with new gobject-introspection
  112. * Thu Jul 1 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.10.4-2
  113. - Rebuild for "Incompatible version 1.0 (supported: 1.1)"
  114. for introspection file
  115. * Fri Mar 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.10.4-1
  116. - Update to 0.10.4.
  117. * Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-3
  118. - Require the gobject-introspection-devel package, not the library
  119. * Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-2
  120. - Enable gobject-introspection support
  121. * Tue Dec 29 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.10.0-1
  122. - Update to 0.10.0.
  123. * Mon Nov 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.8.2-1
  124. - Update to 0.8.2.
  125. * Tue Sep 29 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.8.0-1
  126. - Update to 0.8.0.
  127. - Update source url.
  128. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-4
  129. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  130. * Thu Feb 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.6.2-3
  131. - Disable tests for now.
  132. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-2
  133. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  134. * Sat May 31 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.2-1
  135. - Update to 0.6.2.
  136. - Enable tests.
  137. * Mon May 19 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.0-1
  138. - Update 0.6.0.
  139. - Disable tests for now.
  140. - Add requires on gtk-doc.
  141. * Sun Apr 20 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.4.0-1
  142. - Initial Fedora spec.