libgee-vl.spec 5.0 KB

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