forked from pool/perl-Compress-Raw-Zlib
Accepting request 125942 from home:computersalat:devel:perl
update to 2.054 OBS-URL: https://build.opensuse.org/request/show/125942 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Compress-Raw-Zlib?expand=0&rev=26
This commit is contained in:
committed by
Git OBS Bridge
parent
9e0b89e760
commit
6abd0b4aa2
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4272cc2981845cfaebea256761c034cac0af410f4734a8c51ded5b912f6bfb9a
|
||||
size 225047
|
||||
3
Compress-Raw-Zlib-2.054.tar.gz
Normal file
3
Compress-Raw-Zlib-2.054.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa29dde87b9f8ed5a9902b96dac42258a5f8ad72a0b4a136bfb5d2723a8f39ed
|
||||
size 224909
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 09:09:29 UTC 2012 - chris@computersalat.de
|
||||
|
||||
- update to 2.054
|
||||
* Build issue on Win32
|
||||
[#77030]
|
||||
- 2.053 6 May 2012
|
||||
* Include zlib 1.2.7 source.
|
||||
- 2.052 29 April 2012
|
||||
* Fixed build issue when Perl is built with C++
|
||||
- 2.051 20 February 2012
|
||||
* Bug in Compress::Raw::Zlib on Windows
|
||||
[#75222]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 22 02:36:17 UTC 2012 - vcizek@suse.com
|
||||
|
||||
|
||||
@@ -16,51 +16,45 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_with pod
|
||||
|
||||
Name: perl-Compress-Raw-Zlib
|
||||
Version: 2.050
|
||||
Release: 0
|
||||
License: Zlib and (GPL-1.0+ or Artistic-1.0)
|
||||
%define cpan_name Compress-Raw-Zlib
|
||||
%define cpan_name Compress-Raw-Zlib
|
||||
Summary: Perl interface to the zlib compression library
|
||||
Url: http://cpan.org/modules/by-module/Compress/
|
||||
License: Zlib and (GPL-1.0+ or Artistic-1.0)
|
||||
Group: Development/Libraries/Perl
|
||||
Version: 2.054
|
||||
Release: 0
|
||||
Url: http://cpan.org/modules/by-module/Compress/
|
||||
Source: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl-macros
|
||||
Provides: %{cpan_name}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
%if 0%{?with pod}
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
%endif
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
||||
%{cpan_name} module for perl
|
||||
|
||||
This module provides a Perl interface to the zlib compression library.
|
||||
The _Compress::Raw::Zlib_ module provides a Perl interface to the _zlib_
|
||||
compression library (see the /AUTHOR manpage for details about where to get
|
||||
_zlib_).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" perl Makefile.PL
|
||||
make
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make test
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes README
|
||||
|
||||
%post
|
||||
## This will only have an effect if you run rpm -i --force,
|
||||
## as /usr/share/man/man3/Compress::Raw::Zlib.3pm.gz
|
||||
@@ -72,4 +66,11 @@ if [ -f %{perl_archlib}/Compress/Raw/Zlib.pm ]; then
|
||||
%{perl_archlib}/Compress/Raw/Zlib.old.pm
|
||||
fi
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user