|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Set-Object
|
|
|
|
|
Version: 1.39
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Version: 1.40
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
Summary: Set of objects and strings
|
|
|
|
|
URL: https://metacpan.org/release/Set-Object
|
|
|
|
@ -37,7 +37,7 @@ BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
|
BuildRequires: perl(threads)
|
|
|
|
|
BuildRequires: perl(threads::shared)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(Scalar::Util)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -51,11 +51,11 @@ anything that is a reference is considered an object.
|
|
|
|
|
%setup -q -n Set-Object-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
%{make_install}
|
|
|
|
|
|
|
|
|
|
# clean up buildroot
|
|
|
|
|
find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
|
|
|
|
@ -72,6 +72,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 03 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.40-1
|
|
|
|
|
- 1.40 bump; Use make_* macros
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.39-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|