libgnomeuimm-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. Summary: A C++ interface for libgnomeui
  2. Summary(ja): libgnomeui の C++ インターフェイス
  3. Name: libgnomeuimm
  4. Version: 2.28.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/libgnomeuimm/2.28/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: libgnomeui-devel >= 2.7.1
  12. BuildRequires: libgnomemm-devel >= 2.16.0
  13. BuildRequires: libgnomecanvasmm-devel >= 2.6.0
  14. BuildRequires: gconfmm-devel >= 2.6.0
  15. BuildRequires: libglademm2-devel >= 2.4.0
  16. BuildRequires: gnome-vfsmm-devel >= 2.16.0
  17. BuildRequires: libSM-devel
  18. %description
  19. This package provides a C++ interface for GnomeUI. It is a subpackage
  20. of the Gtk-- project. The interface provides a convenient interface for C++
  21. programmers to create Gnome GUIs with GTK+'s flexible object-oriented
  22. framework.
  23. %package devel
  24. Summary: Headers for developing programs that will use libgnomeuimm.
  25. Summary(ja): libgnomeuimm の開発用ファイル
  26. Group: Development/Libraries
  27. Requires: %{name} = %{version}
  28. Requires: libgnomeui-devel >= 2.7.1
  29. Requires: libgnomemm-devel >= 2.16.0
  30. Requires: libgnomecanvasmm-devel >= 2.6.0
  31. Requires: gconfmm-devel >= 2.6.0
  32. Requires: libglademm2-devel >= 2.4.0
  33. Requires: gnome-vfsmm-devel >= 2.16.0
  34. %description devel
  35. This package contains the headers that programmers will need to develop
  36. applications which will use Gnome--, part of Gtk-- the C++ interface to
  37. the GTK+ (the Gimp ToolKit) GUI library.
  38. %prep
  39. %setup -q
  40. %build
  41. export CXXFLAGS="$RPM_OPT_FLAGS -shared -fPIC"
  42. %configure --enable-shared --disable-static
  43. make %{?_smp_mflags}
  44. %install
  45. if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
  46. make install DESTDIR=$RPM_BUILD_ROOT
  47. find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
  48. %post -p /sbin/ldconfig
  49. %postun -p /sbin/ldconfig
  50. %clean
  51. if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
  52. %files
  53. %defattr(-, root, root)
  54. %doc AUTHORS COPYING ChangeLog NEWS README
  55. %{_libdir}/*.so.*
  56. %files devel
  57. %defattr(-, root, root)
  58. %{_includedir}/libgnomeuimm-2.6
  59. #{_libdir}/*.la
  60. %{_libdir}/*.so
  61. %{_libdir}/libgnomeuimm-2.6
  62. %{_libdir}/pkgconfig/*.pc
  63. %changelog
  64. * Tue Nov 4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.28.0-3
  65. - rebuilt on current VineSeed
  66. - added Japanese summary
  67. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.28.0-2
  68. - build with rpm-4.8.1-1 for pkg-config file
  69. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
  70. - new upstream release
  71. - add BuildRequires: libSM-devel
  72. * Sat Oct 4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5
  73. - new upstream release
  74. * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.0-1vl5
  75. - applied new versioning policy
  76. * Sat Jun 2 2007 NAKAMURA Kenta <kenta@vinelinux.org> 2.18.0-0vl4
  77. - build all object files with -fPIC so that sharlib is PIC
  78. * Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl3
  79. - rebuilt without libstdc++2_10
  80. * Sun May 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl2
  81. - rebuilt with new toolchain
  82. - added -shared option to CXXFLAGS
  83. * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl1
  84. - new upstream release
  85. * Sat Nov 4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1vl1
  86. - initial build for Vine Linux
  87. * Sun Dec 21 2003 Eric Bourque <ericb@computer.org>
  88. - fixed dependency to gtkmm2 instead of gtkmm
  89. * Thu Sep 25 2003 Eric Bourque <ericb@computer.org>
  90. - updated for libgnomeuimm-2.0
  91. * Tue Mar 20 2001 Eric Bourque <ericb@computer.org>
  92. - added gnome--.m4 to files devel section
  93. * Sat Mar 10 2001 Herbert Valerio Riedel <hvr@gnu.org>
  94. - improved examples.conf
  95. - fixed example build problems
  96. * Thu May 11 2000 Herbert Valerio Riedel <hvr@gnu.org>
  97. - removed lib/gtkmm from files section
  98. - removed empty obsolete tags
  99. * Sun Jan 30 2000 Karl Einar Nelson <kenelson@sourceforge.net>
  100. - adapted from gtk--.spec