rpms/perl-Math-Round/devel perl-Math-Round.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Jul 3 23:42:48 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Math-Round/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5337/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Math-Round.spec 
Log Message:
auto-import perl-Math-Round-0.05-0.fc5 on branch devel from perl-Math-Round-0.05-0.fc5.src.rpm


--- NEW FILE perl-Math-Round.spec ---
Name:           perl-Math-Round
Version:        0.05 
Release:        0%{?dist}
Summary:        Perl extension for rounding numbers

Group:          Development/Libraries
License:        Artistic or GPL        
URL:            http://search.cpan.org/dist/Math-Round            
Source0: http://search.cpan.org/CPAN/authors/id/G/GR/GROMMEL/Math-Round-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch 
BuildRequires:  perl
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Math::Round supplies functions that will round numbers in different ways. The
functions round and nearest are exported by default; others are available as
described below. "use ... qw(:all)" exports all functions.


%prep
%setup -q -n Math-Round-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Thu Jun 29 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.05-0
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Round/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jul 2006 23:42:39 -0000	1.1
+++ .cvsignore	3 Jul 2006 23:42:47 -0000	1.2
@@ -0,0 +1 @@
+Math-Round-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Round/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jul 2006 23:42:39 -0000	1.1
+++ sources	3 Jul 2006 23:42:47 -0000	1.2
@@ -0,0 +1 @@
+ef35f988b32be4af3b3ccee131ece87f  Math-Round-0.05.tar.gz




More information about the fedora-extras-commits mailing list