RPM 4.9 dependency filtering added
This commit is contained in:
parent
4541ecf8fe
commit
1b044aa9f0
@ -1,7 +1,7 @@
|
||||
Name: perl-CGI
|
||||
Summary: Handle Common Gateway Interface requests and responses
|
||||
Version: 3.51
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI.pm-%{version}.tar.gz
|
||||
@ -31,12 +31,17 @@ with built-in support for mod_perl and mod_perl2 as well as FastCGI.
|
||||
%prep
|
||||
%setup -q -n CGI.pm-%{version}
|
||||
|
||||
# RPM 4.8 style
|
||||
%{?filter_setup:
|
||||
%filter_from_provides /^perl(Fh)$/d
|
||||
%filter_from_provides /^perl(MultipartBuffer)$/d
|
||||
%filter_from_provides /^perl(utf8)$/d
|
||||
%filter_setup
|
||||
}
|
||||
# RPM 4.9 style
|
||||
%global __provides_exclude %{?__provides_exclude:__provides_exclude|}^perl\\(Fh\\)$
|
||||
%global __provides_exclude %__provides_exclude|^perl\\(MultipartBuffer\\)$
|
||||
%global __provides_exclude %__provides_exclude|^perl\\(utf8\\)$
|
||||
|
||||
iconv -f iso8859-1 -t utf-8 < Changes > Changes.1
|
||||
mv Changes.1 Changes
|
||||
@ -67,6 +72,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 22 2011 Petr Pisar <ppisar@redhat.com> - 3.51-4
|
||||
- RPM 4.9 dependency filtering added
|
||||
|
||||
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 3.51-3
|
||||
- Perl mass rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user