Compare commits

...

No commits in common. "imports/c8-beta/perl-Compress-Raw-Zlib-2.081-1.el8" and "c8-stream-5.3" have entirely different histories.

3 changed files with 64 additions and 10 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/Compress-Raw-Zlib-2.081.tar.gz SOURCES/Compress-Raw-Zlib-2.093.tar.gz

View File

@ -1 +1 @@
f3b8cf395f0271037cf9a70e4ff127ff53a6b635 SOURCES/Compress-Raw-Zlib-2.081.tar.gz 0d7249d47eb64c65dd64007a39bce30bf4bb256d SOURCES/Compress-Raw-Zlib-2.093.tar.gz

View File

@ -6,7 +6,7 @@
%endif %endif
Name: perl-Compress-Raw-Zlib Name: perl-Compress-Raw-Zlib
Version: 2.081 Version: 2.093
Release: 1%{?dist} Release: 1%{?dist}
Summary: Low-level interface to the zlib compression library Summary: Low-level interface to the zlib compression library
# Zlib.xs: (GPL+ or Artistic) and zlib # Zlib.xs: (GPL+ or Artistic) and zlib
@ -14,17 +14,16 @@ Summary: Low-level interface to the zlib compression library
## Not used to produce binary packages ## Not used to produce binary packages
# zlib-src: zlib # zlib-src: zlib
License: (GPL+ or Artistic) and zlib License: (GPL+ or Artistic) and zlib
Group: Development/Libraries URL: https://metacpan.org/release/Compress-Raw-Zlib
URL: http://search.cpan.org/dist/Compress-Raw-Zlib/ Source0: https://cpan.metacpan.org/modules/by-module/Compress/Compress-Raw-Zlib-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
# Module Build # Module Build
BuildRequires: coreutils BuildRequires: coreutils
BuildRequires: findutils BuildRequires: findutils
BuildRequires: gcc BuildRequires: gcc
BuildRequires: make BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-devel BuildRequires: perl-devel
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(Config) BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::Constant) BuildRequires: perl(ExtUtils::Constant)
BuildRequires: perl(ExtUtils::Install) BuildRequires: perl(ExtUtils::Install)
@ -49,9 +48,13 @@ BuildRequires: perl(threads::shared)
%if %{with perl_Compress_Raw_Zlib_enables_optional_test} %if %{with perl_Compress_Raw_Zlib_enables_optional_test}
# Optional Tests # Optional Tests
BuildRequires: perl(File::Temp) BuildRequires: perl(File::Temp)
BuildRequires: perl(lib)
BuildRequires: perl(overload) BuildRequires: perl(overload)
# Dual-lived module needs rebuilding early in the boot process # Dual-lived module needs rebuilding early in the boot process
%if !%{defined perl_bootstrap} %if !%{defined perl_bootstrap}
BuildRequires: perl(Test::CPAN::Meta)
BuildRequires: perl(Test::CPAN::Meta::JSON)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod) >= 1.00
%endif %endif
@ -79,11 +82,11 @@ BUILD_ZLIB=False
ZLIB_LIB=%{_libdir} ZLIB_LIB=%{_libdir}
ZLIB_INCLUDE=%{_includedir} ZLIB_INCLUDE=%{_includedir}
export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
make %{?_smp_mflags} %{make_build}
%install %install
make pure_install DESTDIR=%{buildroot} %{make_install}
find %{buildroot} -type f -name '*.bs' -empty -delete find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} -c %{buildroot} %{_fixperms} -c %{buildroot}
@ -97,6 +100,57 @@ make test COMPRESS_ZLIB_RUN_MOST=1
%{_mandir}/man3/Compress::Raw::Zlib.3* %{_mandir}/man3/Compress::Raw::Zlib.3*
%changelog %changelog
* Sun Dec 8 2019 Paul Howarth <paul@city-fan.org> - 2.093-1
- 2.093 bump
* Thu Dec 05 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.092-1
- 2.092 bump
* Sun Nov 24 2019 Paul Howarth <paul@city-fan.org> - 2.091-1
- 2.091 bump
* Sun Nov 10 2019 Paul Howarth <paul@city-fan.org> - 2.090-1
- 2.090 bump
* Sun Nov 3 2019 Paul Howarth <paul@city-fan.org> - 2.089-1
- 2.089 bump
* Sun Nov 3 2019 Paul Howarth <paul@city-fan.org> - 2.088-1
- 2.088 bump
* Mon Aug 12 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.087-1
- 2.087 bump
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.086-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.086-3
- Perl 5.30 re-rebuild of bootstrapped packages
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.086-2
- Perl 5.30 rebuild
* Mon Apr 01 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.086-1
- 2.086 bump
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.084-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Jan 07 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.084-1
- 2.084 bump
* Wed Jan 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.083-1
- 2.083 bump
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.081-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.081-3
- Perl 5.28 re-rebuild of bootstrapped packages
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.081-2
- Perl 5.28 rebuild
* Mon Apr 09 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.081-1 * Mon Apr 09 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.081-1
- 2.081 bump - 2.081 bump