rpms/perl-XML-Dumper/devel perl-XML-Dumper.spec,1.15,1.16

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Thu Oct 25 04:23:46 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-XML-Dumper/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24110

Modified Files:
	perl-XML-Dumper.spec 
Log Message:
fix various package review issues.


Index: perl-XML-Dumper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-Dumper/devel/perl-XML-Dumper.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- perl-XML-Dumper.spec	17 Oct 2007 11:47:49 -0000	1.15
+++ perl-XML-Dumper.spec	25 Oct 2007 04:23:13 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           perl-XML-Dumper
 Version:        0.81
-Release: 	2%{dist}.2
+Release:        3%{dist}
 Summary:        Perl module for dumping Perl objects from/to XML
 
 Group:          Development/Libraries
@@ -10,10 +10,11 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1, perl-XML-Parser >= 2.30-7
+BuildRequires:  perl-XML-Parser >= 2.30-7
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
 
 %description
 XML::Dumper dumps Perl data to XML format. XML::Dumper can also read
@@ -41,8 +42,13 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
+for file in README; do
+  iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
+  mv -f "${file}_" "$file"
+done
+
 
-%check || :
+%check
 make test
 
 
@@ -58,6 +64,12 @@
 
 
 %changelog
+* Thu Oct 25 2007 Robin Norwood <rnorwood at redhat.com> - 0.81-3
+- fix various issues from package review:
+- remove || : from %%check
+- remove tabs and fix spacing
+- fix encoding for README file
+
 * Wed Oct 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 0.81-2.2
 - add BR: perl(Test::More)
 




More information about the fedora-extras-commits mailing list