- adjust License tag, libguestfs0 is LGPL-2.1, rest is GPL-2

- add COPYING.LIB to subpackage
- remove AUTHORS and README files from doc section

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=156
This commit is contained in:
Olaf Hering 2012-11-14 16:53:23 +00:00 committed by Git OBS Bridge
parent dde09efc8f
commit 272ffbad46
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 14 17:51:16 CET 2012 - ohering@suse.de
- adjust License tag, libguestfs0 is LGPL-2.1, rest is GPL-2
- add COPYING.LIB to subpackage
- remove AUTHORS and README files from doc section
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 14 17:30:40 CET 2012 - ohering@suse.de Wed Nov 14 17:30:40 CET 2012 - ohering@suse.de

View File

@ -94,7 +94,7 @@ BuildRequires: hivex-devel
Url: http://libguestfs.org/ Url: http://libguestfs.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Compatibility package for guestfs-tools Summary: Compatibility package for guestfs-tools
License: LGPL-2.1 License: GPL-2
Group: System/Filesystems Group: System/Filesystems
Version: 1.19.59 Version: 1.19.59
Release: 0 Release: 0
@ -325,6 +325,7 @@ guestfish, or use virt-rescue to get a rescue shell for fixing unbootable
virtual machines. virtual machines.
%package -n libguestfs0 %package -n libguestfs0
License: LGPL-2.1
Summary: Runtime library of libguestfs Summary: Runtime library of libguestfs
Group: System/Filesystems Group: System/Filesystems
@ -619,6 +620,7 @@ rm -rf $RPM_BUILD_ROOT
%files -n libguestfs0 %files -n libguestfs0
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING.LIB
%{_libdir}/*.so.* %{_libdir}/*.so.*
%files devel %files devel
@ -635,7 +637,7 @@ rm -rf $RPM_BUILD_ROOT
%files -n guestfs-tools -f %{name}.lang %files -n guestfs-tools -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING README %doc COPYING
%{_bindir}/* %{_bindir}/*
%config(noreplace) /etc/libguestfs-tools.conf %config(noreplace) /etc/libguestfs-tools.conf
%config(noreplace) /etc/bash_completion.d/guestfish-bash-completion.sh %config(noreplace) /etc/bash_completion.d/guestfish-bash-completion.sh