perl-Bio-ASN1-EntrezGene/perl-Bio-ASN1-EntrezGene.spec

Name: perl-Bio-ASN1-EntrezGene
Summary: Perl module that implements a Parser for NCBI Entrez Gene
Version: 1.72
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/
Description: perl-Bio-ASN1-EntrezGene is a Perl module that implements regular expression-based Perl Parser for NCBI Entrez Gene.

CentOS 7 x86_64

The build was succesful. The following RPMs were generated:

Build Status

CentOS 6 x86_64

The build was succesful. The following RPMs were generated:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag
# Upstream: Mingyi Liu <mingyiliu$yahoo,com>

%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)

%define real_name Bio-ASN1-EntrezGene
%define real_version 1.72

Summary: Perl module that implements a Parser for NCBI Entrez Gene
Name: perl-Bio-ASN1-EntrezGene
Version: 1.72
Release: 1%{?dist}
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/

Source: http://www.cpan.org/modules/by-module/Bio/Bio-ASN1-EntrezGene-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)

%description
perl-Bio-ASN1-EntrezGene is a Perl module that implements regular
expression-based Perl Parser for NCBI Entrez Gene. 

%prep
%setup -n %{real_name}-%{real_version}

%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install

### Clean up buildroot
find %{buildroot} -name .packlist -exec %{__rm} {} \;

### Clean up docs
find examples/ -type f -exec %{__chmod} a-x {} \;

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc Changes MANIFEST README.md examples/
%doc %{_mandir}/man3/*.3pm*
%dir %{perl_vendorlib}/Bio/
%dir %{perl_vendorlib}/Bio/ASN1/
%{perl_vendorlib}/Bio/ASN1/EntrezGene/
%{perl_vendorlib}/Bio/ASN1/EntrezGene.pm
%{perl_vendorlib}/Bio/ASN1/Sequence/
%{perl_vendorlib}/Bio/ASN1/Sequence.pm

%changelog
* Thu Sep 22 2016 Dries Verachtert <dries.verachtert@dries.eu> - 1.72-1
- Updated to release 1.72.

* Sun Nov 18 2007 Dag Wieers <dag@wieers.com> - 1.091-1
- Updated to release 1.091.

* Sat Oct 06 2007 Dag Wieers <dag@wieers.com> - 1.09-1
- Initial package. (using DAR)