rpms/swatch/devel swatch.spec,1.11,1.12

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Oct 17 05:01:15 UTC 2007


Author: spot

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

Modified Files:
	swatch.spec 
Log Message:

fix license, br



Index: swatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/swatch/devel/swatch.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- swatch.spec	5 Sep 2006 21:40:54 -0000	1.11
+++ swatch.spec	17 Oct 2007 05:00:41 -0000	1.12
@@ -1,10 +1,10 @@
 Name:           swatch
 Version:        3.2.1
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Tool for actively monitoring log files
 
 Group:          Applications/File
-License:        GPL
+License:        GPLv2+
 URL:            http://swatch.sourceforge.net/
 Source0:        http://dl.sf.net/swatch/swatch-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -15,6 +15,7 @@
 BuildRequires:  perl(Date::Format)
 BuildRequires:  perl(Date::Manip)
 BuildRequires:  perl(File::Tail)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -69,6 +70,10 @@
 
 
 %changelog
+* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 3.2.1-1.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
 * Tue Sep  5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.2.1-1
 - Update to 3.2.1.
 - Dropped patch: swatch-3.1.1.patch.




More information about the fedora-extras-commits mailing list