Accepting request 295855 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/295855 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Serializer?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
7910b874f7
commit
5bab0b85d8
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Serializer
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,68 +15,42 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Data-Serializer
|
||||
Version: 0.57
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.60
|
||||
Release: 0
|
||||
%define cpan_name Data-Serializer
|
||||
Summary: Modules that serialize data structures
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Data-Serializer/
|
||||
#Source: http://www.cpan.org/authors/id/N/NE/NEELY/Data-Serializer-0.57.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Source: http://www.cpan.org/authors/id/N/NE/NEELY/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(Bencode)
|
||||
#BuildRequires: perl(Compress::PPMd)
|
||||
BuildRequires: perl(Config::General)
|
||||
BuildRequires: perl(Convert::Bencode)
|
||||
BuildRequires: perl(Convert::Bencode_XS)
|
||||
BuildRequires: perl(Crypt::Blowfish)
|
||||
BuildRequires: perl(Crypt::CBC)
|
||||
BuildRequires: perl(Data::Denter)
|
||||
BuildRequires: perl(Data::Dumper) >= 2.08
|
||||
BuildRequires: perl(Data::Taxi)
|
||||
BuildRequires: perl(Digest::SHA)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(FreezeThaw)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(JSON)
|
||||
BuildRequires: perl(JSON::Syck)
|
||||
BuildRequires: perl(JSON::XS)
|
||||
BuildRequires: perl(PHP::Serialization)
|
||||
BuildRequires: perl(XML::Dumper)
|
||||
BuildRequires: perl(XML::Simple)
|
||||
BuildRequires: perl(YAML)
|
||||
BuildRequires: perl(YAML::Syck)
|
||||
Requires: perl(AutoLoader)
|
||||
Requires: perl(Bencode)
|
||||
#Requires: perl(Compress::PPMd)
|
||||
Requires: perl(Config::General)
|
||||
Requires: perl(Convert::Bencode)
|
||||
Requires: perl(Convert::Bencode_XS)
|
||||
Requires: perl(Crypt::Blowfish)
|
||||
Requires: perl(Crypt::CBC)
|
||||
Requires: perl(Data::Denter)
|
||||
Requires: perl(Data::Dumper) >= 2.08
|
||||
Requires: perl(Data::Taxi)
|
||||
BuildRequires: perl(Module::Build) >= 0.35
|
||||
Requires: perl(Digest::SHA)
|
||||
Requires: perl(Exporter)
|
||||
Requires: perl(FreezeThaw)
|
||||
Requires: perl(IO::File)
|
||||
Requires: perl(JSON)
|
||||
Requires: perl(JSON::Syck)
|
||||
Requires: perl(JSON::XS)
|
||||
Requires: perl(PHP::Serialization)
|
||||
Requires: perl(XML::Dumper)
|
||||
Requires: perl(XML::Simple)
|
||||
Requires: perl(YAML)
|
||||
Requires: perl(YAML::Syck)
|
||||
Recommends: perl(Bencode)
|
||||
Recommends: perl(Compress::PPMd)
|
||||
Recommends: perl(Compress::Zlib)
|
||||
Recommends: perl(Config::General)
|
||||
Recommends: perl(Convert::Bencode)
|
||||
Recommends: perl(Convert::Bencode_XS)
|
||||
Recommends: perl(Crypt::Blowfish)
|
||||
Recommends: perl(Crypt::CBC)
|
||||
Recommends: perl(Data::Denter)
|
||||
Recommends: perl(Data::Taxi)
|
||||
Recommends: perl(FreezeThaw)
|
||||
Recommends: perl(JSON)
|
||||
Recommends: perl(JSON::Syck)
|
||||
Recommends: perl(JSON::XS)
|
||||
Recommends: perl(PHP::Serialization)
|
||||
Recommends: perl(XML::Dumper)
|
||||
Recommends: perl(XML::Simple)
|
||||
Recommends: perl(YAML)
|
||||
Recommends: perl(YAML::Syck)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -91,6 +65,7 @@ Data::Serializer(3) manpage.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
@@ -103,11 +78,8 @@ Data::Serializer(3) manpage.
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%doc Changes examples README
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples README xt
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user