gnome-vfsmm-vl.spec 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. Name: gnome-vfsmm
  2. Summary: C++ wrapper for gnome-vfs
  3. Summary: gnome-vfs の C++ バインディング
  4. Version: 2.26.0
  5. Release: 3%{?_dist_release}
  6. License: LGPL
  7. Group: System Environment/Libraries
  8. URL: http://gtkmm.sourceforge.net/
  9. Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm/2.26/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glibmm-devel >= 2.4.0
  12. BuildRequires: gnome-vfs2-devel >= 2.8.1
  13. BuildRequires: doxygen
  14. %description
  15. This package is part of the gnomemm project and provides a C++ interface for
  16. gnome-vfs.
  17. %package devel
  18. Summary: Headers for developing programs that will use %{name}
  19. Summary(ja): %{name} の開発用ファイル
  20. Group: Development/Libraries
  21. Requires: %{name} = %{version}-%{release}
  22. Requires: glibmm-devel >= 2.4.0
  23. Requires: gnome-vfs2-devel >= 2.8.1
  24. %description devel
  25. This package contains the static libraries and header files needed for
  26. developing applications with %{name}.
  27. %prep
  28. %setup -q -n gnome-vfsmm-%{version}
  29. %build
  30. %configure --disable-static
  31. make %{?_smp_mflags}
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. make install DESTDIR=$RPM_BUILD_ROOT
  35. %post -p /sbin/ldconfig
  36. %postun -p /sbin/ldconfig
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-, root, root)
  41. %doc AUTHORS ChangeLog COPYING NEWS README TODO
  42. %{_libdir}/*.so.*
  43. %files devel
  44. %defattr(-, root, root)
  45. %{_includedir}/%{name}-2.6
  46. %{_libdir}/*.so
  47. %exclude %{_libdir}/*.la
  48. %{_libdir}/%{name}-2.6
  49. %{_libdir}/pkgconfig/*.pc
  50. %changelog
  51. * Tue Nov 4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.26.0-3
  52. - rebuilt on current VineSeed
  53. - added Japanese summary
  54. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.26.0-2
  55. - build with rpm-4.8.1-1 for pkg-config file
  56. * Sun Jul 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.0-1
  57. - new upstream release
  58. - add BuildRequires: doxygen
  59. - fix URL of Source0
  60. * Sat Oct 4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5
  61. - new upstream release
  62. * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.0-1vl5
  63. - applied new versioning policy
  64. - excluded *.la
  65. * Fri May 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl2
  66. - rebuilt with new toolchains
  67. * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl1
  68. - new upstream release
  69. * Fri Nov 3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1vl1
  70. - initial build for Vine Linux
  71. * Wed Jul 22 2003 Gerald Henriksen <ghenriks@rogers.com>
  72. - Initial release