0.1.6
This commit is contained in:
parent
4718d8d536
commit
c30022e98a
@ -1 +1 @@
|
|||||||
gvfs-0.1.5.tar.bz2
|
gvfs-0.1.6.tar.bz2
|
||||||
|
14
gvfs.spec
14
gvfs.spec
@ -1,16 +1,11 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 0.1.5
|
Version: 0.1.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2
|
||||||
# files missing from the tarball
|
|
||||||
Source1: http.mount.in
|
|
||||||
Source2: dav.mount.in
|
|
||||||
Source3: smb.mount.in
|
|
||||||
Source4: smb-browse.mount.in
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: glib2-devel >= 2.15.4
|
BuildRequires: glib2-devel >= 2.15.4
|
||||||
@ -40,10 +35,6 @@ required to develop applications using gvfs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE1} daemon
|
|
||||||
cp %{SOURCE2} daemon
|
|
||||||
cp %{SOURCE3} daemon
|
|
||||||
cp %{SOURCE4} daemon
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -124,6 +115,9 @@ killall -USR1 gvfsd > /dev/null || :
|
|||||||
%{_libdir}/libgvfscommon.so
|
%{_libdir}/libgvfscommon.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.6-1
|
||||||
|
- Update to 0.1.6
|
||||||
|
|
||||||
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
|
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
|
||||||
- Update to 0.1.5
|
- Update to 0.1.5
|
||||||
- Reenable http/dav
|
- Reenable http/dav
|
||||||
|
Loading…
Reference in New Issue
Block a user