json-glib-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. %define glib_ver 2.32.0
  2. Name: json-glib
  3. Version: 0.14.2
  4. Release: 1%{?_dist_release}
  5. Summary: Library for JavaScript Object Notation format
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://live.gnome.org/JsonGlib
  9. #VCS: git:git://git.gnome.org/json-glib
  10. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.14/%{name}-%{version}.tar.xz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  12. BuildRequires: glib2-devel >= %{glib_ver}
  13. BuildRequires: gobject-introspection-devel
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. %{name} is a library providing serialization and deserialization support
  18. for the JavaScript Object Notation (JSON) format.
  19. %package devel
  20. Summary: Development files for %{name}
  21. Group: Development/Libraries
  22. Requires: %{name} = %{version}-%{release}
  23. Requires: glib2-devel >= %{glib_ver}
  24. Requires: gtk-doc
  25. Requires: pkgconfig
  26. %description devel
  27. The %{name}-devel package contains libraries and header files for
  28. developing applications that use %{name}.
  29. %prep
  30. %setup -q
  31. %build
  32. %configure --enable-static=no
  33. make %{?_smp_mflags} V=1
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make install DESTDIR=$RPM_BUILD_ROOT
  37. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  38. # Copy the files from the tarball to avoid the IDs generated by gtk-doc being
  39. # different on different builds
  40. mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
  41. cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
  42. %find_lang %{name}-1.0
  43. %check
  44. # make check
  45. %clean
  46. rm -rf $RPM_BUILD_ROOT
  47. %post -p /sbin/ldconfig
  48. %postun -p /sbin/ldconfig
  49. %files -f %{name}-1.0.lang
  50. %defattr(-,root,root,-)
  51. %doc COPYING README NEWS
  52. %{_libdir}/lib%{name}*.so.*
  53. %{_libdir}/girepository-1.0/Json-1.0.typelib
  54. %files devel
  55. %defattr(-,root,root,-)
  56. %{_libdir}/lib%{name}*.so
  57. %{_libdir}/pkgconfig/%{name}-1.0.pc
  58. %{_includedir}/%{name}-1.0/
  59. %{_datadir}/gtk-doc/html/%{name}/
  60. %{_datadir}/gir-1.0/Json-1.0.gir
  61. %changelog
  62. * Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.14.2-1
  63. - update to 0.14.2
  64. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.14.0-1
  65. - new upstream release
  66. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.13.4-1
  67. - new upstream release
  68. * Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.4-1
  69. - new upstream release
  70. * Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.2-1
  71. - new upstream release
  72. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.12.0-1
  73. - initial build for Vine Linux
  74. * Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.10.4-3
  75. - Rebuild with new gobject-introspection
  76. * Thu Jul 1 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.10.4-2
  77. - Rebuild for "Incompatible version 1.0 (supported: 1.1)"
  78. for introspection file
  79. * Fri Mar 19 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.10.4-1
  80. - Update to 0.10.4.
  81. * Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-3
  82. - Require the gobject-introspection-devel package, not the library
  83. * Wed Jan 27 2010 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-2
  84. - Enable gobject-introspection support
  85. * Tue Dec 29 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.10.0-1
  86. - Update to 0.10.0.
  87. * Mon Nov 16 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.8.2-1
  88. - Update to 0.8.2.
  89. * Tue Sep 29 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.8.0-1
  90. - Update to 0.8.0.
  91. - Update source url.
  92. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-4
  93. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  94. * Thu Feb 26 2009 Brian Pepple <bpepple@fedoraproject.org> - 0.6.2-3
  95. - Disable tests for now.
  96. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-2
  97. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  98. * Sat May 31 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.2-1
  99. - Update to 0.6.2.
  100. - Enable tests.
  101. * Mon May 19 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.0-1
  102. - Update 0.6.0.
  103. - Disable tests for now.
  104. - Add requires on gtk-doc.
  105. * Sun Apr 20 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.4.0-1
  106. - Initial Fedora spec.