libgee-vl.spec 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. Name: libgee
  2. Version: 0.10.4
  3. Release: 1%{?_dist_release}
  4. Summary: GObject collection library
  5. Summary(ja): GObject コレクションライブラリ
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://live.gnome.org/Libgee
  9. Source0: http://download.gnome.org/sources/%{name}/0.10/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.12.0
  12. BuildRequires: gobject-introspection-devel
  13. BuildRequires: vala
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: Takemikaduchi
  17. %description
  18. libgee is a collection library providing GObject-based interfaces and
  19. classes for commonly used data structures.
  20. libgee provides the following interfaces:
  21. * Iterable
  22. * Collection
  23. * List
  24. * Set
  25. * Iterator
  26. * Map
  27. The ArrayList, HashSet, and HashMap classes provide a reasonable sample
  28. implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
  29. ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes
  30. that prevent modification of the underlying collection.
  31. libgee is written in Vala and can be used like any GObject-based C library.
  32. It's planned to provide bindings for further languages.
  33. %package devel
  34. Summary: Development files for %{name}
  35. Summary(ja): %{name} の開発ファイル
  36. Group: Development/Libraries
  37. Requires: %{name} = %{version}-%{release}
  38. Requires: gobject-introspection-devel
  39. # The Vala API binding is only one file; seems superfluous to have a subpackage
  40. Requires: pkgconfig
  41. %description devel
  42. The %{name}-devel package contains libraries and header files for
  43. developing applications that use %{name}.
  44. %package vala
  45. Summary: Vala bindings for %{name}
  46. Summary(ja): %{name} の Vala バインディング
  47. Group: Development/Libraries
  48. Requires: %{name} = %{version}-%{release}
  49. Requires: vala
  50. %description vala
  51. Vala bindings for %{name}.
  52. %prep
  53. %setup -q
  54. %build
  55. %configure --disable-static
  56. make %{?_smp_mflags}
  57. %check
  58. %install
  59. rm -rf $RPM_BUILD_ROOT
  60. make install DESTDIR=$RPM_BUILD_ROOT
  61. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  62. %clean
  63. rm -rf $RPM_BUILD_ROOT
  64. %post -p /sbin/ldconfig
  65. %postun -p /sbin/ldconfig
  66. %files
  67. %defattr(-,root,root,-)
  68. %doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
  69. %{_libdir}/*.so.*
  70. %{_libdir}/girepository-1.0/*.typelib
  71. %files devel
  72. %defattr(-,root,root,-)
  73. %{_includedir}/*
  74. %{_libdir}/*.so
  75. %{_libdir}/pkgconfig/gee-0.8.pc
  76. %{_datadir}/gir-1.0/*.gir
  77. %files vala
  78. %defattr(-,root,root,-)
  79. %{_datadir}/vala/vapi/gee-0.8.vapi
  80. %changelog
  81. * Tue Aug 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.10.4-1
  82. - new upstream release
  83. * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.10.3-1
  84. - new upstream release
  85. * Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.10.2-1
  86. - new upstream release
  87. * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.10.1-1
  88. - new upstream release
  89. - add BuildRequires: vala
  90. - create %%{name}-vala subpackage
  91. * Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.5-1
  92. - new upstream release
  93. * Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.4-1
  94. - new upstream release
  95. * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.3-1
  96. - new upstream release
  97. * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.2-1
  98. - new upstream release
  99. * Mon Oct 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.1-1
  100. - new upstream release
  101. * Thu Sep 27 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.0-1
  102. - new upstream release
  103. * Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6.5-1
  104. - new upstream release
  105. * Thu Feb 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.4-1
  106. - new upstream release
  107. * Sun Nov 13 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.6.3-1
  108. - new upstream release
  109. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.2.1-1
  110. - new upstream release
  111. * Sun Jan 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
  112. - new upstream release
  113. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
  114. - new upstream release
  115. - fix %files
  116. * Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.3-2
  117. - rebuilt with rpm-4.8.1 for pkg-config
  118. * Fri Sep 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.3-1
  119. - new upstream release
  120. - changed BuildRequires: glib2-devel >= 2.12.0
  121. * Fri Aug 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-2
  122. - added BuildRequires: gobject-introspection-devel
  123. * Tue Aug 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
  124. - new upstream release
  125. * Sun Jun 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.1-1
  126. - new upstream release
  127. * Wed Dec 30 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
  128. - intial build for VineSeed
  129. * Sat Oct 3 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.0-1
  130. - Update to 0.5.0
  131. * Thu Aug 20 2009 Michel Salim <salimma@fedoraproject.org> - 0.3.0-1
  132. - Update to 0.3.0
  133. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
  134. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  135. * Mon Mar 2 2009 Michel Salim <salimma@fedoraproject.org> - 0.1.5-1
  136. - Update to 0.1.5
  137. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-3
  138. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  139. * Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.4-2
  140. - Run unit tests only on releases with glib2 >= 2.16
  141. * Sat Dec 13 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.4-1
  142. - Update to 0.1.4
  143. * Mon Aug 25 2008 Michel Salim <salimma@fedoraproject.org> - 0.1.3-1
  144. - Update to 0.1.3
  145. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.1-3
  146. - Autorebuild for GCC 4.3
  147. * Sun Jan 27 2008 Michel Salim <michel.sylvan@gmail.com> - 0.1.1-2
  148. - Move pkgconfig requirement to -devel subpackage
  149. * Sat Jan 26 2008 Michel Salim <michel.sylvan@gmail.com> - 0.1.1-1
  150. - Initial Fedora package