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

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Fri Apr 20 03:46:15 UTC 2007


Author: alexlan

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

Modified Files:
	perl-bioperl.spec 
Log Message:
* 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.



Index: perl-bioperl.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-bioperl/FC-6/perl-bioperl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-bioperl.spec	5 Apr 2007 11:04:54 -0000	1.3
+++ perl-bioperl.spec	20 Apr 2007 03:45:40 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-bioperl
 Version:        1.5.2_102
-Release:        5%{?dist}
+Release:        7%{?dist}
 Summary:        A package of Perl tools for computational molecular biology
 
 Group:          Development/Libraries
@@ -62,6 +62,7 @@
 %build
 %{__perl} Build.PL --installdirs vendor << EOF
 n
+a
 n
 EOF
 
@@ -85,8 +86,7 @@
 # remove errant execute bit from the .pm's
 find $RPM_BUILD_ROOT -type f -name '*.pm' -exec chmod -x {} 2>/dev/null ';'
 # correct all binaries in /usr/bin to be 0755
-# disable since we aren't building scripts currently
-##find $RPM_BUILD_ROOT/%{_bindir} -type f -name '*.pl' -exec chmod 0755 {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT/%{_bindir} -type f -name '*.pl' -exec chmod 0755 {} 2>/dev/null ';'
 
 %check
 %{?_with_check:./Build test || :}
@@ -97,16 +97,21 @@
 
 %files
 %defattr(-,root,root,-)
-## don't distribute "doc" "scripts" subdirectories, they don't contain docs
+## don't distribute "doc" subdirectory,  doesn't contain docs
 %doc examples models 
 %doc AUTHORS BUGS Changes DEPRECATED  INSTALL LICENSE PLATFORMS README
+%{_bindir}/*
 %{perl_vendorlib}/*
+%{_mandir}/man1/*.1*
 %{_mandir}/man3/*.3*    
-## disable scripts for now
-##%{_bindir}/*
-##%{_mandir}/man1/*.1*
 
 %changelog
+* 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.
+
+* Thu Apr 19 2007 Alex Lancaster <alexl at users.sourceforge.net> 1.5.2_102-6
+- Enable scripts, now that bioperl-run is in the repository.
+
 * Tue Apr 03 2007 Alex Lancaster <alexl at users.sourceforge.net> 1.5.2_102-5
 - Fix changelog
 




More information about the scm-commits mailing list