SPECS: lzma.spec - License is basically LGPL v2.1+; the only GPL...

qboosh qboosh at pld-linux.org
Sun Dec 16 18:43:51 CET 2007


Author: qboosh                       Date: Sun Dec 16 17:43:51 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- License is basically LGPL v2.1+;
  the only GPL components packaged are lz* helper scripts (GPL v2+)
- revised doc files
- ghost soname symlink

---- Files affected:
SPECS:
   lzma.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/lzma.spec
diff -u SPECS/lzma.spec:1.38 SPECS/lzma.spec:1.39
--- SPECS/lzma.spec:1.38	Wed Dec 12 22:51:06 2007
+++ SPECS/lzma.spec	Sun Dec 16 18:43:46 2007
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 # TODO:
 # - wait for alpha7 which will fix headers installation issue
-# - fix invalid "GPL v2.1+" in License
 #
 # Conditional build:
 %bcond_without	tests	# don't perform make check
@@ -13,7 +12,7 @@
 Version:	4.42.2
 Release:	0.%{snap}.1
 Epoch:		1
-License:	GPL v3+/GPL v2+/GPL v2.1+/Public Domain
+License:	LGPL v2.1+, helper scripts on GPL v2+
 Group:		Applications/Archiving
 Source0:	http://tukaani.org/lzma/%{name}-%{version}%{snap}.tar.gz
 # Source0-md5:	5cef8b41aecee8ce1c6fbc681701fe61
@@ -119,28 +118,28 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/lz*
+%{_mandir}/man1/lz*.1*
 
 %files libs -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING* NEWS README* THANKS TODO
-%doc doc/{bugs,faq,file-format,history}.txt
-%doc doc/lzma-intro.txt
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%doc AUTHORS COPYING README THANKS TODO
+%doc doc/{bugs,faq,file-format,history,lzma-intro}.txt
+%attr(755,root,root) %{_libdir}/liblzma.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/liblzma.so.0
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/liblzma-*.txt
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/*.la
-%{_includedir}/*.h
+%attr(755,root,root) %{_libdir}/liblzma.so
+%{_libdir}/liblzma.la
+%{_includedir}/lzma.h
 %{_includedir}/lzma
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/lzma.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/liblzma.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -148,6 +147,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2007-12-16 17:43:46  qboosh
+- License is basically LGPL v2.1+;
+  the only GPL components packaged are lz* helper scripts (GPL v2+)
+- revised doc files
+- ghost soname symlink
+
 Revision 1.38  2007-12-12 21:51:06  qboosh
 - bcond header
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lzma.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list