Replace glibc-headers as a glibc-headers with gcc
This commit is contained in:
parent
7a736b84e9
commit
f1b81723e7
@ -1,13 +1,13 @@
|
||||
Name: perl-Config-AutoConf
|
||||
Version: 0.311
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: A module to implement some of AutoConf macros in pure Perl
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Config-AutoConf/
|
||||
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/Config-AutoConf-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: glibc-headers
|
||||
# Build
|
||||
BuildRequires: gcc
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
@ -29,7 +29,6 @@ BuildRequires: perl(ExtUtils::CBuilder)
|
||||
# Unused BuildRequires: perl(IO::String)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
Requires: glibc-headers
|
||||
|
||||
%description
|
||||
This module simulates some of the tasks autoconf macros do. To detect
|
||||
@ -55,6 +54,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sun Mar 20 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 0.311-5
|
||||
- Replace glibc-headers as a glibc-headers with gcc (#1230486)
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.311-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user