forked from pool/perl-Data-Perl
		
	Accepting request 766611 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/766611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Data-Perl?expand=0&rev=2
This commit is contained in:
		| @@ -1,3 +0,0 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:b62b2225870c2c3b16fb78c429f8729ddb8ed0e342f4209ec3c261b764c36f8b | ||||
| size 23155 | ||||
							
								
								
									
										3
									
								
								Data-Perl-0.002011.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Data-Perl-0.002011.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:8d34dbe314cfa2d99bd9aae546bbde94c38bb05b74b07c89bde1673a6f6c55f4 | ||||
| size 23235 | ||||
							
								
								
									
										28
									
								
								cpanspec.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								cpanspec.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| --- | ||||
| #description_paragraphs: 3 | ||||
| #description: |- | ||||
| #  override description from CPAN | ||||
| #summary: override summary from CPAN | ||||
| #no_testing: broken upstream | ||||
| #sources: | ||||
| #  - source1 | ||||
| #  - source2 | ||||
| #patches: | ||||
| #  foo.patch: -p1 | ||||
| #  bar.patch: | ||||
| #preamble: |- | ||||
| # BuildRequires:  gcc-c++ | ||||
| #post_prep: |- | ||||
| # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'` | ||||
| # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL  | ||||
| #post_build: |- | ||||
| # rm unused.files | ||||
| #post_install: |- | ||||
| # sed on %{name}.files | ||||
| #license: SUSE-NonFree | ||||
| #skip_noarch: 1 | ||||
| #custom_build: |- | ||||
| #./Build build flags=%{?_smp_mflags} --myflag | ||||
| #custom_test: |- | ||||
| #startserver && make test | ||||
| #ignore_requires: Bizarre::Module | ||||
| @@ -1,3 +1,17 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Thu Jan 23 03:07:07 UTC 2020 -  <timueller+perl@suse.de> | ||||
|  | ||||
| - updated to 0.002011 | ||||
|    see /usr/share/doc/packages/perl-Data-Perl/Changes | ||||
|  | ||||
|   0.002011  2020-01-22 13:33:30+00:00 Europe/London | ||||
|     - pod cleanups | ||||
|     - update Changes file which was missed out in last release | ||||
|    | ||||
|   0.002010  2020-01-22 13:28:03+00:00 Europe/London | ||||
|     - adds head and tail methods for Array | ||||
|     - @tobyink is now maintainer | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Mon Sep 15 12:56:30 UTC 2014 - coolo@suse.com | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # | ||||
| # spec file for package perl-Data-Perl | ||||
| # | ||||
| # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. | ||||
| # Copyright (c) 2020 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 | ||||
| @@ -12,19 +12,20 @@ | ||||
| # 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/ | ||||
| # Please submit bugfixes or comments via https://bugs.opensuse.org/ | ||||
| # | ||||
|  | ||||
|  | ||||
| Name:           perl-Data-Perl | ||||
| Version:        0.002009 | ||||
| Version:        0.002011 | ||||
| Release:        0 | ||||
| %define cpan_name Data-Perl | ||||
| Summary:        Base classes wrapping fundamental Perl data types. | ||||
| License:        Artistic-1.0 or GPL-1.0+ | ||||
| Summary:        Base classes wrapping fundamental Perl data types | ||||
| License:        Artistic-1.0 OR GPL-1.0-or-later | ||||
| Group:          Development/Libraries/Perl | ||||
| Url:            http://search.cpan.org/dist/Data-Perl/ | ||||
| Source:         http://www.cpan.org/authors/id/M/MA/MATTP/%{cpan_name}-%{version}.tar.gz | ||||
| Url:            https://metacpan.org/release/%{cpan_name} | ||||
| Source0:        https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz | ||||
| Source1:        cpanspec.yml | ||||
| BuildArch:      noarch | ||||
| BuildRoot:      %{_tmppath}/%{name}-%{version}-build | ||||
| BuildRequires:  perl | ||||
| @@ -55,29 +56,29 @@ input. | ||||
|  | ||||
| Data::Perl is a container class for the following classes: | ||||
|  | ||||
| * * the Data::Perl::Collection::Hash manpage | ||||
| * * Data::Perl::Collection::Hash | ||||
|  | ||||
| * * the Data::Perl::Collection::Array manpage | ||||
| * * Data::Perl::Collection::Array | ||||
|  | ||||
| * * the Data::Perl::String manpage | ||||
| * * Data::Perl::String | ||||
|  | ||||
| * * the Data::Perl::Number manpage | ||||
| * * Data::Perl::Number | ||||
|  | ||||
| * * the Data::Perl::Counter manpage | ||||
| * * Data::Perl::Counter | ||||
|  | ||||
| * * the Data::Perl::Bool manpage | ||||
| * * Data::Perl::Bool | ||||
|  | ||||
| * * the Data::Perl::Code manpage | ||||
| * * Data::Perl::Code | ||||
|  | ||||
| %prep | ||||
| %setup -q -n %{cpan_name}-%{version} | ||||
|  | ||||
| %build | ||||
| %{__perl} Makefile.PL INSTALLDIRS=vendor | ||||
| %{__make} %{?_smp_mflags} | ||||
| perl Makefile.PL INSTALLDIRS=vendor | ||||
| make %{?_smp_mflags} | ||||
|  | ||||
| %check | ||||
| %{__make} test | ||||
| make test | ||||
|  | ||||
| %install | ||||
| %perl_make_install | ||||
| @@ -86,6 +87,7 @@ Data::Perl is a container class for the following classes: | ||||
|  | ||||
| %files -f %{name}.files | ||||
| %defattr(-,root,root,755) | ||||
| %doc Changes LICENSE README README.mkdn | ||||
| %doc Changes README.mkdn | ||||
| %license LICENSE | ||||
|  | ||||
| %changelog | ||||
|   | ||||
		Reference in New Issue
	
	Block a user