gconfmm-vl.spec 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. Summary: A C++ wrapper for GConf2
  2. Summary(ja): GConf2 の C++ バインディング
  3. Name: gconfmm
  4. Version: 2.28.3
  5. Release: 1%{?_dist_release}
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. Source: ftp://download.sourceforge/net/gtkmm/%{name}-%{version}.tar.bz2
  9. URL: http://gtkmm.sourceforge.net
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glibmm-devel >= 2.14.1
  12. BuildRequires: GConf2-devel >= 2.4.0
  13. %description
  14. This package provides a C++ interface for GConf2. It is a subpackage
  15. of the GTKmm project. The interface provides a convenient interface
  16. for C++ programmers to create Gnome GUIs with GTK+'s flexible
  17. object-oriented framework.
  18. %package devel
  19. Summary: Headers for developing programs that will use gconfmm
  20. Summary(ja): gconfmm の開発用ファイル
  21. Group: Development/Libraries
  22. Requires: %{name} = %{version}-%{release}
  23. Requires: glibmm-devel >= 2.14.1
  24. Requires: GConf2-devel >= 2.4.0
  25. %description devel
  26. This package contains the headers that programmers will need to
  27. develop applications which will use gconfmm, part of GTKmm, the C++
  28. interface to the GTK+.
  29. %prep
  30. %setup -q
  31. %build
  32. %configure --disable-static --enable-shared
  33. make %{?_smp_mflags}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make install DESTDIR=$RPM_BUILD_ROOT
  37. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  38. %post -p /sbin/ldconfig
  39. %postun -p /sbin/ldconfig
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-, root, root)
  44. %doc AUTHORS COPYING ChangeLog NEWS README
  45. %{_libdir}/*.so.*
  46. %files devel
  47. %{_includedir}/gconfmm-2.6
  48. %{_libdir}/gconfmm-2.6
  49. %{_libdir}/*.so
  50. %{_libdir}/pkgconfig/*.pc
  51. %{_datadir}/devhelp/books/gconfmm-2.6/gconfmm-2.6.devhelp2
  52. %doc %{_datadir}/doc/gconfmm-2.6
  53. %changelog
  54. * Tue Nov 4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.28.3-1
  55. - updated to 2.28.3
  56. - built on current VineSeed
  57. - added Japanese summary
  58. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.28.2-2
  59. - build with rpm-4.8.1-1 for pkg-config file
  60. * Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
  61. - new upstream release
  62. - fix %files
  63. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
  64. - new upstream release
  65. - add BuildRequires: gtkmm2-devel
  66. * Sat Oct 4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1
  67. - new upstream release
  68. * Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-1
  69. - new upstream release
  70. * Fri May 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl2
  71. - rebuilt with new toolchains
  72. * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl1
  73. - new upstream release
  74. * Sat Nov 4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1vl1
  75. - initial build for Vine Linux
  76. * Wed Sep 24 2003 Eric Bourque <ericb@computer.org>
  77. - Initial build.