Clarify licensing
- Explicitly disable HAL
This commit is contained in:
parent
6552fcebf2
commit
3bcbcdbe10
12
gvfs.spec
12
gvfs.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.15.0
|
Version: 1.15.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -162,6 +162,7 @@ automake || :
|
|||||||
autoconf || :
|
autoconf || :
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
|
--disable-hal \
|
||||||
--disable-gdu \
|
--disable-gdu \
|
||||||
--enable-udisks2 \
|
--enable-udisks2 \
|
||||||
--enable-keyring
|
--enable-keyring
|
||||||
@ -173,6 +174,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
|
rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
|
||||||
|
|
||||||
|
# trashlib is GPLv3, include the license
|
||||||
|
cp -p daemon/trashlib/COPYING COPYING.GPL3
|
||||||
|
|
||||||
%find_lang gvfs
|
%find_lang gvfs
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -209,7 +213,7 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -f gvfs.lang
|
%files -f gvfs.lang
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING COPYING.GPL3 NEWS README
|
||||||
%dir %{_datadir}/gvfs
|
%dir %{_datadir}/gvfs
|
||||||
%dir %{_datadir}/gvfs/mounts
|
%dir %{_datadir}/gvfs/mounts
|
||||||
%{_datadir}/gvfs/mounts/sftp.mount
|
%{_datadir}/gvfs/mounts/sftp.mount
|
||||||
@ -327,6 +331,10 @@ killall -USR1 gvfsd >&/dev/null || :
|
|||||||
%{_datadir}/gvfs/mounts/afp-browse.mount
|
%{_datadir}/gvfs/mounts/afp-browse.mount
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 6 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-2
|
||||||
|
- Clarify licensing
|
||||||
|
- Explicitly disable HAL
|
||||||
|
|
||||||
* Mon Oct 29 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-1
|
* Mon Oct 29 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-1
|
||||||
- Update to 1.15.0
|
- Update to 1.15.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user