rpms/perl-Astro-FITS-CFITSIO/EL-5 perl-Astro-FITS-CFITSIO.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 17:30:26 UTC 2007


Author: orion

Update of /cvs/pkgs/rpms/perl-Astro-FITS-CFITSIO/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16154/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Astro-FITS-CFITSIO.spec 
Log Message:
Initial import


--- NEW FILE perl-Astro-FITS-CFITSIO.spec ---
Name:           perl-Astro-FITS-CFITSIO
Version:        1.05
Release:        1%{?dist}
Summary:        Perl extension for using the cfitsio library
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Astro-FITS-CFITSIO/
Source0:        http://www.cpan.org/authors/id/P/PR/PRATZLAFF/Astro-FITS-CFITSIO-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  cfitsio-devel
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Perl interface to William Pence's cfitsio subroutine library. For more
information on cfitsio, see http://heasarc.gsfc.nasa.gov/fitsio.

%prep
%setup -q -n Astro-FITS-CFITSIO-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS -I%{_includedir}/cfitsio"
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 -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
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc announce ChangeLog LICENSE NOTES README TODO examples
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Astro*
%{_mandir}/man3/*

%changelog
* Tue Jul 31 2007 Orion Poplawski 1.05-1
- Specfile autogenerated by cpanspec 1.73.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Astro-FITS-CFITSIO/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Aug 2007 16:47:48 -0000	1.1
+++ .cvsignore	2 Aug 2007 17:29:53 -0000	1.2
@@ -0,0 +1 @@
+Astro-FITS-CFITSIO-1.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Astro-FITS-CFITSIO/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Aug 2007 16:47:48 -0000	1.1
+++ sources	2 Aug 2007 17:29:53 -0000	1.2
@@ -0,0 +1 @@
+6b9e0b765f332b124ccd918ac1763cef  Astro-FITS-CFITSIO-1.05.tar.gz




More information about the fedora-extras-commits mailing list