Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > f60dfce54db14c1f28004a047821139d > files > 3

gnome-vfs-extras-0.1.3-2mdk.src.rpm

Summary:        The GNOME virtual file-system extra modules
Name:           gnome-vfs-extras
Version:        0.1.3
Release:        2mdk
License:		GPL
Group:          System/Libraries
Source:         ftp://ftp.gnome.org/pub/GNOME/unstable/sources/%{name}-%{version}.tar.bz2
# (fc) 0.1.3-2mdk fix compilation with latest version of gnome1 platform
Patch0:			gnome-vfs-extras-0.1.3-gnome1.patch.bz2
URL:            http://www.gnome.org/
BuildRoot:      %{_tmppath}/%{name}-%{version}-root
Requires:       gnome-vfs >= 1.0.0
BuildRequires:  gnome-libs-devel libgnome-vfs-devel
%description
GNOME VFS is the GNOME virtual file system. It is the foundation of the
Nautilus file manager. This package contains some extra modules that for
various reasons are not distributed with the core gnome-vfs package.
Amongst other things it includes a samba based smb network browser 
and an icecast layer.

%prep
%setup -q
%patch0 -p1 -b .gnome1

# needed by patch0
automake

%build
%configure

%make

%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -fr %{buildroot}

%makeinstall_std

%clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -fr %{buildroot}

%files
%defattr(-, root, root)

%doc AUTHORS COPYING ChangeLog NEWS README
%config(noreplace) %{_sysconfdir}/vfs/modules/extra-modules.conf
%{_libdir}/vfs/modules/*.so

%changelog
* Mon Jan 14 2002 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1.3-2mdk
- Patch0: fix compilation with latest version of gnome1 platform

* Thu Aug 23 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1.3-1mdk
- Release 0.1.3

* Fri Aug 10 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1.2-1mdk
- Release 0.1.2

* Fri Jul 20 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1.1-1mdk
- Release 0.1.1

* Thu Jun  7 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1-1mdk
- First Mandrake package

* Wed Jun  6 2001 Alexander Larsson <alexl@redhat.com>
- Initial version