gvfs/gvfs.spec

143 lines
3.7 KiB
RPMSpec
Raw Normal View History

2007-12-21 22:34:57 +00:00
Summary: Backends for the gio framework in GLib
Name: gvfs
2008-02-11 23:42:20 +00:00
Version: 0.1.7
2008-01-29 03:08:03 +00:00
Release: 1%{?dist}
2007-12-21 22:34:57 +00:00
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig
2008-02-11 23:42:20 +00:00
BuildRequires: glib2-devel >= 2.15.5
2007-12-21 22:34:57 +00:00
BuildRequires: dbus-glib-devel
BuildRequires: /usr/bin/ssh
BuildRequires: libcdio-devel >= 0.78.2
BuildRequires: fuse-devel
2008-02-11 23:42:20 +00:00
BuildRequires: hal-devel >= 0.5.10
2008-01-29 03:08:03 +00:00
BuildRequires: libsoup-devel >= 2.3.0
2007-12-21 22:34:57 +00:00
BuildRequires: libsmbclient-devel
2008-01-14 18:00:23 +00:00
BuildRequires: intltool
BuildRequires: gettext-devel
BuildRequires: perl(XML::Parser)
2007-12-21 22:34:57 +00:00
%description
The gvfs package provides backend implementations for the gio
framework in GLib. It includes ftp, sftp, cifs.
%package devel
Summary: Development files for gvfs
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
The gvfs-devel package contains headers and other files that are
required to develop applications using gvfs.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/*.la
rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
%find_lang gvfs
%clean
rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
# Reload .mount files:
killall -USR1 gvfsd > /dev/null || :
2007-12-21 22:34:57 +00:00
%postun -p /sbin/ldconfig
%files -f gvfs.lang
%defattr(-, root, root, -)
%doc AUTHORS COPYING NEWS
2008-01-08 16:09:06 +00:00
%dir %{_datadir}/gvfs
%dir %{_datadir}/gvfs/mounts
%{_datadir}/gvfs/mounts/ftp.mount
%{_datadir}/gvfs/mounts/sftp.mount
%{_datadir}/gvfs/mounts/smb-browse.mount
%{_datadir}/gvfs/mounts/smb.mount
%{_datadir}/gvfs/mounts/trash.mount
%{_datadir}/gvfs/mounts/cdda.mount
2008-01-08 16:45:46 +00:00
%{_datadir}/gvfs/mounts/computer.mount
2008-01-29 03:08:03 +00:00
%{_datadir}/gvfs/mounts/dav.mount
%{_datadir}/gvfs/mounts/http.mount
2008-01-14 19:36:25 +00:00
%{_datadir}/gvfs/mounts/localtest.mount
%{_datadir}/gvfs/mounts/burn.mount
2008-01-08 16:09:06 +00:00
%{_datadir}/dbus-1/services/gvfs-daemon.service
2007-12-21 22:34:57 +00:00
%{_libdir}/libgvfscommon.so.*
%{_libdir}/gio/modules/libgiohal-volume-monitor.so
%{_libdir}/gio/modules/libgvfsdbus.so
%{_libexecdir}/gvfs-fuse-daemon
%{_libexecdir}/gvfsd
%{_libexecdir}/gvfsd-ftp
%{_libexecdir}/gvfsd-sftp
%{_libexecdir}/gvfsd-smb
%{_libexecdir}/gvfsd-smb-browse
%{_libexecdir}/gvfsd-trash
%{_libexecdir}/gvfsd-cdda
2008-01-08 16:45:46 +00:00
%{_libexecdir}/gvfsd-computer
2008-01-29 03:08:03 +00:00
%{_libexecdir}/gvfsd-dav
%{_libexecdir}/gvfsd-http
2008-01-14 19:36:25 +00:00
%{_libexecdir}/gvfsd-localtest
%{_libexecdir}/gvfsd-burn
2007-12-21 22:34:57 +00:00
%{_bindir}/gvfs-cat
%{_bindir}/gvfs-copy
%{_bindir}/gvfs-info
%{_bindir}/gvfs-less
%{_bindir}/gvfs-ls
2008-01-29 05:17:47 +00:00
%{_bindir}/gvfs-mkdir
2007-12-21 22:34:57 +00:00
%{_bindir}/gvfs-monitor-dir
%{_bindir}/gvfs-monitor-file
%{_bindir}/gvfs-mount
%{_bindir}/gvfs-move
%{_bindir}/gvfs-rm
%{_bindir}/gvfs-save
%{_bindir}/gvfs-trash
%files devel
%defattr(-, root, root, -)
%dir %{_includedir}/gvfs-client
%dir %{_includedir}/gvfs-client/gvfs
%{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
%{_includedir}/gvfs-client/gvfs/gvfsuriutils.h
%{_libdir}/libgvfscommon.so
%changelog
2008-02-11 23:42:20 +00:00
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
- Update to 0.1.7
2008-01-29 17:50:28 +00:00
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.6-1
- Update to 0.1.6
2008-01-29 03:08:03 +00:00
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
- Update to 0.1.5
- Reenable http/dav
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-2
- Remove the http/dav stuff for now, as we don't have the latest libsoup
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-1
- Update to 0.1.4
- Send USR1 in post to reload config
2008-01-14 18:00:23 +00:00
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> 0.1.2-1
- Update to 0.1.2
2008-01-08 16:09:06 +00:00
* Tue Jan 8 2008 Matthias Clasen <mclasen@redhat.com> 0.1.1-1
- Update to 0.1.1
2007-12-21 22:34:57 +00:00
* Thu Dec 20 2007 Matthias Clasen <mclasen@redhat.com> 0.1.0-1
- Initial packaging