forked from pool/perl-Data-Integer
Accepting request 297351 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/297351 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Integer?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
8940fa89eb
commit
720c70c65b
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Integer (Version 0.004)
|
||||
# spec file for package perl-Data-Integer
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@@ -15,36 +15,24 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Data-Integer
|
||||
Version: 0.004
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.005
|
||||
Release: 0
|
||||
%define cpan_name Data-Integer
|
||||
Summary: details of the native integer data type
|
||||
Url: http://search.cpan.org/dist/Data-Integer/
|
||||
Summary: Details of the Native Integer Data Type
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/Data-Integer/
|
||||
Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(integer)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(parent)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(warnings)
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(constant)
|
||||
Requires: perl(Exporter)
|
||||
Requires: perl(integer)
|
||||
Requires: perl(parent)
|
||||
Requires: perl(strict)
|
||||
Requires: perl(warnings)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -70,9 +58,6 @@ Both are handled by this module.
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
Reference in New Issue
Block a user