forked from pool/perl-boolean
- updated to 0.30
- Fix https://rt.cpan.org/Public/Bug/Display.html?id=84398 - Support JSON and JSON::XS. dankogai-san++ OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-boolean?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
f491490a1d
commit
2f94dfbdde
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cde27c2eff1302738fd6061ffd1a4ac71b24f4944374fcc92f1b7550223453e
|
||||
size 31810
|
||||
3
boolean-0.30.tar.gz
Normal file
3
boolean-0.30.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f46e7a6121d5728ef2ce285a82d1dde94f6dfa0b846a612db75b1dcd37b9fc7f
|
||||
size 33231
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 08:36:19 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.30
|
||||
- Fix https://rt.cpan.org/Public/Bug/Display.html?id=84398
|
||||
- Support JSON and JSON::XS. dankogai-san++
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 09:11:27 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-boolean
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@@ -16,20 +16,28 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-boolean
|
||||
Version: 0.28
|
||||
Release: 1
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Version: 0.30
|
||||
Release: 0
|
||||
%define cpan_name boolean
|
||||
Summary: Boolean support for Perl
|
||||
Url: http://search.cpan.org/dist/boolean/
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/boolean/
|
||||
Source: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
#BuildRequires: perl(boolean)
|
||||
#BuildRequires: perl(inc::Module::Package)
|
||||
#BuildRequires: perl(JSON)
|
||||
#BuildRequires: perl(LWP::Simple)
|
||||
#BuildRequires: perl(Module::Build)
|
||||
#BuildRequires: perl(Module::Install::Base)
|
||||
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||
#BuildRequires: perl(Readonly)
|
||||
#BuildRequires: perl(YAML::Tiny)
|
||||
Recommends: perl(Readonly)
|
||||
%{perl_requires}
|
||||
|
||||
@@ -66,9 +74,6 @@ objects: 'true' and 'false'.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
|
||||
Reference in New Issue
Block a user