Stephan Kulow
2013-12-17 06:06:36 +00:00
committed by Git OBS Bridge
parent 5f666b952a
commit f87e160af0
3 changed files with 25 additions and 16 deletions

View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 17 06:06:25 UTC 2013 - coolo@suse.com
- updated to 0.30
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 29 05:23:57 UTC 2011 - coolo@opensuse.org Fri Apr 29 05:23:57 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Math-BigInt-FastCalc (Version 0.28) # spec file for package perl-Math-BigInt-FastCalc
# #
# 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,22 +15,32 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-Math-BigInt-FastCalc Name: perl-Math-BigInt-FastCalc
Version: 0.28 Version: 0.30
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Math-BigInt-FastCalc %define cpan_name Math-BigInt-FastCalc
Summary: Math::BigInt::Calc with some XS for more speed Summary: Math::BigInt::Calc with some XS for more speed
Url: http://search.cpan.org/dist/Math-BigInt-FastCalc/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Math-BigInt-FastCalc/
Source: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/authors/id/P/PJ/PJACKLAM/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Math::BigInt) >= 1.993 BuildRequires: perl(Math::BigInt) >= 1.997
BuildRequires: perl(Math::BigInt::Calc) >= 1.993 BuildRequires: perl(Math::BigInt::Calc) >= 1.997
Requires: perl(Math::BigInt) >= 1.993 #BuildRequires: perl(inc::Module::Install)
Requires: perl(Math::BigInt::Calc) >= 1.993 #BuildRequires: perl(JSON)
#BuildRequires: perl(LWP::Simple)
#BuildRequires: perl(Math::BigInt::FastCalc)
#BuildRequires: perl(Module::Build)
#BuildRequires: perl(Module::Install::Base)
#BuildRequires: perl(Module::Signature)
#BuildRequires: perl(Parse::CPAN::Meta)
#BuildRequires: perl(YAML::Tiny)
Requires: perl(Math::BigInt) >= 1.997
Requires: perl(Math::BigInt::Calc) >= 1.997
%{perl_requires} %{perl_requires}
%description %description
@@ -63,9 +73,6 @@ loaded automatically, if possible.
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc CHANGES CREDITS README TODO %doc CHANGES CREDITS README TODO