[perl-Bio-Graphics] filter requires, update & run test

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Feb 25 09:10:40 UTC 2011


commit d153154a87a32b7dea8fd3b2243b312e9559534e
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Feb 25 10:10:24 2011 +0100

    filter requires, update & run test

 .gitignore             |    1 +
 perl-Bio-Graphics.spec |   18 +++++++++++++-----
 sources                |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 42bdf8c..d8dbf40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Bio-Graphics-1.994.tar.gz
 Bio-Graphics-2.11.tar.gz
+/Bio-Graphics-2.14.tar.gz
diff --git a/perl-Bio-Graphics.spec b/perl-Bio-Graphics.spec
index 0f5c06b..9166e09 100644
--- a/perl-Bio-Graphics.spec
+++ b/perl-Bio-Graphics.spec
@@ -1,6 +1,6 @@
 Name:           perl-Bio-Graphics
-Version:        2.11
-Release:        4%{?dist}
+Version:        2.14
+Release:        1%{?dist}
 Summary:        Generate GD images of Bio::Seq objects
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -25,12 +25,17 @@ 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
 
+%{?filter_setup:
+%filter_from_requires /^perl(colors)/d
+%{?perl_default_filter}
+}
+
 %prep
 %setup -q -n Bio-Graphics-%{version}
 
 # temporarily remove modules Bio/Graphics/Glyph/trace.pm until the dependency:
 # Bio::SCF is packaged
-rm lib/Bio/Graphics/Glyph/trace.pm
+#rm lib/Bio/Graphics/Glyph/trace.pm
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -46,8 +51,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %check
-# because of removed file in prep
-#./Build test
+./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -61,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 25 2011 Marcela Maslanova <mmaslano at redhat.com> - 2.14-1
+- filter requires
+- update & run test
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.11-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 39bf52c..5accc9a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-faa639b78860ef59052b43ce1dc5fbfe  Bio-Graphics-2.11.tar.gz
+8a19807fb3f5c91551066956c17cd933  Bio-Graphics-2.14.tar.gz



More information about the perl-devel mailing list