rpms/perl-Math-Symbolic/F-7 perl-Math-Symbolic.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas pertusus at fedoraproject.org
Fri Feb 22 22:50:41 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/perl-Math-Symbolic/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28237/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Math-Symbolic.spec 
Log Message:
sync with devel


--- NEW FILE perl-Math-Symbolic.spec ---
Name:           perl-Math-Symbolic
Version:        0.510
Release:        1%{?dist}
Summary:        Symbolic calculations
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Math-Symbolic/
Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/Math-Symbolic-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Parse::RecDescent)
BuildRequires:  perl(Test::Pod) >= 1.0
BuildRequires:  perl(Test::Pod::Coverage) >= 1.0
BuildRequires:  perl(Test::Distribution)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Memoize)
BuildRequires:  perl(Data::Dumper)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Math::Symbolic is intended to offer symbolic calculation capabilities to
the Perl programmer without using external (and commercial) libraries
and/or applications.

%prep
%setup -q -n Math-Symbolic-%{version}
for file in Changes README `find lib -name '*.pm'`; do
  iconv -flatin1 -tutf8 < $file > $file.utf8
  touch -r $file $file.utf8
  mv $file.utf8 $file
done

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

rm -rf __dist_examples
mkdir __dist_examples
cp -a examples __dist_examples
chmod a-x __dist_examples/examples/*


%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README TODO Yapp.yp __dist_examples/examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Feb 20 2008 Patrice Dumas <pertusus at free.fr> 0.510-1
- Specfile mostly autogenerated by cpanspec 1.74.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Symbolic/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Feb 2008 21:29:56 -0000	1.1
+++ .cvsignore	22 Feb 2008 22:50:07 -0000	1.2
@@ -0,0 +1 @@
+Math-Symbolic-0.510.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Symbolic/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Feb 2008 21:29:56 -0000	1.1
+++ sources	22 Feb 2008 22:50:07 -0000	1.2
@@ -0,0 +1 @@
+87cb7c3e76227238a583c313226dd53e  Math-Symbolic-0.510.tar.gz




More information about the Fedora-perl-devel-list mailing list