rpms/perl-Bio-Graphics/devel import.log, NONE, 1.1 perl-Bio-Graphics-tests.patch, NONE, 1.1 perl-Bio-Graphics.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Alex Lancaster alexlan at fedoraproject.org
Tue Jan 27 02:40:00 UTC 2009


Author: alexlan

Update of /cvs/pkgs/rpms/perl-Bio-Graphics/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13231/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Bio-Graphics-tests.patch 
	perl-Bio-Graphics.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
perl-Bio-Graphics-1_83-2_fc11:HEAD:perl-Bio-Graphics-1.83-2.fc11.src.rpm:1233023947

perl-Bio-Graphics-tests.patch:

--- NEW FILE perl-Bio-Graphics-tests.patch ---
--- t/BioGraphics.t.orig	2009-01-26 01:22:13.000000000 -0700
+++ t/BioGraphics.t	2009-01-26 01:22:21.000000000 -0700
@@ -14,7 +14,7 @@
 
 # for now, the image tests are turned off
 
-use constant IMAGE_TESTS => 1;
+use constant IMAGE_TESTS => 0;
 
 BEGIN { 
   use lib '.';


--- NEW FILE perl-Bio-Graphics.spec ---
Name:           perl-Bio-Graphics
Version:        1.83
Release:        2%{?dist}
Summary:        Generate GD images of Bio::Seq objects
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Bio-Graphics/
Source0:        http://www.cpan.org/authors/id/L/LD/LDS/Bio-Graphics-%{version}.tar.gz
Patch0:         perl-Bio-Graphics-tests.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Bio::Root::Version) >= 1.005009
BuildRequires:  perl(GD) >= 2.3
BuildRequires:  perl(GD::SVG)
BuildRequires:  perl(Module::Build)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Bio::Graphics is a simple GD-based renderer (diagram drawer) for DNA
and protein sequences.  The Bio::Graphics::Panel class provides
drawing and formatting services for any object that implements the
Bio::SeqFeatureI interface, including Ace::Sequence::Feature,
Das::Segment::Feature and Bio::DB::Graphics objects.  It can be used
to draw sequence annotations, physical (contig) maps, protein domains,
or any other type of map in which a set of discrete ranges need to be
laid out on the number line

%prep
%setup -q -n Bio-Graphics-%{version}
%patch0 -p0 -b .tests

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes DISCLAIMER.txt README README.bioperl
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Mon Jan 26 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.83-2
- Patch to disable some tests (image tests currently don't work)
- Fix file list to include scripts

* Mon Jan 26 2009 Alex Lancaster <alexlan[AT]fedoraproject org> 1.83-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Bio-Graphics/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jan 2009 22:27:03 -0000	1.1
+++ .cvsignore	27 Jan 2009 02:39:30 -0000	1.2
@@ -0,0 +1 @@
+Bio-Graphics-1.83.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Bio-Graphics/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jan 2009 22:27:03 -0000	1.1
+++ sources	27 Jan 2009 02:39:30 -0000	1.2
@@ -0,0 +1 @@
+1c1de50c9261b3e6a1b20e2f38701aa7  Bio-Graphics-1.83.tar.gz




More information about the Fedora-perl-devel-list mailing list