rpms/perl-libwww-perl/devel perl-libwww-perl.spec,1.21,1.22

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Fri Oct 26 19:51:52 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-libwww-perl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4128

Modified Files:
	perl-libwww-perl.spec 
Log Message:
various fixes from package review.


Index: perl-libwww-perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-libwww-perl/devel/perl-libwww-perl.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- perl-libwww-perl.spec	15 Aug 2007 03:07:34 -0000	1.21
+++ perl-libwww-perl.spec	26 Oct 2007 19:51:17 -0000	1.22
@@ -1,6 +1,6 @@
 Name:           perl-libwww-perl
 Version:        5.808
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A Perl interface to the World-Wide Web
 
 Group:          Development/Libraries
@@ -13,11 +13,10 @@
 # previous versions just skipped all the tests, I don't feel so bad
 # about being lazy and skipping these instead of figuring out why they
 # fail in mock and not on my box.
-Patch0:		perl-libwww-perl-5.808-skip-message-tests.patch
+Patch0:         perl-libwww-perl-5.808-skip-message-tests.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
 BuildRequires:  perl(HTML::Entities), perl(URI), perl(Test::More), perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Compress::Zlib)
@@ -75,9 +74,10 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-file=$RPM_BUILD_ROOT%{_mandir}/man3/LWP.3pm
-iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
-mv -f "${file}_" "$file"
+for file in $RPM_BUILD_ROOT%{_mandir}/man3/LWP.3pm AUTHORS README Changes; do
+  iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
+  mv -f "${file}_" "$file"
+done
 
 %check
 make test
@@ -105,6 +105,13 @@
 
 
 %changelog
+* Fri Oct 26 2007 Robin Norwood <rnorwood at redhat.com> - 5.808-4
+- Fix various issues from package review:
+- Fix tabs and spacing
+- Remove unneeded BR: perl
+- convert non-utf-8 files to utf-8
+- Resolves: bz#226268
+
 * Tue Aug 14 2007 Robin Norwood <rnorwood at redhat.com> - 5.808-3
 - Make provides script filter out only the unversioned HTTP::Headers.
 




More information about the fedora-extras-commits mailing list