rpms/perl-ExtUtils-F77/FC-6 perl-ExtUtils-F77.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Thu Aug 2 15:19:20 UTC 2007


Author: orion

Update of /cvs/pkgs/rpms/perl-ExtUtils-F77/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19686/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	perl-ExtUtils-F77.spec 
Log Message:
Initial import


--- NEW FILE perl-ExtUtils-F77.spec ---
Name:           perl-ExtUtils-F77
Version:        1.16
Release:        2%{?dist}
Summary:        Simple interface to F77 libs
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/ExtUtils-F77/
Source0:        http://www.cpan.org/authors/id/K/KG/KGB/ExtUtils-F77-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  gcc-gfortran
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module tries to figure out how to link C programs with Fortran
subroutines on your system. Basically one must add a list of Fortran
runtime libraries. The problem is their location and name varies with each
OS/compiler combination!

%prep
%setup -q -n ExtUtils-F77-%{version}
rm ._F77.pm

%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/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES COPYING README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Aug  1 2007 Orion Poplawski 1.16-2
- Add BR: gcc-gfortran

* Tue Jul 31 2007 Orion Poplawski 1.16-1
- Specfile autogenerated by cpanspec 1.73.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ExtUtils-F77/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Aug 2007 02:06:00 -0000	1.1
+++ .cvsignore	2 Aug 2007 15:18:48 -0000	1.2
@@ -0,0 +1 @@
+ExtUtils-F77-1.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ExtUtils-F77/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Aug 2007 02:06:00 -0000	1.1
+++ sources	2 Aug 2007 15:18:48 -0000	1.2
@@ -0,0 +1 @@
+af925e7e8a2876a5fd9b6c4660e37664  ExtUtils-F77-1.16.tar.gz




More information about the fedora-extras-commits mailing list