From 0bf21290699db9df65e64f8d8a73e30246a8802a37a7eb7fc2f31535abf2e81d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 6 Dec 2011 17:30:08 +0000 Subject: [PATCH] replace license with spdx.org variant OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpc?expand=0&rev=17 --- mpc.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mpc.spec b/mpc.spec index c117b29..7af4b75 100644 --- a/mpc.spec +++ b/mpc.spec @@ -21,7 +21,7 @@ Name: mpc BuildRequires: gmp-devel mpfr-devel -License: LGPLv2.1+ +License: LGPL-2.1+ Group: Development/Libraries/C and C++ AutoReqProv: on Version: 0.8.2 @@ -40,7 +40,7 @@ built upon and follows the same principles as MPFR. %package -n libmpc2 -License: LGPLv2.1+ +License: LGPL-2.1+ Summary: MPC multiple-precision complex shared library Group: Development/Libraries/C and C++ AutoReqProv: on @@ -53,7 +53,7 @@ built upon and follows the same principles as MPFR. %package devel -License: LGPLv2.1+ +License: LGPL-2.1+ Summary: MPC multiple-precision complex library development files Group: Development/Libraries/C and C++ Requires: libmpc2 = %{version} mpfr-devel