Clarify licensing

- Explicitly disable HAL
This commit is contained in:
Tomas Bzatek 2012-11-06 18:17:59 +01:00
parent 6552fcebf2
commit 3bcbcdbe10

View File

@ -1,7 +1,7 @@
Summary: Backends for the gio framework in GLib
Name: gvfs
Version: 1.15.0
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@ -162,6 +162,7 @@ automake || :
autoconf || :
%configure \
--disable-hal \
--disable-gdu \
--enable-udisks2 \
--enable-keyring
@ -173,6 +174,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/*.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
%post
@ -209,7 +213,7 @@ killall -USR1 gvfsd >&/dev/null || :
%endif
%files -f gvfs.lang
%doc AUTHORS COPYING NEWS README
%doc AUTHORS COPYING COPYING.GPL3 NEWS README
%dir %{_datadir}/gvfs
%dir %{_datadir}/gvfs/mounts
%{_datadir}/gvfs/mounts/sftp.mount
@ -327,6 +331,10 @@ killall -USR1 gvfsd >&/dev/null || :
%{_datadir}/gvfs/mounts/afp-browse.mount
%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
- Update to 1.15.0