rpms/perl-Module-Find/EL-6 perl-Module-Find.spec,1.6,1.7

Mark Chappell tremble at fedoraproject.org
Fri Jul 23 22:57:35 UTC 2010


Author: tremble

Update of /cvs/pkgs/rpms/perl-Module-Find/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26372

Modified Files:
	perl-Module-Find.spec 
Log Message:
Import RH SRPM 0.08-3 for EPEL-6


Index: perl-Module-Find.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Module-Find/EL-6/perl-Module-Find.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-Module-Find.spec	29 Oct 2009 18:24:09 -0000	1.6
+++ perl-Module-Find.spec	23 Jul 2010 22:57:34 -0000	1.7
@@ -1,19 +1,20 @@
 Name:           perl-Module-Find
 Version:        0.08
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Find and use installed modules in a (sub)category
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Module-Find/
 Source0:        http://www.cpan.org/authors/id/C/CR/CRENZ/Module-Find-%{version}.tar.gz
-Patch0:		perl-Module-Find-changes.patch
+Patch0:         perl-Module-Find-changes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  %{_bindir}/iconv
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -26,6 +27,8 @@ between looking in the category itself o
 %setup -q -n Module-Find-%{version}
 %patch0 -p1
 
+%{_bindir}/iconv -f iso8859-1 -t utf8 -o Changes.new Changes
+mv Changes.new Changes
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -56,6 +59,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 16 2010 Marcela Mašláňová <mmaslano at redhat.com> - 0.08-3
+- make rpmlint happy
+- Related: rhbz#543948
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.08-2
+- rebuild against perl 5.10.1
+
 * Wed Oct  7 2009 Stepan Kasal <skasal at redhat.com> - 0.08-1
 - new upstream version
 



More information about the scm-commits mailing list