This commit is contained in:
Tom Callaway 2013-04-11 14:14:54 -04:00
parent 3db832af54
commit e2b51a4742
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
mvtnorm_0.9-9.tar.gz
/mvtnorm_0.9-96.tar.gz
/mvtnorm_0.9-9991.tar.gz
/mvtnorm_0.9-9994.tar.gz

View File

@ -1,18 +1,18 @@
%global packname mvtnorm
%global packver 0.9
%global packrel 9991
%global packrel 9994
Summary: Multivariate normal and T distribution R Package
Name: R-%{packname}
Version: %{packver}.%{packrel}
Release: 4%{?dist}
Release: 1%{?dist}
License: GPLv2
Group: Applications/Engineering
Source0: http://cran.r-project.org/src/contrib/%{packname}_%{packver}-%{packrel}.tar.gz
URL: http://cran.r-project.org/web/packages/mvtnorm/index.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: R-devel, tex(latex), gcc-gfortran
Requires: R-core
BuildRequires: R-devel >= 3.0.0, tex(latex), gcc-gfortran
Requires: R-core >= 3.0.0
%description
@ -62,6 +62,9 @@ rm -rf %{buildroot}
%changelog
* Thu Apr 11 2013 Tom Callaway <spot@fedoraproject.org> - 0.9.9994-1
- update to 0.9.9994
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9991-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
b6059751da050d9ad993ee5989a4a7c8 mvtnorm_0.9-9991.tar.gz
8c1750cc5781e6fa0c48d49301b8a5fd mvtnorm_0.9-9994.tar.gz