[Bug 481457] Branching request

2009-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=481457


Kevin Fenzi  changed:

   What|Removed |Added

   Flag|fedora-cvs? |fedora-cvs+




--- Comment #1 from Kevin Fenzi   2009-01-26 17:12:02 EDT ---
cvs done.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


[Bug 481457] Branching request

2009-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=481457


Andreas Thienemann  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||NOTABUG




--- Comment #2 from Andreas Thienemann   2009-01-26 17:23:23 
EDT ---
thx.

tagged and built.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


[Bug 481457] Branching request

2009-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=481457


Andreas Thienemann  changed:

   What|Removed |Added

 Resolution|NOTABUG |NEXTRELEASE




-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Convert-UUlib/EL-4 .cvsignore, 1.4, 1.5 perl-Convert-UUlib.spec, 1.9, 1.10 sources, 1.4, 1.5

2009-01-26 Thread Robert Scheck
Author: robert

Update of /cvs/pkgs/rpms/perl-Convert-UUlib/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12500/EL-4

Modified Files:
.cvsignore perl-Convert-UUlib.spec sources 
Log Message:
Upgrade to 1.11



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Convert-UUlib/EL-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore  12 Aug 2007 22:13:38 -  1.4
+++ .cvsignore  26 Jan 2009 23:28:48 -  1.5
@@ -1 +1 @@
-Convert-UUlib-1.09.tar.gz
+Convert-UUlib-1.11.tar.gz


Index: perl-Convert-UUlib.spec
===
RCS file: /cvs/pkgs/rpms/perl-Convert-UUlib/EL-4/perl-Convert-UUlib.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Convert-UUlib.spec 31 May 2008 12:57:08 -  1.9
+++ perl-Convert-UUlib.spec 26 Jan 2009 23:28:49 -  1.10
@@ -1,68 +1,77 @@
-%define rname Convert-UUlib
+%define cpanname Convert-UUlib
 
-Name:  perl-%{rname}
-Version:   1.09
-Epoch: 1
-Release:   5%{?dist}
-
-Summary:   Perl interface to the uulib library
+Name:perl-%{cpanname}
+Version: 1.11
+Epoch:   1
+Release: 1%{?dist}
+Summary: Perl interface to the uulib library
 
 Group: Development/Libraries
 License:   GPL+ or Artistic
-URL:   http://search.cpan.org/dist/%{rname}/
-Source:
http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{rname}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL:   http://search.cpan.org/dist/%{cpanname}/
+Source:
http://cpan.org/authors/id/M/ML/MLEHMANN/%{cpanname}-%{version}.tar.gz
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 
 BuildRequires: perl(ExtUtils::MakeMaker)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
 A perl interface to the uulib library (a.k.a. uudeview/uuenview)
 
+
 %prep
-%setup -q -n %{rname}-%{version}
+%setup -q -n %{cpanname}-%{version}
+
 
 %build
-CFLAGS="%{optflags}" %{__perl} Makefile.PL \
-PREFIX="%{buildroot}%{_prefix}" \
-INSTALLDIRS="vendor"
-make %{?_smp_mflags} OPTIMIZE="%{optflags}"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
+
 
 %install
 rm -fr %{buildroot}
