- update to 5.814
- remove patch, now we have all upstream tests on
This commit is contained in:
parent
8b82db1a51
commit
51d961bc31
@ -1 +1 @@
|
|||||||
libwww-perl-5.808.tar.gz
|
libwww-perl-5.814.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-libwww-perl
|
Name: perl-libwww-perl
|
||||||
Version: 5.808
|
Version: 5.814
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Perl interface to the World-Wide Web
|
Summary: A Perl interface to the World-Wide Web
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -13,7 +13,7 @@ Source0: http://www.cpan.org/authors/id/G/GA/GAAS/libwww-perl-%{version}.
|
|||||||
# previous versions just skipped all the tests, I don't feel so bad
|
# 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
|
# about being lazy and skipping these instead of figuring out why they
|
||||||
# fail in mock and not on my box.
|
# fail in mock and not on my box.
|
||||||
Patch0: perl-libwww-perl-5.808-skip-message-tests.patch
|
Patch1: perl-libwww-perl-5.808-skip-message-tests.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -35,7 +35,7 @@ help you implement simple HTTP servers.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libwww-perl-%{version}
|
%setup -q -n libwww-perl-%{version}
|
||||||
%patch0 -p1
|
##%patch1 -p1
|
||||||
|
|
||||||
# Install the aliases by default
|
# Install the aliases by default
|
||||||
%{__perl} -pi -e 's|my \$default = "n";|my \$default = "y";|' Makefile.PL
|
%{__perl} -pi -e 's|my \$default = "n";|my \$default = "y";|' Makefile.PL
|
||||||
@ -114,6 +114,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 18 2008 Marcela Maslanova <mmaslano@redhat.com> 5.814-1
|
||||||
|
- update to 5.814
|
||||||
|
- remove patch, now we have all upstream tests on
|
||||||
|
|
||||||
* Fri Mar 7 2008 Ville Skyttä <ville.skytta at iki.fi> - 5.808-7
|
* Fri Mar 7 2008 Ville Skyttä <ville.skytta at iki.fi> - 5.808-7
|
||||||
- Use system /etc/mime.types instead of an outdated private copy.
|
- Use system /etc/mime.types instead of an outdated private copy.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user