rpms/perl-bioperl/FC-6 perl-bioperl.spec,1.4,1.5

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Mon Oct 15 10:53:44 UTC 2007


Author: alexlan

Update of /cvs/extras/rpms/perl-bioperl/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22203/FC-6

Modified Files:
	perl-bioperl.spec 
Log Message:
* Mon Oct 15 2007 Alex Lancaster <alexl at users.sourceforge.net> 1.5.2_102-9
- Add missing BR: perl(Test::More)
- Clarified license terms: GPL+ or Artistic



Index: perl-bioperl.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-bioperl/FC-6/perl-bioperl.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-bioperl.spec	20 Apr 2007 03:45:40 -0000	1.4
+++ perl-bioperl.spec	15 Oct 2007 10:53:11 -0000	1.5
@@ -1,11 +1,11 @@
 Name:           perl-bioperl
 Version:        1.5.2_102
-Release:        7%{?dist}
-Summary:        A package of Perl tools for computational molecular biology
+Release:        9%{?dist}
+Summary:        Perl tools for computational molecular biology
 
 Group:          Development/Libraries
-License:        GPL or Artistic
-URL:            http://bioperl.org
+License:        GPL+ or Artistic
+URL:            http://www.bioperl.org/
 Source0:        http://bioperl.org/DIST/bioperl-%{version}.tar.bz2
 Patch0:         bioperl-1.5.2_102-paths.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -44,11 +44,13 @@
 BuildRequires:  perl(XML::Twig)
 BuildRequires:  perl(XML::Writer) > 0.4
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-Bioperl is a package of Perl tools for computational molecular
-biology.
+BioPerl is a toolkit of Perl modules useful in building bioinformatics
+solutions in Perl. It is built in an object-oriented manner so that
+many modules depend on each other to achieve a task.
 
 %prep
 %setup -q -n bioperl-%{version}
@@ -56,8 +58,6 @@
 
 # remove all execute bits from the doc stuff
 find examples -type f -exec chmod -x {} 2>/dev/null ';'
-##find doc -type f -exec chmod -x {} 2>/dev/null ';'
-##find scripts -type f -exec chmod -x {} 2>/dev/null ';'
 
 %build
 %{__perl} Build.PL --installdirs vendor << EOF
@@ -106,6 +106,14 @@
 %{_mandir}/man3/*.3*    
 
 %changelog
+* Mon Oct 15 2007 Alex Lancaster <alexl at users.sourceforge.net> 1.5.2_102-9
+- Add missing BR: perl(Test::More)
+- Clarified license terms: GPL+ or Artistic
+
+* Thu May 07 2007 Alex Lancaster <alexl at users.sourceforge.net> 1.5.2_102-8
+- Spec file cleanups.
+- Improve description.
+
 * Thu Apr 19 2007 Alex Lancaster <alexl at users.sourceforge.net> 1.5.2_102-7
 - Fix 'perl Build' command so that it does not attempt CPAN downloads.
 




More information about the fedora-extras-commits mailing list