Move docs into -lite subpackage that all the rest require to fulfil
subpackage licencing rules
This commit is contained in:
parent
16d206452c
commit
92aeecebef
@ -1,7 +1,7 @@
|
||||
Summary: Windows MetaFile Library
|
||||
Name: libwmf
|
||||
Version: 0.2.8.4
|
||||
Release: 25%{?dist}
|
||||
Release: 26%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
#libwmf is under the LGPLv2+, however...
|
||||
#1. The tarball contains an old version of the urw-fonts under GPL+.
|
||||
@ -113,7 +113,6 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/libwmf-*.so.*
|
||||
%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so
|
||||
%{_bindir}/wmf2svg
|
||||
@ -126,6 +125,7 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
|
||||
%files lite
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/libwmflite-*.so.*
|
||||
|
||||
%files devel
|
||||
@ -144,6 +144,10 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
||||
rm -r $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Thu Jul 08 2010 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-26
|
||||
- Move docs into -lite subpackage that all the rest require to
|
||||
fulfil subpackage licencing rules
|
||||
|
||||
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.2.8.4-25
|
||||
- Remove explicit file deps
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user