libgnomemm-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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.28.0
  10. Release: 1%{?_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. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
  70. - new upstream release
  71. * Sat Oct 4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1
  72. - new upstream release
  73. * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.0-1vl5
  74. - applied new versioning policy, spec in utf-8
  75. - excluded *.la
  76. * Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl3
  77. - rebuilt without libstdc++2_10
  78. * Fri May 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl2
  79. - rebuilt with new toolchains
  80. * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl1
  81. - new upstream release
  82. * Sat Nov 4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-0vl1
  83. - new upstream release
  84. * Tue Feb 14 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.12.2-0vl1
  85. - new upstream release
  86. * Fri Sep 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.0-0vl1
  87. - new upstream release
  88. * Fri Jan 14 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.0-0vl1
  89. - new upstream release
  90. * Thu Nov 18 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.0-0vl1
  91. - new upstream release
  92. - added Japanese summary
  93. * Sat Jan 31 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-0vl1
  94. - rebuild for Vine Linux
  95. * Tue Sep 23 2003 Eric Bourque <ericb@computer.org>
  96. - updated for changes to libgnomemm-2.0
  97. * Tue Mar 20 2001 Eric Bourque <ericb@computer.org>
  98. - added gnome--.m4 to files devel section
  99. * Sat Mar 10 2001 Herbert Valerio Riedel <hvr@gnu.org>
  100. - improved examples.conf
  101. - fixed example build problems
  102. * Thu May 11 2000 Herbert Valerio Riedel <hvr@gnu.org>
  103. - removed lib/gtkmm from files section
  104. - removed empty obsolete tags
  105. * Sun Jan 30 2000 Karl Einar Nelson <kenelson@sourceforge.net>
  106. - adapted from gtk--.spec