- Update to 0.1.9
This commit is contained in:
parent
4be62b142c
commit
fe156329c3
@ -1 +1 @@
|
|||||||
gvfs-0.1.8.tar.bz2
|
gvfs-0.1.9.tar.bz2
|
||||||
|
25
gvfs.spec
25
gvfs.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 0.1.8
|
Version: 0.1.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -24,8 +24,8 @@ BuildRequires: gettext-devel
|
|||||||
BuildRequires: perl(XML::Parser)
|
BuildRequires: perl(XML::Parser)
|
||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
|
|
||||||
# From head:
|
## From head:
|
||||||
Patch1: gvfs-libxml.patch
|
# Patch1: gvfs-libxml.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gvfs package provides backend implementations for the gio
|
The gvfs package provides backend implementations for the gio
|
||||||
@ -43,12 +43,12 @@ required to develop applications using gvfs.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# Don't trigger autoregen:
|
## Don't trigger autoregen:
|
||||||
touch -r configure time1
|
# touch -r configure time1
|
||||||
touch -r configure.ac time2
|
# touch -r configure.ac time2
|
||||||
%patch1 -p1 -b .libxml
|
# %patch1 -p1 -b .libxml
|
||||||
touch -r time1 configure
|
# touch -r time1 configure
|
||||||
touch -r time2 configure.ac
|
# touch -r time2 configure.ac
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -92,6 +92,8 @@ killall -USR1 gvfsd > /dev/null || :
|
|||||||
%{_datadir}/gvfs/mounts/dns-sd.mount
|
%{_datadir}/gvfs/mounts/dns-sd.mount
|
||||||
%{_datadir}/gvfs/mounts/gphoto2.mount
|
%{_datadir}/gvfs/mounts/gphoto2.mount
|
||||||
%{_datadir}/gvfs/mounts/network.mount
|
%{_datadir}/gvfs/mounts/network.mount
|
||||||
|
%{_datadir}/gvfs/mounts/obexftp.mount
|
||||||
|
%{_datadir}/gvfs/mounts/ftp.mount
|
||||||
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
%{_datadir}/dbus-1/services/gvfs-daemon.service
|
||||||
%{_libdir}/libgvfscommon.so.*
|
%{_libdir}/libgvfscommon.so.*
|
||||||
%{_libdir}/gio/modules/libgiohal-volume-monitor.so
|
%{_libdir}/gio/modules/libgiohal-volume-monitor.so
|
||||||
@ -113,6 +115,8 @@ killall -USR1 gvfsd > /dev/null || :
|
|||||||
%{_libexecdir}/gvfsd-dnssd
|
%{_libexecdir}/gvfsd-dnssd
|
||||||
%{_libexecdir}/gvfsd-gphoto2
|
%{_libexecdir}/gvfsd-gphoto2
|
||||||
%{_libexecdir}/gvfsd-network
|
%{_libexecdir}/gvfsd-network
|
||||||
|
%{_libexecdir}/gvfsd-obexftp
|
||||||
|
%{_libexecdir}/gvfsd-ftp
|
||||||
%{_bindir}/gvfs-cat
|
%{_bindir}/gvfs-cat
|
||||||
%{_bindir}/gvfs-copy
|
%{_bindir}/gvfs-copy
|
||||||
%{_bindir}/gvfs-info
|
%{_bindir}/gvfs-info
|
||||||
@ -138,6 +142,9 @@ killall -USR1 gvfsd > /dev/null || :
|
|||||||
%{_libdir}/libgvfscommon.so
|
%{_libdir}/libgvfscommon.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.9-1
|
||||||
|
- Update to 0.1.9
|
||||||
|
|
||||||
* Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1
|
* Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1
|
||||||
- Update to 0.1.8
|
- Update to 0.1.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user