8
0

- updated to 0.101622

add a link to an Advent article about Data-Section                                                                                                                                                                                
       update bugtracker, repo, etc.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Section?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2013-07-16 12:15:06 +00:00
committed by Git OBS Bridge
parent a1f85777ef
commit 1d140aae61
4 changed files with 37 additions and 38 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 16 12:10:32 UTC 2013 - coolo@suse.com
- updated to 0.101622
add a link to an Advent article about Data-Section
update bugtracker, repo, etc.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 19 16:12:48 UTC 2011 - coolo@suse.com Sat Nov 19 16:12:48 UTC 2011 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-Section # spec file for package perl-Data-Section
# #
# 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -15,49 +15,48 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: perl-Data-Section Name: perl-Data-Section
Version: 0.101622
Release: 0
%define cpan_name Data-Section %define cpan_name Data-Section
Summary: Read multiple hunks of data out of your DATA section Summary: read multiple hunks of data out of your DATA section
Version: 0.101621 License: Artistic-1.0 or GPL-1.0+
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Section/ Url: http://search.cpan.org/dist/Data-Section/
Source: http://www.cpan.org/modules/by-module/Data/Data-Section-%{version}.tar.gz Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
# workaround for Test::More >= 0.88 (done_testing)
# only needed for suse_version < 1120
Patch0: %{cpan_name}-0.101620-Build_n_Test.patch
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
%if 0%{?suse_version} >= 1120
BuildRequires: perl(Test::More) => 0.88
%endif
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires: perl(MRO::Compat) >= 0.09 BuildRequires: perl(MRO::Compat) >= 0.09
BuildRequires: perl(Sub::Exporter) >= 0.979 BuildRequires: perl(Sub::Exporter) >= 0.979
BuildRequires: perl(Test::More) >= 0.96
#BuildRequires: perl(Child)
#BuildRequires: perl(Data::Section)
#BuildRequires: perl(End)
#BuildRequires: perl(Godfather)
#BuildRequires: perl(Grandchild)
#BuildRequires: perl(Header)
#BuildRequires: perl(I::Child)
#BuildRequires: perl(I::Grandchild)
#BuildRequires: perl(I::Parent)
#BuildRequires: perl(NoData)
#BuildRequires: perl(NoName)
#BuildRequires: perl(Parent)
#BuildRequires: perl(Relaxed)
#BuildRequires: perl(WindowsNewlines)
Requires: perl(MRO::Compat) >= 0.09 Requires: perl(MRO::Compat) >= 0.09
Requires: perl(Sub::Exporter) >= 0.979 Requires: perl(Sub::Exporter) >= 0.979
%{perl_requires}
%description %description
Data::Section provides an easy way to access multiple named chunks of line- Data::Section provides an easy way to access multiple named chunks of
oriented data in your module's DATA section. It was written to allow line-oriented data in your module's DATA section. It was written to allow
modules to store their own templates, but probably has other uses. modules to store their own templates, but probably has other uses.
Authors:
--------
Ricardo SIGNES <rjbs@cpan.org>
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%if 0%{?suse_version} < 1120
%patch0 -p1
%endif
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -68,18 +67,11 @@ Authors:
%install %install
%perl_make_install %perl_make_install
# do not perl_process_packlist (noarch) %perl_process_packlist
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,-) %defattr(-,root,root,755)
%doc Changes dist.ini LICENSE META.json README %doc Changes LICENSE README
%changelog %changelog