auto-import changelog data from perl-Module-Build-0.26-0.fdr.1.2.src.rpm
0.26-0.fdr.1 - Update to 0.26.
This commit is contained in:
parent
b61bb170cb
commit
90a23e29f2
@ -1 +1 @@
|
|||||||
Module-Build-0.25.tar.gz
|
Module-Build-0.26.tar.gz
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
||||||
|
|
||||||
Name: perl-Module-Build
|
Name: perl-Module-Build
|
||||||
Version: 0.25
|
Version: 0.26
|
||||||
Release: 0.fdr.3.2
|
Release: 0.fdr.1.2
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Perl module for building and installing Perl modules
|
Summary: Perl module for building and installing Perl modules
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
URL: http://search.cpan.org/dist/Module-Build/
|
URL: http://search.cpan.org/dist/Module-Build/
|
||||||
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-0.25.tar.gz
|
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-0.26.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::ParseXS), perl(YAML)
|
BuildRequires: perl(ExtUtils::ParseXS), perl(YAML) >= 0.35, perl(YAML) < 0.49
|
||||||
Requires: perl(ExtUtils::ParseXS), perl(YAML)
|
Requires: perl(ExtUtils::ParseXS), perl(YAML) >= 0.35, perl(YAML) < 0.49
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,11 +48,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
%{_bindir}/config_data
|
||||||
%{perl_vendorlib}/Module
|
%{perl_vendorlib}/Module
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man1/config_data.1*
|
||||||
|
%{_mandir}/man3/Module::Build*.3*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 10 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.26-0.fdr.1
|
||||||
|
- Update to 0.26.
|
||||||
|
|
||||||
* Sat May 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.25-0.fdr.3
|
* Sat May 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.25-0.fdr.3
|
||||||
- Require perl(YAML) and perl(ExtUtils::ParseXS) (bug 1348).
|
- Require perl(YAML) and perl(ExtUtils::ParseXS) (bug 1348).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user