This commit is contained in:
Tom Callaway 2014-06-26 16:33:58 -04:00
parent 97b083ed8b
commit 8ca76de12c
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
ExtUtils-PkgConfig-1.12.tar.gz
/ExtUtils-PkgConfig-1.15.tar.gz

View File

@ -1,16 +1,13 @@
Name: perl-ExtUtils-PkgConfig
Version: 1.14
Release: 2%{?dist}
Version: 1.15
Release: 1%{?dist}
Summary: Simplistic interface to pkg-config
Group: Development/Libraries
License: LGPLv2+
URL: http://search.cpan.org/dist/ExtUtils-PkgConfig/
Source0: http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-PkgConfig-%{version}.tar.gz
# Allow empty cflags, CPAN RT#84026
Patch0: ExtUtils-PkgConfig-1.12-Empty-cflags-are-valid-cflags.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: pkgconfig
BuildRequires: perl(ExtUtils::MakeMaker)
@ -30,7 +27,6 @@ that you would've written yourself.
%prep
%setup -q -n ExtUtils-PkgConfig-%{version}
%patch0 -p1
%build
@ -62,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jun 26 2014 Tom Callaway <spot@fedoraproject.org> - 1.15-1
- update to 1.15
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
@ -145,7 +144,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-3
- Dist tag.
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.07-2
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.07-2
- rebuilt
* Tue Feb 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.07-1

View File

@ -1 +1 @@
80003c7a6a214e7712fbd9f9d9abe93a ExtUtils-PkgConfig-1.14.tar.gz
1872e659cf2bb0b2471d75fce735e622 ExtUtils-PkgConfig-1.15.tar.gz