forked from pool/perl-MooseX-Types-Perl
Accepting request 105673 from devel:languages:perl
- updated to 0.101341 * forbid non-ASCII in pkg, dist, module OBS-URL: https://build.opensuse.org/request/show/105673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MooseX-Types-Perl?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b845679d4871ef0a19a084211db7711f96bd6df07a1feb6881f4a770f565d449
|
||||
size 10954
|
3
MooseX-Types-Perl-0.101341.tar.gz
Normal file
3
MooseX-Types-Perl-0.101341.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1081a734d62121f3262b18170022de2f51ebcc0a8b8afe1b1273d7cb3e58c97
|
||||
size 11482
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 11:22:35 UTC 2012 - coolo@suse.com
|
||||
|
||||
- updated to 0.101341
|
||||
* forbid non-ASCII in pkg, dist, module
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 17 16:17:35 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@@ -15,28 +15,30 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-MooseX-Types-Perl
|
||||
Version: 0.101340
|
||||
Version: 0.101341
|
||||
Release: 0
|
||||
%define cpan_name MooseX-Types-Perl
|
||||
Summary: Moose types that check against Perl syntax
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/MooseX-Types-Perl/
|
||||
#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-Types-Perl-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(MooseX::Types)
|
||||
BuildRequires: perl(MooseX::Types::Moose)
|
||||
BuildRequires: perl(Params::Util)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(version) >= 0.82
|
||||
#BuildRequires: perl(MooseX::Types::Perl)
|
||||
Requires: perl(MooseX::Types)
|
||||
Requires: perl(MooseX::Types::Moose)
|
||||
Requires: perl(Params::Util)
|
||||
Requires: perl(version) >= 0.82
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -58,11 +60,8 @@ against syntax that is, or is a reasonable subset of, Perl syntax.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%doc Changes dist.ini LICENSE README
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user