gnome-vfsmm-vl.spec 1.8 KB

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