diff --git a/.gitignore b/.gitignore index 6574482..d55327d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ armadillo-0.9.52.tar.gz /armadillo-1.0.0.tar.gz +/armadillo-1.2.0.tar.gz diff --git a/armadillo.spec b/armadillo.spec index d4cc6d3..01f4e3e 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,12 +1,12 @@ Name: armadillo -Version: 1.0.0 -Release: 2%{?dist} +Version: 1.2.0 +Release: 1%{?dist} Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS Group: Development/Libraries License: LGPLv3+ URL: http://arma.sourceforge.net/ -Source: http://download.sourceforge.net/arma/%{name}-%{version}.tar.gz +Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake, boost-devel, blas-devel, lapack-devel, atlas-devel @@ -98,12 +98,13 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/%{name}-%{version}/index.html %doc %{_docdir}/%{name}-%{version}/examples/ %doc %{_docdir}/%{name}-%{version}/docs/ +%{_datadir}/Armadillo/ %changelog -* Mon Feb 07 2011 Fedora Release Engineering - 1.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild +* Mon Apr 18 2011 Conrad Sanderson - 1.2.0-1 +- spec updated for Armadillo 1.2.0 -* Thu Nov 25 2010 Conrad Sanderson - 1.0.0-1 +* Mon Nov 15 2010 Conrad Sanderson - 1.0.0-1 - spec updated for Armadillo 1.0.0 * Thu Oct 14 2010 Conrad Sanderson - 0.9.90-1 diff --git a/sources b/sources index be04a2a..56d0813 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59070aee2cf839a22609a5a49eaf27fb armadillo-1.0.0.tar.gz +856268f9730a3e55db38cbc1b7f8f2bc armadillo-1.2.0.tar.gz