Accepting request 295741 from devel:languages:perl:autoupdate

update

OBS-URL: https://build.opensuse.org/request/show/295741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Storage-Format-JSONpm?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2015-04-13 16:37:42 +00:00
committed by Git OBS Bridge
parent 0356f2fe4f
commit 36b5bc3b26
5 changed files with 68 additions and 43 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4aa52ae14c7ac8c0ab8711f2425004e5782062708622d89ca77259ac3c41c3d2
size 9289

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e54f503e3d04d9c296a54b1f08823a771a12255a05d7476d96eb01354525dcf8
size 11043

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebe0407a7eb1870270e0e2579f097dfd7df2aea3307fb71f324fb69e242cc58f
size 13330

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Apr 13 16:13:08 UTC 2015 - coolo@suse.com
- updated to 0.093093
see /usr/share/doc/packages/perl-MooseX-Storage-Format-JSONpm/Changes
0.093093 2013-10-05 09:11:19 America/New_York
update bugtracker and repo
0.093092 2011-10-15 18:15:06 Asia/Tokyo
repackage to add META.yml
-------------------------------------------------------------------
Mon Apr 13 16:13:07 UTC 2015 - coolo@suse.com
- updated to 0.093092
see /usr/share/doc/packages/perl-MooseX-Storage-Format-JSONpm/Changes
0.093092 2011-10-15 18:15:06 Asia/Tokyo
repackage to add META.yml
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 1 13:33:54 UTC 2010 - coolo@novell.com Wed Dec 1 13:33:54 UTC 2010 - coolo@novell.com

View File

@@ -1,59 +1,66 @@
# vim: set sw=4 ts=4 et nu: #
# norootforbuild # spec file for package perl-MooseX-Storage-Format-JSONpm
#
# 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
# 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/
#
Name: perl-MooseX-Storage-Format-JSONpm Name: perl-MooseX-Storage-Format-JSONpm
Version: 0.093091 Version: 0.093093
Release: 0 Release: 0
Summary: Format role for MooseX::Storage using JSON.pm %define cpan_name MooseX-Storage-Format-JSONpm
Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MooseX-Storage-Format-JSONpm-%{version}.tar.gz Summary: a format role for MooseX::Storage using JSON.pm
URL: http://search.cpan.org/dist/MooseX-Storage-Format-JSONpm/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Perl License Url: http://search.cpan.org/dist/MooseX-Storage-Format-JSONpm/
BuildRoot: %{_tmppath}/build-%{name}-%{version} Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
%{perl_requires} BuildArch: noarch
BuildRequires: make perl BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(JSON) >= 2
BuildRequires: perl(Moose) BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Storage)
BuildRequires: perl(MooseX::Role::Parameterized) BuildRequires: perl(MooseX::Role::Parameterized)
BuildRequires: perl(MooseX::Storage)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(namespace::autoclean) BuildRequires: perl(namespace::autoclean)
Requires: perl(Moose) Requires: perl(JSON) >= 2
Requires: perl(MooseX::Storage)
Requires: perl(MooseX::Role::Parameterized) Requires: perl(MooseX::Role::Parameterized)
Requires: perl(MooseX::Storage)
Requires: perl(namespace::autoclean) Requires: perl(namespace::autoclean)
%{perl_requires}
%description %description
A storage backend module for MooseX::Storage that uses JSON.pm to store data a format role for MooseX::Storage using JSON.pm
into the JSON format.
%prep %prep
%setup -q -n "MooseX-Storage-Format-JSONpm-%{version}" %setup -q -n %{cpan_name}-%{version}
%__sed -i '/^auto_install/d' Makefile.PL
%build %build
%__perl Makefile.PL PREFIX="%{_prefix}" %{__perl} Makefile.PL INSTALLDIRS=vendor
%__make %{?jobs:-j%{jobs}} %{__make} %{?_smp_mflags}
%check
%{__make} test
%install %install
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist
%check %files -f %{name}.files
%__make test %defattr(-,root,root,755)
%doc Changes LICENSE README
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
%doc Changes README
%dir %{perl_vendorlib}/MooseX
%dir %{perl_vendorlib}/MooseX/Storage
%dir %{perl_vendorlib}/MooseX/Storage/Format
%{perl_vendorlib}/MooseX/Storage/Format/JSONpm.pm
%dir %{perl_vendorarch}/auto/MooseX
%dir %{perl_vendorarch}/auto/MooseX/Storage
%dir %{perl_vendorarch}/auto/MooseX/Storage/Format
%{perl_vendorarch}/auto/MooseX/Storage/Format/JSONpm
%doc %{perl_man3dir}/MooseX::Storage::Format::JSONpm.%{perl_man3ext}%{ext_man}
%changelog