gnome-vfsmm-vl.spec 2.0 KB

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