forked from pool/perl-Number-Compare
- update to 0.02
- apply warning-related fix - https://rt.cpan.org/Public/Bug/Display.html?id=58466 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Compare?expand=0&rev=10
This commit is contained in:
parent
d849459fa1
commit
4f2c1d67ca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32b5b0a73b54bbd8fbaadffb0e5a8532bc4da18a934b949e1cc68dae162d49ef
|
||||
size 2123
|
3
Number-Compare-0.02.tar.gz
Normal file
3
Number-Compare-0.02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a95c0f6a161975c0ebc1714f8305bf3395856f6c232d6bed1dd14e915791acb
|
||||
size 2821
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: perl-Number-Compare
|
||||
Version: 0.01
|
||||
Version: 0.02
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
%define cpan_name Number-Compare
|
||||
@ -26,10 +26,10 @@ Summary: numeric comparisons
|
||||
Url: http://search.cpan.org/dist/Number-Compare/
|
||||
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
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -48,11 +48,11 @@ http://physics.nist.gov/cuu/Units/binary.html
|
||||
%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
|
||||
@ -60,7 +60,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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user