Hello community,

here is the log from the commit of package perl-Number-Compare for 
openSUSE:Factory
checked in at Wed May 25 10:08:33 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Number-Compare/perl-Number-Compare.changes    
    2011-05-11 07:07:01.000000000 +0200
@@ -0,0 +1,30 @@
+-------------------------------------------------------------------
+Wed May 11 05:05:40 UTC 2011 - [email protected]
+
+- regenerate with cpanspec
+
+-------------------------------------------------------------------
+Wed Feb  2 13:41:23 UTC 2011 - [email protected]
+
+- bzipped source tarball 
+
+-------------------------------------------------------------------
+Tue Nov 30 19:20:36 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:30:48 UTC 2010 - [email protected]
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Tue Oct 19 08:38:53 UTC 2010 - [email protected]
+
+- add perl as explicit buildrequire
+
+-------------------------------------------------------------------
+Sun Jun  8 00:00:00 UTC 2008 - [email protected]
+
+- first release 0.01
+

calling whatdependson for head-i586


New:
----
  Number-Compare-0.01.tar.gz
  perl-Number-Compare.changes
  perl-Number-Compare.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Number-Compare.spec ++++++
#
# spec file for package perl-Number-Compare
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name:           perl-Number-Compare
Version:        0.01
Release:        1
License:        GPL+ or Artistic
%define cpan_name Number-Compare
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
%{perl_requires}

%description
Number::Compare compiles a simple comparison to an anonymous subroutine,
which you can call with a value to be tested again.

Now this would be very pointless, if Number::Compare didn't understand
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

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to