- adjust filtering so we don't drop the versioned perl(JSON:PP) prov
This commit is contained in:
parent
04fda2f651
commit
11bc7aa43b
@ -1,6 +1,6 @@
|
||||
Name: perl-JSON
|
||||
Version: 2.15
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Parse and convert to JSON (JavaScript Object Notation)
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -29,7 +29,7 @@ Requires: perl(HTTP::Daemon)
|
||||
|
||||
# use the whole kit-n-kaboodle, as perl_default_filter isn't in F-11
|
||||
%{?filter_setup: %{expand:
|
||||
%filter_from_provides /perl(JSON::PP)/d
|
||||
%filter_from_provides /^perl(JSON::PP)$/d
|
||||
%filter_provides_in %{perl_vendorarch}/.*\\.so$
|
||||
%filter_provides_in -P %{perl_archlib}/(?!CORE/libperl).*\\.so$
|
||||
%filter_provides_in %{_docdir}
|
||||
@ -76,6 +76,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 02 2009 Chris Weyl <cweyl@alumni.drew.edu> 2.15-5
|
||||
- adjust filtering so we don't drop the versioned perl(JSON:PP) prov
|
||||
|
||||
* Tue Sep 01 2009 Chris Weyl <cweyl@alumni.drew.edu> 2.15-4
|
||||
- bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user