Accepting request 81969 from devel:languages:perl

- update to 0.02
        - apply warning-related fix -
          https://rt.cpan.org/Public/Bug/Display.html?id=58466

OBS-URL: https://build.opensuse.org/request/show/81969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Number-Compare?expand=0&rev=3
This commit is contained in:
Sascha Peilicke 2011-09-13 10:38:05 +00:00 committed by Git OBS Bridge
commit 0af74bed89
4 changed files with 17 additions and 10 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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)