Compare commits
No commits in common. "c8-stream-5.3" and "c8-stream-5.32" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Archive-Zip-1.67.tar.gz
|
||||
SOURCES/Archive-Zip-1.68.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
50955cbeb51c2ee8587b1350ee20b4a5f4619079 SOURCES/Archive-Zip-1.67.tar.gz
|
||||
71faba3b05942c94959aba50a2471f08e3b7b202 SOURCES/Archive-Zip-1.68.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Archive-Zip
|
||||
Version: 1.67
|
||||
Release: 1%{?dist}
|
||||
Version: 1.68
|
||||
Release: 3%{?dist}
|
||||
Summary: Perl library for accessing Zip archives
|
||||
# lib/Archive/Zip/Member.pm: (GPL+ or Artistic) and BSD
|
||||
# (The _mapPermissionsToUnix() comments are
|
||||
@ -43,7 +43,6 @@ BuildRequires: perl(vars)
|
||||
BuildRequires: perl(File::Spec::Unix)
|
||||
# IO::Scalar not used
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::MockModule)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(warnings)
|
||||
@ -74,21 +73,17 @@ for F in examples/*.pl; do
|
||||
perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
|
||||
done
|
||||
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
|
||||
%files
|
||||
%doc Changes examples/
|
||||
%{_bindir}/crc32
|
||||
@ -97,6 +92,19 @@ make test
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2020 Petr Pisar <ppisar@redhat.com> - 1.68-3
|
||||
- Remove an unused build-time dependency on Test::MockModule
|
||||
|
||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.68-2
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
* Fri Mar 13 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.68-1
|
||||
- 1.68 bump
|
||||
- Use make_* macros
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.67-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Oct 07 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.67-1
|
||||
- 1.67 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user