forked from pool/perl-Number-Compare
Compare commits
10 Commits
47f13a4c04
...
d5dc63b67c
Author | SHA256 | Date | |
---|---|---|---|
d5dc63b67c | |||
|
f11e5c8821 | ||
|
d018465e3a | ||
|
57ea31f590 | ||
|
47fe29d48f | ||
|
0af74bed89 | ||
|
4f2c1d67ca | ||
|
0fb9db266b | ||
|
d849459fa1 | ||
|
3b3eaec4ec |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32b5b0a73b54bbd8fbaadffb0e5a8532bc4da18a934b949e1cc68dae162d49ef
|
||||
size 2123
|
BIN
Number-Compare-0.03.tar.gz
(Stored with Git LFS)
Normal file
BIN
Number-Compare-0.03.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 11:16:37 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- use https urls
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 12:49:59 UTC 2011 - vcizek@suse.com
|
||||
|
||||
- update to 0.03
|
||||
Generate a new tarball on linux. Doing the C<make dist> on OSX
|
||||
generated a tarball that upset dumb tars
|
||||
tar: Ignoring unknown extended header keyword `SCHILY.dev'
|
||||
tar: Ignoring unknown extended header keyword `SCHILY.ino'
|
||||
tar: Ignoring unknown extended header keyword `SCHILY.nlink'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 08:13:22 UTC 2011 - vcizek@suse.com
|
||||
|
||||
- update to 0.02
|
||||
- apply warning-related fix -
|
||||
https://rt.cpan.org/Public/Bug/Display.html?id=58466
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 11 05:05:40 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Number-Compare (Version 0.01)
|
||||
# spec file for package perl-Number-Compare
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,22 +12,23 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Number-Compare
|
||||
Version: 0.01
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.03
|
||||
Release: 0
|
||||
%define cpan_name Number-Compare
|
||||
Summary: numeric comparisons
|
||||
Url: http://search.cpan.org/dist/Number-Compare/
|
||||
Summary: Numeric comparisons
|
||||
License: GPL-1.0-or-later OR Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
URL: https://search.cpan.org/dist/Number-Compare/
|
||||
Source: https://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -40,17 +41,17 @@ magnitudes.
|
||||
The target value may use magnitudes of kilobytes ('k', 'ki'), megabytes
|
||||
('m', 'mi'), or gigabytes ('g', 'gi'). Those suffixed with an 'i' use the
|
||||
appropriate 2**n version in accordance with the IEC standard:
|
||||
http://physics.nist.gov/cuu/Units/binary.html
|
||||
https://physics.nist.gov/cuu/Units/binary.html
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -58,7 +59,7 @@ http://physics.nist.gov/cuu/Units/binary.html
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
|
Reference in New Issue
Block a user