From 91b965a3da02fb47f321e43a05644573256b7109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Fri, 3 Mar 2017 19:20:58 +0000 Subject: [PATCH] really change the license this time (thought experiments do not count) remove last instance of Group in the -devel subpackage --- armadillo.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/armadillo.spec b/armadillo.spec index 911f8be..c2b8a24 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,9 +1,9 @@ Name: armadillo Version: 7.800.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave -License: MPLv2.0 +License: ASL 2.0 URL: http://arma.sourceforge.net/ Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.xz @@ -32,7 +32,6 @@ than another language like Matlab or Octave. %package devel Summary: Development headers and documentation for the Armadillo C++ library -Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: lapack-devel, arpack-devel, hdf5-devel, libstdc++-devel %ifarch x86_64 %{ix86} armv7hl ppc64le aarch64 @@ -80,7 +79,7 @@ rm -rf examples/lib_win64 %files %{_libdir}/*.so.* -%license LICENSE.txt +%license LICENSE.txt NOTICE.txt %files devel %{_libdir}/*.so @@ -94,6 +93,10 @@ rm -rf examples/lib_win64 %doc mex_interface %changelog +* Fri Mar 3 2017 José Matos - 7.800.1-2 +- really change the license this time (thought experiments do not count) +- remove last instance of Group in the -devel subpackage + * Fri Mar 3 2017 José Matos - 7.800.1-1 - update to 7.800.1 - clean spec file