libgnomemm-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. Summary: A C++ interface for Gnome libs (a GUI library for X).
  2. Summary(ja): Gnome ライブラリの C++ インターフェイス
  3. Name: libgnomemm
  4. Version: 2.30.0
  5. Release: 3%{?_dist_release}
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. URL: http://www.gtkmm.org/
  9. Source0: http://ftp.gnome.org/pub/GNOME/sources/libgnomemm/2.30/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtkmm2-devel >= 2.8.0
  12. BuildRequires: libgnome-devel >= 2.6.0
  13. Requires: gtkmm2 >= 2.8.0
  14. Requires: libgnome >= 2.6.0
  15. %description
  16. This package provides a C++ interface for GnomeUI. It is a subpackage
  17. of the Gtk-- project. The interface provides a convenient interface for C++
  18. programmers to create Gnome GUIs with GTK+'s flexible object-oriented
  19. framework.
  20. #'
  21. %package devel
  22. Summary: Headers for developing programs that will use Gnome--.
  23. Summary(ja): Gnome-- を使うプログラムの開発用ファイル
  24. Group: Development/Libraries
  25. Requires: %{name} = %{version}
  26. Requires: gtkmm2-devel >= 2.8.0
  27. Requires: libgnome-devel >= 2.6.0
  28. %description devel
  29. This package contains the headers that programmers will need to develop
  30. applications which will use Gnome--, part of Gtk-- the C++ interface to
  31. the GTK+ (the Gimp ToolKit) GUI library.
  32. %prep
  33. %setup -q
  34. %build
  35. %configure --disable-static
  36. make %{?_smp_mflags}
  37. %install
  38. if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
  39. make install DESTDIR=$RPM_BUILD_ROOT
  40. rm -f $RPM_BUILD_ROOT%{_libdir}/libgnomemm-*.a
  41. %post -p /sbin/ldconfig
  42. %postun -p /sbin/ldconfig
  43. %clean
  44. rm -rf $RPM_BUILD_ROOT
  45. %files
  46. %defattr(-, root, root)
  47. %doc AUTHORS COPYING ChangeLog NEWS README
  48. %{_libdir}/*.so.*
  49. %files devel
  50. %defattr(-, root, root)
  51. %{_includedir}/*
  52. #{_libdir}/*.a
  53. %exclude %{_libdir}/*.la
  54. %{_libdir}/*.so
  55. %{_libdir}/pkgconfig/*.pc
  56. %{_libdir}/libgnomemm-2.6
  57. %changelog
  58. * Tue Nov 4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.30.0-3
  59. - rebuilt on current VineSeed
  60. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.30.0-2
  61. - build with rpm-4.8.1-1 for pkg-config file
  62. * Sun Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  63. - new upstream release
  64. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
  65. - new upstream release
  66. * Sat Oct 4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1
  67. - new upstream release
  68. * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.0-1vl5
  69. - applied new versioning policy, spec in utf-8
  70. - excluded *.la
  71. * Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl3
  72. - rebuilt without libstdc++2_10
  73. * Fri May 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl2
  74. - rebuilt with new toolchains
  75. * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl1
  76. - new upstream release
  77. * Sat Nov 4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-0vl1
  78. - new upstream release
  79. * Tue Feb 14 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.12.2-0vl1
  80. - new upstream release
  81. * Fri Sep 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.0-0vl1
  82. - new upstream release
  83. * Fri Jan 14 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.0-0vl1
  84. - new upstream release
  85. * Thu Nov 18 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.0-0vl1
  86. - new upstream release
  87. - added Japanese summary
  88. * Sat Jan 31 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-0vl1
  89. - rebuild for Vine Linux
  90. * Tue Sep 23 2003 Eric Bourque <ericb@computer.org>
  91. - updated for changes to libgnomemm-2.0
  92. * Tue Mar 20 2001 Eric Bourque <ericb@computer.org>
  93. - added gnome--.m4 to files devel section
  94. * Sat Mar 10 2001 Herbert Valerio Riedel <hvr@gnu.org>
  95. - improved examples.conf
  96. - fixed example build problems
  97. * Thu May 11 2000 Herbert Valerio Riedel <hvr@gnu.org>
  98. - removed lib/gtkmm from files section
  99. - removed empty obsolete tags
  100. * Sun Jan 30 2000 Karl Einar Nelson <kenelson@sourceforge.net>
  101. - adapted from gtk--.spec