rpms/perl-Heap/EL-5 .cvsignore, 1.4, 1.5 perl-Heap.spec, 1.3, 1.4 sources, 1.4, 1.5

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Dec 28 08:01:21 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/perl-Heap/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12865/EL-5

Modified Files:
	.cvsignore perl-Heap.spec sources 
Log Message:
Correct License in devel, sync EL with devel


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Heap/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	12 Sep 2006 07:28:42 -0000	1.4
+++ .cvsignore	28 Dec 2007 08:00:39 -0000	1.5
@@ -1 +1 @@
-Heap-0.71.tar.gz
+Heap-0.80.tar.gz


Index: perl-Heap.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Heap/EL-5/perl-Heap.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Heap.spec	12 Sep 2006 07:28:42 -0000	1.3
+++ perl-Heap.spec	28 Dec 2007 08:00:39 -0000	1.4
@@ -1,16 +1,16 @@
 Name:           perl-Heap
-Version:        0.71
-Release:        2%{?dist}
+Version:        0.80
+Release:        1%{?dist}
 Summary:        Perl extension for keeping data partially sorted
 
 Group:          Development/Libraries
-License:        Artistic or GPL
+License:        Artistic or GPL+
 URL:            http://search.cpan.org/dist/Heap
 Source0:        http://search.cpan.org/CPAN/authors/id/J/JM/JMM/Heap-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -40,7 +40,6 @@
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
@@ -61,5 +60,8 @@
 
 
 %changelog
+* Wed Aug  8 2007 Patrice Dumas <pertusus at free.fr> 0.80-1
+- update to 0.80
+
 * Tue Jul 18 2006 Patrice Dumas <pertusus at free.fr> 0.71-2
 - Initial packaging


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Heap/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	12 Sep 2006 07:28:42 -0000	1.4
+++ sources	28 Dec 2007 08:00:39 -0000	1.5
@@ -1 +1 @@
-6934be7ffe351b3eea844d24a07ebc36  Heap-0.71.tar.gz
+05fed19a7552dadee11c780cd68c0116  Heap-0.80.tar.gz




More information about the fedora-extras-commits mailing list