Author: sergiopr
Update of /cvs/nonfree/rpms/perl-PGPLOT/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30137/EL-6
Modified Files:
.cvsignore sources
Added Files:
perl-PGPLOT.spec
Log Message:
Import into EL-6
--- NEW FILE perl-PGPLOT.spec ---
Name: perl-PGPLOT
Version: 2.21
Release: 2%{?dist}
Summary: Perl extension for using the pgplot library
License: GPL+ or Artistic
URL:
http://search.cpan.org/dist/PGPLOT/
Source0:
http://search.cpan.org/CPAN/authors/id/K/KG/KGB/PGPLOT-%{version}.tar.gz
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::F77)
BuildRequires: pgplot-devel
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
%description
Allow subroutines in the PGPLOT graphics library to be called from Perl.
%prep
%setup -q -n PGPLOT-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
%install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
#%check
#works locally
#make test
%files
%doc CHANGES HELP LICENSE README
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto/
%{_mandir}/man3/*
%changelog
* Wed Sep 11 2013 Sergio Pascual <sergiopr(a)fis.ucm.es> - 2.21-2
- Removed patch
- Added buildrequires perl(ExtUtils::F77)
* Tue Sep 10 2013 Sergio Pascual <sergiopr(a)fis.ucm.es> - 2.21-1
- Initial spec
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/perl-PGPLOT/EL-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 13 Sep 2013 19:17:10 -0000 1.1
+++ .cvsignore 16 Oct 2013 08:45:05 -0000 1.2
@@ -0,0 +1 @@
+PGPLOT-2.21.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/perl-PGPLOT/EL-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Sep 2013 19:17:10 -0000 1.1
+++ sources 16 Oct 2013 08:45:05 -0000 1.2
@@ -0,0 +1 @@
+836d8eb09bfcadd5d4edf668a551f17a PGPLOT-2.21.tar.gz