forked from pool/perl-Compress-Raw-Zlib
unlink
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Compress-Raw-Zlib?expand=0&rev=2
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
||||
3
Compress-Raw-Zlib-2.006.tar.bz2
Normal file
3
Compress-Raw-Zlib-2.006.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29ef339e24d499c61ba7fda0d4c67709b0c1ccbadd23541908b4abf53fafecb7
|
||||
size 173317
|
||||
25
perl-Compress-Raw-Zlib.changes
Normal file
25
perl-Compress-Raw-Zlib.changes
Normal file
@@ -0,0 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 09:33:35 CEST 2007 - anicka@suse.cz
|
||||
|
||||
- update to 2.006
|
||||
* Makefile.PL: Added INSTALLDIRS directive to install as a core
|
||||
module when built on a perl >= 5.9.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 08:34:48 CEST 2007 - anicka@suse.cz
|
||||
|
||||
- update to 2.005
|
||||
* Only include ppport.h when not being built with perl.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 7 10:47:51 CET 2007 - anicka@suse.cz
|
||||
|
||||
- update to 2.004
|
||||
* Fixed lvalue substr issue
|
||||
* Remove redundant code from Zlib.xs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 13:23:39 CET 2007 - anicka@suse.cz
|
||||
|
||||
- package created (initial version 2.003)
|
||||
|
||||
74
perl-Compress-Raw-Zlib.spec
Normal file
74
perl-Compress-Raw-Zlib.spec
Normal file
@@ -0,0 +1,74 @@
|
||||
#
|
||||
# spec file for package perl-Compress-Raw-Zlib (Version 2.006)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-Compress-Raw-Zlib
|
||||
Url: http://cpan.org/modules/by-module/Compress/
|
||||
License: Artistic License
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Summary: Perl interface to the zlib compression library
|
||||
Version: 2.006
|
||||
Release: 1
|
||||
Source: Compress-Raw-Zlib-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This module provides a Perl interface to the zlib compression library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Paul Marquess <Paul.Marquess@btinternet.com>
|
||||
|
||||
%prep
|
||||
%setup -q -n Compress-Raw-Zlib-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make
|
||||
make test
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_process_packlist
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc MANIFEST README
|
||||
%{_mandir}/man?/*
|
||||
%dir %{perl_vendorarch}/Compress/Raw
|
||||
%dir %{perl_vendorarch}/Compress
|
||||
%dir %{perl_vendorarch}/auto/Compress
|
||||
%dir %{perl_vendorarch}/auto/Compress/Raw
|
||||
%dir %{perl_vendorarch}/auto/Compress/Raw/Zlib
|
||||
%{perl_vendorarch}/Compress/Raw/Zlib.pm
|
||||
%{perl_vendorarch}/auto/Compress/Raw/Zlib/Zlib.bs
|
||||
%{perl_vendorarch}/auto/Compress/Raw/Zlib/Zlib.so
|
||||
%{perl_vendorarch}/auto/Compress/Raw/Zlib/autosplit.ix
|
||||
%{perl_vendorarch}/auto/Compress/Raw/Zlib/.packlist
|
||||
/var/adm/perl-modules/perl-Compress-Raw-Zlib
|
||||
%changelog
|
||||
* Mon Oct 08 2007 - anicka@suse.cz
|
||||
- update to 2.006
|
||||
* Makefile.PL: Added INSTALLDIRS directive to install as a core
|
||||
module when built on a perl >= 5.9.
|
||||
* Tue Jul 03 2007 - anicka@suse.cz
|
||||
- update to 2.005
|
||||
* Only include ppport.h when not being built with perl.
|
||||
* Wed Mar 07 2007 - anicka@suse.cz
|
||||
- update to 2.004
|
||||
* Fixed lvalue substr issue
|
||||
* Remove redundant code from Zlib.xs
|
||||
* Mon Feb 26 2007 - anicka@suse.cz
|
||||
- package created (initial version 2.003)
|
||||
Reference in New Issue
Block a user