Replace dependency on glibc-headers with gcc

This commit is contained in:
Jitka Plesnikova 2015-06-23 11:54:31 +02:00
parent 8912b01998
commit 345b913a8a

View File

@ -8,16 +8,20 @@ Name: perl-XML-LibXML
# it might not be needed anymore # it might not be needed anymore
# this module is maintained, the other is not # this module is maintained, the other is not
Version: 2.0121 Version: 2.0121
Release: 4%{?dist} Release: 5%{?dist}
Epoch: 1 Epoch: 1
Summary: Perl interface to the libxml2 library Summary: Perl interface to the libxml2 library
Group: Development/Libraries Group: Development/Libraries
License: (GPL+ or Artistic) and MIT License: (GPL+ or Artistic) and MIT
URL: http://search.cpan.org/dist/XML-LibXML/ URL: http://search.cpan.org/dist/XML-LibXML/
Source0: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: glibc-common BuildRequires: glibc-common
BuildRequires: glibc-headers BuildRequires: gcc
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: make
BuildRequires: sed
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(Config) BuildRequires: perl(Config)
BuildRequires: perl(Cwd) BuildRequires: perl(Cwd)
@ -125,6 +129,9 @@ fi
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Tue Jun 23 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0121-5
- Replace dependency on glibc-headers with gcc (bug #1230489)
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0121-4 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0121-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild