Compare commits
No commits in common. "c8-stream-5.32" and "c8-stream-5.3" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Scalar-List-Utils-1.55.tar.gz
|
||||
SOURCES/Scalar-List-Utils-1.53.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
9132741bf31bf7b3fd7658021275f2d49b9fdf89 SOURCES/Scalar-List-Utils-1.55.tar.gz
|
||||
30b5861121ee98b8691b0b742011a91bfbdcde66 SOURCES/Scalar-List-Utils-1.53.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-Scalar-List-Utils
|
||||
Epoch: 4
|
||||
Version: 1.55
|
||||
Release: 457%{?dist}
|
||||
Epoch: 3
|
||||
Version: 1.53
|
||||
Release: 439%{?dist}
|
||||
Summary: A selection of general-utility scalar and list subroutines
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Scalar-List-Utils
|
||||
@ -55,11 +55,11 @@ that being individual extensions would be wasteful.
|
||||
%setup -q -n Scalar-List-Utils-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name '*.bs' -size 0 -delete
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
@ -75,29 +75,6 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4:1.55-457
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4:1.55-456
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4:1.55-456
|
||||
- Increase epoch to favour standalone package
|
||||
|
||||
* Thu Apr 16 2020 Jan Pazdziora <jpazdziora@redhat.com> - 3:1.55-441
|
||||
- 1823191 - Rebase to upstream version 1.55.
|
||||
|
||||
* Thu Feb 06 2020 Tom Stellard <tstellar@redhat.com> - 3:1.54-441
|
||||
- Spec file cleanups: Use make_build and make_install macros
|
||||
- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
|
||||
- https://fedoraproject.org/wiki/Perl/Tips#ExtUtils::MakeMaker
|
||||
|
||||
* Mon Feb 03 2020 Jan Pazdziora <jpazdziora@redhat.com> - 3:1.54-440
|
||||
- 1797333 - Rebase to upstream version 1.54.
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.53-440
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Oct 25 2019 Jan Pazdziora <jpazdziora@redhat.com> - 3:1.53-439
|
||||
- 1765091 - Rebase to upstream version 1.53.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user