8
0
Stephan Kulow
2012-01-13 10:28:13 +00:00
committed by Git OBS Bridge
parent 687de1b9cb
commit 1996ef7a0b

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Data-Page
%define cpan_name Data-Page
Summary: Help when paging through sets of results
Version: 2.02
Release: 1
License: GPL+ or Artistic
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Version: 2.02
Release: 0
Url: http://search.cpan.org/dist/Data-Page/
#Source: http://www.cpan.org/modules/by-module/Data/Data-Page-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Source: http://www.cpan.org/modules/by-module/Data/Data-Page-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(Class::Accessor::Chained::Fast)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More)
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
first and last entries on the current page really are.
Authors:
--------
James Laver
%prep
%setup -q -n %{cpan_name}-%{version}