initial import
This commit is contained in:
parent
15d2271530
commit
2598316fe1
@ -0,0 +1 @@
|
||||
gvfs-0.1.0.tar.bz2
|
102
gvfs.spec
Normal file
102
gvfs.spec
Normal file
@ -0,0 +1,102 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 0.1.0
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
BuildRequires: glib2-devel >= 2.15.0
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: /usr/bin/ssh
|
||||
BuildRequires: libcdio-devel >= 0.78.2
|
||||
BuildRequires: fuse-devel
|
||||
BuildRequires: hal-devel >= 0.5.9
|
||||
BuildRequires: libsmbclient-devel
|
||||
|
||||
%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 -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f gvfs.lang
|
||||
%defattr(-, root, root, -)
|
||||
%doc AUTHORS COPYING NEWS
|
||||
%dir %{_sysconfdir}/gvfs
|
||||
%dir %{_sysconfdir}/gvfs/mounts
|
||||
%{_sysconfdir}/gvfs/mounts/ftp.mount
|
||||
%{_sysconfdir}/gvfs/mounts/sftp.mount
|
||||
%{_sysconfdir}/gvfs/mounts/smb-browse.mount
|
||||
%{_sysconfdir}/gvfs/mounts/smb.mount
|
||||
%{_sysconfdir}/gvfs/mounts/trash.mount
|
||||
%{_sysconfdir}/gvfs/mounts/cdda.mount
|
||||
%{_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
|
||||
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
||||
%{_bindir}/gvfs-cat
|
||||
%{_bindir}/gvfs-copy
|
||||
%{_bindir}/gvfs-info
|
||||
%{_bindir}/gvfs-less
|
||||
%{_bindir}/gvfs-ls
|
||||
%{_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
|
||||
* Thu Dec 20 2007 Matthias Clasen <mclasen@redhat.com> 0.1.0-1
|
||||
- Initial packaging
|
Loading…
Reference in New Issue
Block a user