File perl-ExtUtils-F77.spec of Package perl-ExtUtils-F77

#
# spec file for package perl-ExtUtils-F77 (Version 1.16)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name:           perl-ExtUtils-F77
BuildRequires:  gcc-fortran gmp-devel
Version:        1.16
Release:        1
Requires:       perl = %{perl_version}
Autoreqprov:    on
Group:          Development/Libraries/Perl
License:        Artistic License
URL:            http://cpan.org/modules/by-module/ExtUtils/
Summary:        Simple interface to F77 libs
Source:         ExtUtils-F77-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%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!



Authors:
--------
    Karl Glazebrook <kgb@aaoepp.aao.GOV.AU>

%prep
%setup -q -n ExtUtils-F77-%{version}

%build
perl Makefile.PL
make

%check
make test

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc COPYING CHANGES README 
%doc %{_mandir}/man?/*
%{perl_vendorarch}/auto/ExtUtils
%{perl_vendorlib}/ExtUtils
/var/adm/perl-modules/%{name}

%changelog
* Mon Jun 11 2007 - anicka@suse.cz
- update to 1.16
  * Added new config entry for Darwin/OSX (using gcc 4.0 and g77,
  gfortran or g95)
  * Added new entry for gfortran under Linux
  * Works fine under g77 on intel Mac OS X.
- remove our gfortran patch, fixed in upstream
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 14 2006 - kukuk@suse.de
- Add gmp-devel to nfb
* Fri Jan 13 2006 - anicka@suse.cz
- update to 1.15
* Mon Apr 18 2005 - mjancar@suse.de
- fix for gcc 4.0
* Sun Jan 11 2004 - adrian@suse.de
- build as user
* Fri Aug 22 2003 - mjancar@suse.cz
- require the perl version we build with
* Tue Jul 15 2003 - mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Wed Jun 18 2003 - mjancar@suse.cz
- fix filelist
* Tue May 20 2003 - mjancar@suse.cz
- remove unpackaged files
* Tue Jul 02 2002 - mls@suse.de
- remove race in .packlist generation
* Wed Jan 16 2002 - rvasice@suse.cz
- initial package release (version 1.14)
openSUSE Build Service is sponsored by