rpms/perl-PDL-Graphics-PLplot/F-10 import.log, NONE, 1.1 perl-PDL-Graphics-PLplot.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski orion at fedoraproject.org
Fri Sep 18 21:43:37 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/perl-PDL-Graphics-PLplot/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3606/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-PDL-Graphics-PLplot.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
perl-PDL-Graphics-PLplot-0_51-3_fc11:F-10:perl-PDL-Graphics-PLplot-0.51-3.fc11.src.rpm:1253310193


--- NEW FILE perl-PDL-Graphics-PLplot.spec ---
Name:           perl-PDL-Graphics-PLplot
Version:        0.51
Release:        3%{?dist}
Summary:        Object-oriented interface from perl/PDL to the PLPLOT plotting library
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/PDL-Graphics-PLplot/
Source0:        http://www.cpan.org/modules/by-module/PDL/PDL-Graphics-PLplot-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(PDL)
BuildRequires:  plplot-devel
Requires:       perl(PDL)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%description
This is the PDL interface to the PLplot graphics library. It is designed
to be simple and light weight with a familiar 'perlish' Object Oriented
interface.

The interface consists of two levels.  A low level interface which maps
closely to the PLplot C interface, and a high level, object-oriented
interface which is easier to use.


%prep
%setup -q -n PDL-Graphics-PLplot-%{version}


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


%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

rm $RPM_BUILD_ROOT%{perl_vendorarch}/auto/PDL/Graphics/PLplot/PLplot.bs


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto/
%{_mandir}/man3/*


%changelog
* Mon Sep 14 2009 Orion Poplawski 0.51-3
- Add BR on perl(Test::More)
- Exclude PLplot.bs

* Thu Sep 10 2009 Orion Poplawski 0.51-2
- Use arch specific dir.

* Thu Sep 10 2009 Orion Poplawski 0.51-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PDL-Graphics-PLplot/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Sep 2009 21:30:58 -0000	1.1
+++ .cvsignore	18 Sep 2009 21:43:37 -0000	1.2
@@ -0,0 +1 @@
+PDL-Graphics-PLplot-0.51.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PDL-Graphics-PLplot/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Sep 2009 21:30:59 -0000	1.1
+++ sources	18 Sep 2009 21:43:37 -0000	1.2
@@ -0,0 +1 @@
+eb4d4e30bad6ce5afa5456fb49afb789  PDL-Graphics-PLplot-0.51.tar.gz




More information about the scm-commits mailing list