gnome-vfs-extras-vl.spec 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # Note that this is NOT a relocatable package
  2. Summary: The GNOME virtual file-system extra modules.
  3. Name: gnome-vfs-extras
  4. Version: 0.2.0
  5. Release: 0vl2
  6. License: GPL
  7. Group: System Environment/Libraries
  8. Source: %{name}-%{version}.tar.bz2
  9. URL: http://www.gnome.org/
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Requires: gnome-vfs >= 1.0.3
  12. BuildRequires: glib-devel >= 1.2.9
  13. BuildRequires: gnome-libs-devel >= 1.2.8
  14. BuildRequires: gnome-vfs-devel >= 1.0.3
  15. BuildRequires: readline-devel
  16. %description
  17. GNOME VFS is the GNOME virtual file system. It is the foundation of the
  18. Nautilus file manager. This package contains some extra modules that for
  19. various reasons are not distributed with the core gnome-vfs package.
  20. Amongst other things it includes a samba based smb network browser.
  21. %prep
  22. %setup -q
  23. %build
  24. %configure
  25. make
  26. %install
  27. rm -fr %{buildroot}
  28. %makeinstall
  29. %clean
  30. rm -fr %{buildroot}
  31. %files
  32. %defattr(-, root, root)
  33. %doc AUTHORS COPYING ChangeLog NEWS README
  34. %config %{_sysconfdir}/vfs/modules/extra-modules.conf
  35. %{_libdir}/vfs/modules/*.so
  36. %changelog
  37. * Mon Jul 21 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-0vl2
  38. - rebuild and moved docdir to /usr/share/doc
  39. - s/Copyright/License/
  40. * Wed Apr 23 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.0-0vl1
  41. - update to 0.2.0
  42. - rebuild with new toolchains
  43. * Sat Nov 24 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.1.3-1vl1
  44. - based on 0.1.3-1 from Rawhide and rebuilt for Vine
  45. - modified spec (BuildRequires et al.)
  46. * Thu Aug 9 2001 Alexander Larsson <alexl@redhat.com> 0.1.2-1
  47. - New release
  48. * Tue Jul 3 2001 Alexander Larsson <alexl@redhat.com>
  49. - Release 2. Removed the vendor and distribution tags from
  50. - the specfile.
  51. * Wed Jun 7 2001 Alexander Larsson <alexl@redhat.com>
  52. - Don't build on IA64
  53. * Wed Jun 6 2001 Alexander Larsson <alexl@redhat.com>
  54. - Initial version