rpms/perl-Bio-ASN1-EntrezGene/FC-6 perl-Bio-ASN1-EntrezGene.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Mon Apr 2 22:45:06 UTC 2007


Author: alexlan

Update of /cvs/extras/rpms/perl-Bio-ASN1-EntrezGene/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1233/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Bio-ASN1-EntrezGene.spec 
Log Message:
auto-import perl-Bio-ASN1-EntrezGene-1.091-2 on branch FC-6 from perl-Bio-ASN1-EntrezGene-1.091-2.src.rpm


--- NEW FILE perl-Bio-ASN1-EntrezGene.spec ---
Name:           perl-Bio-ASN1-EntrezGene
Version:        1.091
Release:        2%{?dist}
Summary:        Regular expression-based Perl Parser for NCBI Entrez Gene
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Bio-ASN1-EntrezGene/
Source0:        http://www.cpan.org/modules/by-module/Bio/Bio-ASN1-EntrezGene-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI
Entrez Gene genome databases
(http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene). It parses an ASN.1-
formatted Entrez Gene record and returns a data structure that contains all
data items from the gene record.

%prep
%setup -q -n Bio-ASN1-EntrezGene-1.09

# remove all execute bits from the doc stuff
# so that dependency generator doesn't try to fulfill deps
find examples -type f -exec chmod -x {} 2>/dev/null ';'

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

## disable tests because of circular BuildRequires with bioperl
%check
%{?_with_check:make test || :}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc examples
%doc Changes README README.1st
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Apr 02 2007 Alex Lancaster <alexl at users.sourceforge.net> 1.091-2
- Include the "examples" subdirectory as documentation as per comments
  from Chris Weyl.  Strip executable bits from these scripts.

* Fri Mar 23 2007 Alex Lancaster <alexl at users.sourceforge.net> 1.091-1
- Disable tests because of circular BuildRequires with perl-bioperl.
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Bio-ASN1-EntrezGene/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Apr 2007 13:28:48 -0000	1.1
+++ .cvsignore	2 Apr 2007 22:44:33 -0000	1.2
@@ -0,0 +1 @@
+Bio-ASN1-EntrezGene-1.091.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Bio-ASN1-EntrezGene/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Apr 2007 13:28:48 -0000	1.1
+++ sources	2 Apr 2007 22:44:33 -0000	1.2
@@ -0,0 +1 @@
+fabb888e03435007e08050def1aed0ac  Bio-ASN1-EntrezGene-1.091.tgz




More information about the scm-commits mailing list