fix broken provides filter script.
This commit is contained in:
parent
ad54cf25b7
commit
e7858bb515
@ -1,6 +1,6 @@
|
|||||||
Name: perl-libwww-perl
|
Name: perl-libwww-perl
|
||||||
Version: 5.808
|
Version: 5.808
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
@ -44,7 +44,7 @@ help you implement simple HTTP servers.
|
|||||||
cat << \EOF > %{name}-prov
|
cat << \EOF > %{name}-prov
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
%{__perl_provides} $* |\
|
%{__perl_provides} $* |\
|
||||||
sed -e '/perl(HTTP::Headers)/d'
|
sed -e '/perl(HTTP::Headers)$/d'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%define __perl_provides %{_builddir}/libwww-perl-%{version}/%{name}-prov
|
%define __perl_provides %{_builddir}/libwww-perl-%{version}/%{name}-prov
|
||||||
@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 14 2007 Robin Norwood <rnorwood@redhat.com> - 5.808-3
|
||||||
|
- Make provides script filter out only the unversioned HTTP::Headers.
|
||||||
|
|
||||||
* Tue Aug 14 2007 Robin Norwood <rnorwood@redhat.com> - 5.808-2
|
* Tue Aug 14 2007 Robin Norwood <rnorwood@redhat.com> - 5.808-2
|
||||||
- Disable some of the tests, with a long explanation.
|
- Disable some of the tests, with a long explanation.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user