rpms/apt/devel apt.spec,1.41,1.42

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Fri Aug 3 09:02:54 UTC 2007


Author: pmatilai

Update of /cvs/pkgs/rpms/apt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14154

Modified Files:
	apt.spec 
Log Message:
- License clarification (GPLv2+ for apt, MIT for bundled Lua)
- Include Lua license in documentation



Index: apt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apt/devel/apt.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- apt.spec	2 Aug 2007 12:12:07 -0000	1.41
+++ apt.spec	3 Aug 2007 09:02:22 -0000	1.42
@@ -9,7 +9,8 @@
 Release: 2%{?dist}
 Group: System Environment/Base
 URL: http://apt-rpm.org/
-License: GPL
+# Everything under GPLv2+ except lua/ which is MIT
+License: GPLv2+ and MIT
 
 #Source0: http://laiskiainen.org/apt/testing/%{name}-%{version}.tar.bz2
 Source0: http://apt-rpm.org/testing/%{name}-%{version}.tar.bz2
@@ -225,7 +226,7 @@
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS* COPYING* ABOUT* TODO comps2prio.xsl doc/examples/ contrib/
-%doc ChangeLog
+%doc ChangeLog lua/COPYRIGHT
 
 %dir %{_sysconfdir}/apt/
 %config(noreplace) %{_sysconfdir}/apt/apt.conf
@@ -289,6 +290,10 @@
 
 
 %changelog
+* Fri Aug  3 2007 Panu Matilainen <pmatilai at redhat.com> 
+- License clarification
+- Include Lua license in documentation
+
 * Thu Aug  2 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.5.15lorg3.92-2
 - Fix Fedora bug #249323.
 




More information about the fedora-extras-commits mailing list