-%makeinstall
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
-### Clean up buildroot
-find %{buildroot} -type f -name "perllocal.pod" -exec rm -f {} ';'
-find %{buildroot} -type f -name ".*" -exec rm -f {} ';'
-find %{buildroot} -type f -name "*.bs" -exec rm -f {} ';'
+chmod -R u+rwX,g+rX %{buildroot}/*
 
-# fix perms to enable stripping
-chmod -R u+rwX,g+rX  %{buildroot}
 
 %check
-make test || :
+make test
+
 
 %clean
 rm -fr %{buildroot}
 
+
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644,root,root,0755)
 %doc Changes COPYING* README doc/*
-%doc %{_mandir}/man?/Convert::UUlib*
+
 %dir %{perl_vendorarch}/Convert
 %dir %{perl_vendorarch}/auto/Convert
 %dir %{perl_vendorarch}/auto/Convert/UUlib
+
 %{perl_vendorarch}/Convert/*.pm
 %attr(0755,root,root) %{perl_vendorarch}/auto/Convert/UUlib/*.so
 
+%{_mandir}/man?/Convert::UUlib*
+
 
 %changelog
-* Sun May 31 2008 Robert Scheck  1:1.09-5
+* Fri Jul 11 2008 
+- 1:1.11-1
+⌖ Fedora 10 alpha general package cleanup
+
+* Sun May 31 2008 Robert Scheck 
+- 1:1.09-5
 - Fixed %%check section in order to get the package built
 
-* Thu Mar 06 2008 Tom "spot" Callaway  - 1:1.09-4
+* Thu Mar 06 2008 Tom "spot" Callaway 
+- 1:1.09-4
 - Rebuild for new perl
 
 * Fri Feb 08 2008  Nicolas Mailhot 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Convert-UUlib/EL-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 12 Aug 2007 22:13:38 -  1.4
+++ sources 26 Jan 2009 23:28:49 -  1.5
@@ -1 +1 @@
-f4cfa860176f60a83b56816d5917e71a  Convert-UUlib-1.09.tar.gz
+629ef452dd98b446f191b0bb37c39091  Convert-UUlib-1.11.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Convert-UUlib/EL-5 .cvsignore, 1.5, 1.6 perl-Convert-UUlib.spec, 1.17, 1.18 sources, 1.5, 1.6

2009-01-26 Thread Robert Scheck
Author: robert

Update of /cvs/pkgs/rpms/perl-Convert-UUlib/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12500/EL-5

Modified Files:
.cvsignore perl-Convert-UUlib.spec sources 
Log Message:
Upgrade to 1.11



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Convert-UUlib/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore  12 Aug 2007 22:12:31 -  1.5
+++ .cvsignore  26 Jan 2009 23:28:49 -  1.6
@@ -1 +1 @@
-Convert-UUlib-1.09.tar.gz
+Convert-UUlib-1.11.tar.gz


Index: perl-Convert-UUlib.spec
===
RCS file: /cvs/pkgs/rpms/perl-Convert-UUlib/EL-5/perl-Convert-UUlib.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- perl-Convert-UUlib.spec 31 May 2008 12:57:44 -  1.17
+++ perl-Convert-UUlib.spec 26 Jan 2009 23:28:49 -  1.18
@@ -1,68 +1,77 @@
-%define rname Convert-UUlib
+%define cpanname Convert-UUlib
 
-Name:  perl-%{rname}
-Version:   1.09
-Epoch: 1
-Release:   5%{?dist}
-
-Summary:   Perl interface to the uulib library
+Name:perl-%{cpanname}
+Version: 1.11
+Epoch:   1
+Release: 1%{?dist}
+Summary: Perl interface to the uulib library
 
 Group: Development/Libraries
 License:   GPL+ or Artistic
-URL:   http://search.cpan.org/dist/%{rname}/
-Source:
http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{rname}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL:   http://search.cpan.org/dist/%{cpanname}/
+Source:
http://cpan.org/authors/id/M/ML/MLEHMANN/%{cpanname}-%{version}.tar.gz
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 
 BuildRequires: perl(ExtUtils::MakeMaker)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
 A perl interface to the uulib library (a.k.a. uudeview/uuenview)
 
+
 %prep
-%setup -q -n %{rname}-%{version}
+%setup -q -n %{cpanname}-%{version}
+
 
 %build
-CFLAGS="%{optflags}" %{__perl} Makefile.PL \
-PREFIX="%{buildroot}%{_prefix}" \
-INSTALLDIRS="vendor"
-make %{?_smp_mflags} OPTIMIZE="%{optflags}"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
+
 
 %install
 rm -fr %{buildroot}
-%makeinstall
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
-### Clean up buildroot
-find %{buildroot} -type f -name "perllocal.pod" -exec rm -f {} ';'
-find %{buildroot} -type f -name ".*" -exec rm -f {} ';'
-find %{buildroot} -type f -name "*.bs" -exec rm -f {} ';'
+chmod -R u+rwX,g+rX %{buildroot}/*
 
-# fix perms to enable stripping
-chmod -R u+rwX,g+rX  %{buildroot}
 
 %check
-make test || :
+make test
+
 
 %clean
 rm -fr %{buildroot}
 
+
 %files
-%defattr(0644, root, root, 0755)
+%defattr(0644,root,root,0755)
 %doc Changes COPYING* README doc/*
-%doc %{_mandir}/man?/Convert::UUlib*
+
 %dir %{perl_vendorarch}/Convert
 %dir %{perl_vendorarch}/auto/Convert
 %dir %{perl_vendorarch}/auto/Convert/UUlib
+
 %{perl_vendorarch}/Convert/*.pm
 %attr(0755,root,root) %{perl_vendorarch}/auto/Convert/UUlib/*.so
 
+%{_mandir}/man?/Convert::UUlib*
+
 
 %changelog
-* Sun May 31 2008 Robert Scheck  1:1.09-5
+* Fri Jul 11 2008 
+- 1:1.11-1
+⌖ Fedora 10 alpha general package cleanup
+
+* Sun May 31 2008 Robert Scheck 
+- 1:1.09-5
 - Fixed %%check section in order to get the package built
 
-* Thu Mar 06 2008 Tom "spot" Callaway  - 1:1.09-4
+* Thu Mar 06 2008 Tom "spot" Callaway 
+- 1:1.09-4
 - Rebuild for new perl
 
 * Fri Feb 08 2008  Nicolas Mailhot 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Convert-UUlib/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 12 Aug 2007 22:12:31 -  1.5
+++ sources 26 Jan 2009 23:28:49 -  1.6
@@ -1 +1 @@
-f4cfa860176f60a83b56816d5917e71a  Convert-UUlib-1.09.tar.gz
+629ef452dd98b446f191b0bb37c39091  Convert-UUlib-1.11.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


[Bug 481257] Review Request: perl-Devel-SmallProf - Per-line Perl profiler

2009-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=481257





--- Comment #6 from Fedora Update System   
2009-01-26 20:55:25 EDT ---
perl-Devel-SmallProf-2.02-2.fc10 has been pushed to the Fedora 10 testing
repository.  If problems still persist, please make note of it in this bug
report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update perl-Devel-SmallProf'.  You can
provide feedback for this update here:
http://admin.fedoraproject.org/updates/F10/FEDORA-2009-1046

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


[Bug 481257] Review Request: perl-Devel-SmallProf - Per-line Perl profiler

2009-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=481257


Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|ON_QA




--- Comment #5 from Fedora Update System   
2009-01-26 20:55:18 EDT ---
perl-Devel-SmallProf-2.02-2.fc9 has been pushed to the Fedora 9 testing
repository.  If problems still persist, please make note of it in this bug
report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing-newkey update perl-Devel-SmallProf'. 
You can provide feedback for this update here:
http://admin.fedoraproject.org/updates/F9/FEDORA-2009-1041

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


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

2009-01-26 Thread Alex Lancaster
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.orig2009-01-26 01:22:13.0 -0700
+++ t/BioGraphics.t 2009-01-26 01:22:21.0 -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  - 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  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 -  1.1
+++ .cvsignore  27 Jan 2009 02:39:30 -  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 -  1.1
+++ sources 27 Jan 2009 02:39:30 -  1.2
@@ -0,0 +1 @@
+1c1de50c9261b3e6a1b20e2f38701aa7  Bio-Graphics-1.83.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Bio-Graphics/F-10 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

2009-01-26 Thread Alex Lancaster
Author: alexlan

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

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



--- NEW FILE import.log ---
perl-Bio-Graphics-1_83-2_fc11:F-10:perl-Bio-Graphics-1.83-2.fc11.src.rpm:1233032036

perl-Bio-Graphics-tests.patch:

--- NEW FILE perl-Bio-Graphics-tests.patch ---
--- t/BioGraphics.t.orig2009-01-26 01:22:13.0 -0700
+++ t/BioGraphics.t 2009-01-26 01:22:21.0 -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  - 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  1.83-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Bio-Graphics/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  26 Jan 2009 22:27:03 -  1.1
+++ .cvsignore  27 Jan 2009 04:54:56 -  1.2
@@ -0,0 +1 @@
+Bio-Graphics-1.83.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Bio-Graphics/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Jan 2009 22:27:03 -  1.1
+++ sources 27 Jan 2009 04:54:56 -  1.2
@@ -0,0 +1 @@
+1c1de50c9261b3e6a1b20e2f38701aa7  Bio-Graphics-1.83.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Bio-Graphics/F-9 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

2009-01-26 Thread Alex Lancaster
Author: alexlan

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

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



--- NEW FILE import.log ---
perl-Bio-Graphics-1_83-2_fc11:F-9:perl-Bio-Graphics-1.83-2.fc11.src.rpm:1233032190

perl-Bio-Graphics-tests.patch:

--- NEW FILE perl-Bio-Graphics-tests.patch ---
--- t/BioGraphics.t.orig2009-01-26 01:22:13.0 -0700
+++ t/BioGraphics.t 2009-01-26 01:22:21.0 -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  - 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  1.83-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Bio-Graphics/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  26 Jan 2009 22:27:03 -  1.1
+++ .cvsignore  27 Jan 2009 04:57:18 -  1.2
@@ -0,0 +1 @@
+Bio-Graphics-1.83.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Bio-Graphics/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 26 Jan 2009 22:27:03 -  1.1
+++ sources 27 Jan 2009 04:57:18 -  1.2
@@ -0,0 +1 @@
+1c1de50c9261b3e6a1b20e2f38701aa7  Bio-Graphics-1.83.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


Broken dependencies: perl-Bio-Graphics

2009-01-26 Thread buildsys


perl-Bio-Graphics has broken dependencies in the development tree:
On ppc:
perl-Bio-Graphics-1.83-2.fc11.noarch requires perl(Bio::SCF)
perl-Bio-Graphics-1.83-2.fc11.noarch requires 
perl(Bio::Graphics::Browser::Util)
On x86_64:
perl-Bio-Graphics-1.83-2.fc11.noarch requires perl(Bio::SCF)
perl-Bio-Graphics-1.83-2.fc11.noarch requires 
perl(Bio::Graphics::Browser::Util)
On i386:
perl-Bio-Graphics-1.83-2.fc11.noarch requires perl(Bio::SCF)
perl-Bio-Graphics-1.83-2.fc11.noarch requires 
perl(Bio::Graphics::Browser::Util)
On ppc64:
perl-Bio-Graphics-1.83-2.fc11.noarch requires perl(Bio::SCF)
perl-Bio-Graphics-1.83-2.fc11.noarch requires 
perl(Bio::Graphics::Browser::Util)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list