|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-AppConfig
|
|
|
|
|
Version: 1.66
|
|
|
|
|
Release: 13%{?dist}
|
|
|
|
|
Release: 14%{?dist}
|
|
|
|
|
Summary: Perl module for reading configuration files
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -24,10 +24,13 @@ develop the functionality of this package and its features will
|
|
|
|
|
automatically become available through AppConfig.
|
|
|
|
|
|
|
|
|
|
# filter out the unversioned provide AppConfig::State from Getopt.pm:
|
|
|
|
|
# RPM 4.8 style
|
|
|
|
|
%{?filter_setup:
|
|
|
|
|
%filter_from_provides /^perl(AppConfig::State)$/d
|
|
|
|
|
%?perl_default_filter
|
|
|
|
|
}
|
|
|
|
|
# RPM 4.9 style
|
|
|
|
|
%global __provides_exclude %{?__provides_exclude:__provides_exclude|}^perl\\(AppConfig::State\\)$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
@ -63,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 22 2011 Petr Pisar <ppisar@redhat.com> - 1.66-14
|
|
|
|
|
- RPM 4.9 dependency filtering added
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.66-13
|
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
|
|
|
|
|