gnome-vfs2-extras-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # Note that this is NOT a relocatable package
  2. Summary: Extra modules for version 2 of the GNOME virtual file-system
  3. Name: gnome-vfs2-extras
  4. Version: 0.99.11
  5. Release: 0vl3
  6. License: GPL
  7. Group: System Environment/Libraries
  8. Source: gnome-vfs-extras-%{version}.tar.bz2
  9. URL: http://www.gnome.org/
  10. BuildRoot: /var/tmp/%{name}-root
  11. Requires: gnome-vfs2 >= 2.4.1
  12. Requires: samba-libsmbclient >= 3.0.7
  13. BuildPrereq: gnome-vfs2-devel >= 2.4.1
  14. BuildPrereq: samba-libsmbclient >= 3.0.7
  15. %description
  16. GNOME VFS is the GNOME virtual file system. It is the foundation of the
  17. Nautilus file manager. This package contains some extra modules for
  18. version 2 of GNOME VFS that for various reasons are not distributed with
  19. the core gnome-vfs package. Amongst other things it includes a samba
  20. based smb network browser.
  21. %prep
  22. %setup -q -n gnome-vfs-extras-%{version}
  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}/gnome-vfs-2.0/modules/extra-modules.conf
  35. %{_libdir}/gnome-vfs-2.0/modules/*.so
  36. %{_datadir}/gnome/network/*.desktop
  37. %{_datadir}/locale/*/LC_MESSAGES/*.mo
  38. %changelog
  39. * Wed Nov 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.11-0vl3
  40. - rebuild with samba-3.0.7
  41. * Thu Feb 5 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.99.11-0vl2
  42. - add BuildPrereq: libsmbclient
  43. - s/Copyright/License/
  44. * Sat Jan 24 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.11-0vl1
  45. - new upstream release
  46. - add Requires: libsmbclient
  47. * Wed Dec 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.10-0vl3
  48. - rebuild with new toolchain
  49. * Thu May 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.10-0vl2
  50. - add missing desktop-files
  51. - add ja.po
  52. * Wed May 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.10-0vl1
  53. - new upstream release
  54. * Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.8-0vl1
  55. - new upstream release
  56. * Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.99.5-0vl1
  57. - build for Vine Linux
  58. * Tue Sep 3 2002 Alexander Larsson <alexl@redhat.com>
  59. - Update to 0.99.5, fixes #70873
  60. * Mon Aug 12 2002 Alexander Larsson <alexl@redhat.com>
  61. - Update to 0.99.3, fixes #70873
  62. * Fri Aug 9 2002 Alexander Larsson <alexl@redhat.com>
  63. - Update to 0.99.2
  64. * Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
  65. - Create a gnome-vfs2-extras package with version 0.99
  66. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  67. - automated rebuild
  68. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  69. - automated rebuild
  70. * Wed Mar 27 2002 Havoc Pennington <hp@redhat.com>
  71. - 0.2.0, fixes #61669
  72. * Thu Aug 9 2001 Alexander Larsson <alexl@redhat.com> 0.1.2-1
  73. - New release
  74. * Tue Jul 3 2001 Alexander Larsson <alexl@redhat.com>
  75. - Release 2. Removed the vendor and distribution tags from
  76. - the specfile.
  77. * Wed Jun 7 2001 Alexander Larsson <alexl@redhat.com>
  78. - Don't build on IA64
  79. * Wed Jun 6 2001 Alexander Larsson <alexl@redhat.com>
  80. - Initial version