Name: perl-Number-Compare
Summary: Numeric comparisons
Version: 0.03
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Number-Compare/
Description: This module contains functions for numeric comparisons.
The build was succesful. The following RPMs were generated:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Richard Clamp <richardc$unixbeard,net> ### EL6 ships with perl-Number-Compare-0.01-13.el6 %{?el6:# Tag: rfx} %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name Number-Compare Summary: Numeric comparisons Name: perl-Number-Compare Version: 0.03 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/Number-Compare/ Source: http://www.cpan.org/modules/by-module/Number/Number-Compare-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) %description This module contains functions for numeric comparisons. %prep %setup -n %{real_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes MANIFEST MANIFEST.SKIP %doc %{_mandir}/man3/Number::Compare.3pm* %dir %{perl_vendorlib}/Number/ #%{perl_vendorlib}/Number/Compare/ %{perl_vendorlib}/Number/Compare.pm %changelog * Wed Feb 17 2016 Dries Verachtert <dries.verachtert@dries.eu> - 0.03-1 - Updated to release 0.03. * Fri Dec 10 2004 Dries Verachtert <dries@ulyssis.org> - 0.01-1 - Initial package.