new package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Serializer?expand=0&rev=1
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
Data-Serializer-0.49.tar.gz
Normal file
3
Data-Serializer-0.49.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79863107726ab1e01c5de1bc1b81d2e2933c2e0c572391ca0c9ccccf00193e16
|
||||
size 28958
|
6
perl-Data-Serializer.changes
Normal file
6
perl-Data-Serializer.changes
Normal file
@@ -0,0 +1,6 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 00:54:45 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- added perl-macros
|
||||
o autogen filelist with perl_gen_filelist
|
||||
|
148
perl-Data-Serializer.spec
Normal file
148
perl-Data-Serializer.spec
Normal file
@@ -0,0 +1,148 @@
|
||||
#
|
||||
# spec file for package perl-Data-Serializer
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
#Distribution: %dist
|
||||
#Packager: %packager
|
||||
#Vendor: %vendor
|
||||
|
||||
Name: perl-Data-Serializer
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
Summary: Modules that serialize data structures
|
||||
Version: 0.49
|
||||
Release: 1
|
||||
License: GPL/artistic
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://www.cpan.org
|
||||
Source0: %{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Data::Dumper) >= 2.08
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(MIME::Base64)
|
||||
BuildRequires: perl(Storable)
|
||||
# other not perl || perl-base
|
||||
BuildRequires: perl(Compress::Zlib)
|
||||
BuildRequires: perl(Config::General)
|
||||
BuildRequires: perl(Crypt::CBC)
|
||||
BuildRequires: perl(Crypt::Blowfish)
|
||||
BuildRequires: perl(Data::Denter)
|
||||
BuildRequires: perl(Data::Taxi)
|
||||
BuildRequires: perl(Digest::SHA)
|
||||
BuildRequires: perl(Digest::SHA1)
|
||||
BuildRequires: perl(FreezeThaw)
|
||||
BuildRequires: perl(JSON)
|
||||
BuildRequires: perl(JSON::XS)
|
||||
BuildRequires: perl(JSON::Syck)
|
||||
BuildRequires: perl(PHP::Serialization)
|
||||
BuildRequires: perl(XML::Simple)
|
||||
BuildRequires: perl(XML::Dumper)
|
||||
BuildRequires: perl(YAML)
|
||||
BuildRequires: perl(YAML::Syck)
|
||||
|
||||
# Compress::PPMd not available for 64bit
|
||||
#%ifarch ix86
|
||||
#BuildRequires: perl(Compress::PPMd)
|
||||
#Requires: perl(Compress::PPMd)
|
||||
#%endif
|
||||
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: perl(AutoLoader)
|
||||
Requires: perl(Exporter)
|
||||
Requires: perl(Data::Dumper) >= 2.08
|
||||
Requires: perl(IO::File)
|
||||
Requires: perl(MIME::Base64)
|
||||
Requires: perl(Storable)
|
||||
# other not perl || perl-base
|
||||
Requires: perl(Compress::Zlib)
|
||||
Requires: perl(Config::General)
|
||||
Requires: perl(Crypt::CBC)
|
||||
Requires: perl(Crypt::Blowfish)
|
||||
Requires: perl(Data::Denter)
|
||||
Requires: perl(Data::Taxi)
|
||||
Requires: perl(Digest::SHA)
|
||||
Requires: perl(Digest::SHA1)
|
||||
Requires: perl(FreezeThaw)
|
||||
Requires: perl(JSON)
|
||||
Requires: perl(JSON::XS)
|
||||
Requires: perl(JSON::Syck)
|
||||
Requires: perl(PHP::Serialization)
|
||||
Requires: perl(XML::Simple)
|
||||
Requires: perl(XML::Dumper)
|
||||
Requires: perl(YAML)
|
||||
Requires: perl(YAML::Syck)
|
||||
|
||||
#----------------------------------------------------------------------------------
|
||||
%description
|
||||
#----------------------------------------------------------------------------------
|
||||
%{cpan_name} module for perl
|
||||
|
||||
Provides a unified interface to the various serializing modules
|
||||
currently available. Adds the functionality of both compression and
|
||||
encryption.
|
||||
|
||||
Author: Neil Neely <neil (at) neely.cx>
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
#----------------------------------------------------------------------------------
|
||||
%prep
|
||||
#----------------------------------------------------------------------------------
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
#----------------------------------------------------------------------------------
|
||||
%build
|
||||
#----------------------------------------------------------------------------------
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Build.PL --prefix $RPM_BUILD_ROOT/usr --installdirs vendor
|
||||
./Build
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
#----------------------------------------------------------------------------------
|
||||
%install
|
||||
#----------------------------------------------------------------------------------
|
||||
./Build install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
#----------------------------------------------------------------------------------
|
||||
%clean
|
||||
#----------------------------------------------------------------------------------
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
#----------------------------------------------------------------------------------
|
||||
%files -f %{name}.files
|
||||
#----------------------------------------------------------------------------------
|
||||
%defattr(-,root,root)
|
||||
%doc Changes INSTALL README
|
||||
|
||||
#----------------------------------------------------------------------------------
|
||||
%changelog
|
||||
#----------------------------------------------------------------------------------
|
||||
* Mon Aug 25 2008 - rpm@scorpio-it.net - 0.48
|
||||
- initial Package
|
Reference in New Issue
Block a user