Compare commits

...

No commits in common. 'c9' and 'c8-stream-5.30' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/Archive-Zip-1.68.tar.gz SOURCES/Archive-Zip-1.67.tar.gz

@ -1 +1 @@
71faba3b05942c94959aba50a2471f08e3b7b202 SOURCES/Archive-Zip-1.68.tar.gz 50955cbeb51c2ee8587b1350ee20b4a5f4619079 SOURCES/Archive-Zip-1.67.tar.gz

@ -1,6 +1,6 @@
Name: perl-Archive-Zip Name: perl-Archive-Zip
Version: 1.68 Version: 1.67
Release: 6%{?dist} Release: 1%{?dist}
Summary: Perl library for accessing Zip archives Summary: Perl library for accessing Zip archives
# lib/Archive/Zip/Member.pm: (GPL+ or Artistic) and BSD # lib/Archive/Zip/Member.pm: (GPL+ or Artistic) and BSD
# (The _mapPermissionsToUnix() comments are # (The _mapPermissionsToUnix() comments are
@ -43,6 +43,7 @@ BuildRequires: perl(vars)
BuildRequires: perl(File::Spec::Unix) BuildRequires: perl(File::Spec::Unix)
# IO::Scalar not used # IO::Scalar not used
BuildRequires: perl(lib) BuildRequires: perl(lib)
BuildRequires: perl(Test::MockModule)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(utf8) BuildRequires: perl(utf8)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
@ -73,17 +74,21 @@ for F in examples/*.pl; do
perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})" perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
done done
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%{make_build} make %{?_smp_mflags}
%install %install
%{make_install} make pure_install DESTDIR=$RPM_BUILD_ROOT
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
make test make test
%files %files
%doc Changes examples/ %doc Changes examples/
%{_bindir}/crc32 %{_bindir}/crc32
@ -92,29 +97,6 @@ make test
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.68-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.68-5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.68-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* 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 * Mon Oct 07 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.67-1
- 1.67 bump - 1.67 bump

Loading…
Cancel
Save