rpms/perl-Event/devel perl-Event.spec,1.1,1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Jun 14 19:19:06 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Event/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29760

Modified Files:
	perl-Event.spec 
Log Message:
Minor tweaks from the review.



Index: perl-Event.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Event/devel/perl-Event.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Event.spec	14 Jun 2006 19:13:59 -0000	1.1
+++ perl-Event.spec	14 Jun 2006 19:19:06 -0000	1.2
@@ -1,10 +1,12 @@
+# $Id$
+
 Name:           perl-Event
 Version:        1.06 
-Release:        0%{?dist}
-Summary:        Event - Event loop processing
+Release:        1%{?dist}
+Summary:        Event loop processing
 
 Group:          Development/Libraries
-License:        Artistic & GPL
+License:        Artistic or GPL
 URL:            http://search.cpan.org/dist/Event/ 
 Source0:        http://search.cpan.org/CPAN/authors/id/J/JP/JPRIT/Event-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -13,6 +15,9 @@
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:  perl(Time::HiRes)
 
+# for some reason this isn't automagically picked up
+Provides: perl(Event) = %{version}
+
 %description
 The Event module provide a central facility to watch for various types of
 events and invoke a callback when these events occur. The idea is to delay the
@@ -77,5 +82,11 @@
 
 
 %changelog
+* Wed Jun 14 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.06-1
+- add explicit provides: perl(Event) = version...  wasn't being picked up
+  automagically for some reason
+- Tweaked summary line
+- Bumped release
+
 * Thu Jun 08 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.06-0
 - initial spec file for F-E




More information about the fedora-extras-commits mailing list