|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-autobox
|
|
|
|
|
Version: 2.84
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.85
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Call methods on native types
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/C/CH/CHOCOLATE/autobox-%{version}
|
|
|
|
|
# Build:
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
@ -55,7 +56,7 @@ make %{?_smp_mflags}
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
find %{buildroot} -type f -name '*.bs' -empty -delete
|
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
%{_fixperms} -c %{buildroot}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
@ -69,6 +70,10 @@ make test
|
|
|
|
|
%{_mandir}/man3/autobox.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 28 2017 Paul Howarth <paul@city-fan.org> - 2.85-1
|
|
|
|
|
- Update to 2.85
|
|
|
|
|
- Fix failing test under 5.25.10 with -Ddefault_inc_excludes_dot
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.84-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|