rpms/conmux/F-9 conmux.spec,1.2,1.3

Michal Schmidt (michich) fedora-extras-commits at redhat.com
Wed May 7 12:38:14 UTC 2008


Author: michich

Update of /cvs/pkgs/rpms/conmux/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32527

Modified Files:
	conmux.spec 
Log Message:
* Wed May 07 2008 Michal Schmidt <mschmidt at redhat.com> 0.0-7.493svn
- "GPL" is ambiguous, the license is GPLv2 specifically
- conmux-client ships a perl module, so it must require MODULE_COMPAT
  as described in the packaging guidelines. Fixes bug 443273.



Index: conmux.spec
===================================================================
RCS file: /cvs/pkgs/rpms/conmux/F-9/conmux.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- conmux.spec	9 Apr 2007 15:58:50 -0000	1.2
+++ conmux.spec	7 May 2008 12:37:36 -0000	1.3
@@ -1,11 +1,11 @@
 %define		prerelease 493svn
 Name:		conmux
 Version:	0.0
-Release:	6.%{prerelease}%{?dist}
+Release:	7.%{prerelease}%{?dist}
 Summary:	ConMux - The Console Multiplexor
 
 Group:		Applications/System
-License:	GPL
+License:	GPLv2
 URL:		http://test.kernel.org/autotest/
 Source0:	http://people.redhat.com/bpeck/%{name}/%{name}-%{prerelease}.tar.gz
 # svn checkout -r493 svn://test.kernel.org/autotest/trunk/conmux conmux
@@ -39,6 +39,7 @@
 Summary:	Conmux client which will connect to a Conmux server
 Obsoletes:	conmux-common < %{version}-%{release}
 Provides:	conmux-common = %{version}-%{release}
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description client
 Conmux client connects to a conmux server. 
@@ -103,6 +104,11 @@
 %{perl_vendorlib}/Conmux.pm
 
 %changelog
+* Wed May 07 2008 Michal Schmidt <mschmidt at redhat.com> 0.0-7.493svn
+- "GPL" is ambiguous, the license is GPLv2 specifically
+- conmux-client ships a perl module, so it must require MODULE_COMPAT
+  as described in the packaging guidelines. Fixes bug 443273.
+
 * Mon Apr 09 2007 Bill Peck <bpeck at redhat.com> 0.0-6.493svn
 - minor spec file changes for directory ownership
 * Thu Mar 15 2007 Bill Peck <bpeck at redhat.com> 0.0-5.493svn




More information about the fedora-extras-commits mailing list