forked from pool/perl-Data-Page
This commit is contained in:
committed by
Git OBS Bridge
parent
687de1b9cb
commit
1996ef7a0b
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-Page
|
# spec file for package perl-Data-Page
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 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,26 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Data-Page
|
Name: perl-Data-Page
|
||||||
%define cpan_name Data-Page
|
%define cpan_name Data-Page
|
||||||
Summary: Help when paging through sets of results
|
Summary: Help when paging through sets of results
|
||||||
Version: 2.02
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
Release: 1
|
|
||||||
License: GPL+ or Artistic
|
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Version: 2.02
|
||||||
|
Release: 0
|
||||||
Url: http://search.cpan.org/dist/Data-Page/
|
Url: http://search.cpan.org/dist/Data-Page/
|
||||||
#Source: http://www.cpan.org/modules/by-module/Data/Data-Page-%{version}.tar.gz
|
Source: http://www.cpan.org/modules/by-module/Data/Data-Page-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Module::Build)
|
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Class::Accessor::Chained::Fast)
|
BuildRequires: perl(Class::Accessor::Chained::Fast)
|
||||||
|
BuildRequires: perl(Module::Build)
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
Requires: perl(Class::Accessor::Chained::Fast)
|
Requires: perl(Class::Accessor::Chained::Fast)
|
||||||
@@ -51,10 +47,6 @@ of entries per page, and the current page number. You can then call methods
|
|||||||
to find out how many pages of information there are, and what number the
|
to find out how many pages of information there are, and what number the
|
||||||
first and last entries on the current page really are.
|
first and last entries on the current page really are.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
James Laver
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user