rpms/R-IRanges/F-13 R-IRanges.spec,1.12,1.13

Pierre-YvesChibon pingou at fedoraproject.org
Mon Jul 5 13:59:09 UTC 2010


Author: pingou

Update of /cvs/pkgs/rpms/R-IRanges/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19876/F-13

Modified Files:
	R-IRanges.spec 
Log Message:
Clean spec


Index: R-IRanges.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R-IRanges/F-13/R-IRanges.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- R-IRanges.spec	29 Jun 2010 11:40:01 -0000	1.12
+++ R-IRanges.spec	5 Jul 2010 13:59:09 -0000	1.13
@@ -1,6 +1,5 @@
 %global packname  IRanges
-%global BioC      2.5
-%global Rvers     2.10.0
+%global Rvers     2.11.0
 
 Name:             R-%{packname}
 Version:          1.6.8
@@ -10,14 +9,12 @@ Summary:          Low-level containers f
 Group:            Applications/Engineering 
 License:          Artistic 2.0 and Copyright only
 # See https://www.redhat.com/archives/fedora-r-devel-list/2009-April/msg00001.html
-URL:              http://bioconductor.org/packages/%{BioC}/bioc/html/IRanges.html
-Source0:          http://bioconductor.org/packages/%{BioC}/bioc/src/contrib/%{packname}_%{version}.tar.gz
+URL:              http://bioconductor.org/packages/release/bioc/html/IRanges.html
+Source0:          http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:         R >= %{Rvers} R-methods R-stats R-RUnit R-Matrix
-Requires(post):   R
-Requires(postun): R
-BuildRequires:    R-devel >= %{Rvers} tetex-latex  R-methods R-stats R-RUnit R-Matrix 
+BuildRequires:    R-devel >= %{Rvers} tex(latex)  R-methods R-stats R-RUnit R-Matrix 
 
 %description
 The IRanges class and its extensions are low-level containers
@@ -80,6 +77,11 @@ rm -rf %{buildroot}
 %{_libdir}/R/library/%{packname}/include
 
 %changelog
+* Mon Jul 05 2010 pingou <pingou at pingoured.fr> 1.6.8-2
+- Remove Require post and postun
+- Change the URL and source0 to a more stable form
+- Fix BR to tex(latex)
+
 * Tue Jun 29 2010 pingou <pingou at pingoured.fr> 1.6.8-1
 - Update to version 1.6.8
 



More information about the scm-commits mailing list