rpms/perl-Bio-Graphics/devel perl-Bio-Graphics.spec,1.1,1.2

Alex Lancaster alexlan at fedoraproject.org
Tue Jan 27 08:37:51 UTC 2009


Author: alexlan

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

Modified Files:
	perl-Bio-Graphics.spec 
Log Message:
- Temporarily remove Bio::Graphics::Wiggle::Loader and
  Bio::Graphics::Glyph::trace modules from being installed until their
  deps are packaged



Index: perl-Bio-Graphics.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Bio-Graphics/devel/perl-Bio-Graphics.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Bio-Graphics.spec	27 Jan 2009 02:39:30 -0000	1.1
+++ perl-Bio-Graphics.spec	27 Jan 2009 08:37:20 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-Bio-Graphics
 Version:        1.83
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Generate GD images of Bio::Seq objects
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -29,6 +29,12 @@
 %setup -q -n Bio-Graphics-%{version}
 %patch0 -p0 -b .tests
 
+# temporarily remove modules Bio/Graphics/Glyph/trace.pm and 
+# Bio/Graphics/Wiggle/Loader.pm until their dependencies:
+# Bio::SCF and Bio::Graphics::Browser::Util are packaged
+rm lib/Bio/Graphics/Glyph/trace.pm
+rm lib/Bio/Graphics/Wiggle/Loader.pm
+
 %build
 %{__perl} Build.PL installdirs=vendor
 ./Build
@@ -41,6 +47,7 @@
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
+
 %check
 ./Build test
 
@@ -56,6 +63,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 27 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.83-3
+- Temporarily remove Bio::Graphics::Wiggle::Loader and
+  Bio::Graphics::Glyph::trace modules from being installed until their
+  deps are packaged
+
 * 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




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