libgnomemm-vl.spec 4.1 KB

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