rpms/perl-Math-Vec/FC-6 perl-Math-Vec.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Roozbeh Pournader (roozbeh) fedora-extras-commits at redhat.com
Sat May 5 17:16:10 UTC 2007


Author: roozbeh

Update of /cvs/extras/rpms/perl-Math-Vec/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25247

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Math-Vec.spec 
Log Message:
* Fri May 04 2007 Roozbeh Pournader <roozbeh at farsiweb.info> - 0.04-2
- Packaging improvements (use more proper license tag, use tarball
  with preserved timestamp, remove direct BuildRequires on perl, expand
  description, enable pod tests) by Bernard Johnson

* Mon Apr 16 2007 Roozbeh Pournader <roozbeh at farsiweb.info> - 0.04-1
- First package



--- NEW FILE perl-Math-Vec.spec ---
Name:           perl-Math-Vec
Version:        0.04
Release:        2%{?dist}
Summary:        Perl Math::Vec module

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

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

%description
Object-oriented vector math methods in Perl.

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


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
./Build


%install
rm -rf $RPM_BUILD_ROOT
PERL_INSTALL_ROOT=$RPM_BUILD_ROOT ./Build install
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
TEST_POD_COVERAGE=1 TEST_POD=1 ./Build test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Fri May 04 2007 Roozbeh Pournader <roozbeh at farsiweb.info> - 0.04-2
- Packaging improvements (use more proper license tag, use tarball
  with preserved timestamp, remove direct BuildRequires on perl, expand
  description, enable pod tests) by Bernard Johnson

* Mon Apr 16 2007 Roozbeh Pournader <roozbeh at farsiweb.info> - 0.04-1
- First package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Vec/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 May 2007 16:02:25 -0000	1.1
+++ .cvsignore	5 May 2007 17:15:36 -0000	1.2
@@ -0,0 +1 @@
+Math-Vec-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Math-Vec/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 May 2007 16:02:25 -0000	1.1
+++ sources	5 May 2007 17:15:36 -0000	1.2
@@ -0,0 +1 @@
+96877cb54704426ce333b13a8380bfbf  Math-Vec-0.04.tar.gz




More information about the fedora-extras-commits mailing list