From 3dd920d92ab179349abbcae293fcec18a4fdd6b9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 1 May 2013 13:37:33 +0200 Subject: [PATCH] Use redhat rule for licence name --- build/rpm/dolibarr_fedora.spec | 2 +- build/rpm/dolibarr_generic.spec | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build/rpm/dolibarr_fedora.spec b/build/rpm/dolibarr_fedora.spec index f805e7cf470..e9e907baaa5 100755 --- a/build/rpm/dolibarr_fedora.spec +++ b/build/rpm/dolibarr_fedora.spec @@ -14,7 +14,7 @@ Summary(es): Software ERP y CRM para pequeñas y medianas empresas, asociaciones Summary(fr): Logiciel ERP & CRM de gestion de PME/PMI, auto-entrepreneurs ou associations Summary(it): Programmo gestionale per piccole imprese, fondazioni e liberi professionisti -License: GPL-3.0+ +License: GPLv3+ #Packager: Laurent Destailleur (Eldy) Vendor: Dolibarr dev team diff --git a/build/rpm/dolibarr_generic.spec b/build/rpm/dolibarr_generic.spec index 1961ebbf161..0110a48e735 100755 --- a/build/rpm/dolibarr_generic.spec +++ b/build/rpm/dolibarr_generic.spec @@ -18,7 +18,11 @@ Summary(es): Software ERP y CRM para pequeñas y medianas empresas, asociaciones Summary(fr): Logiciel ERP & CRM de gestion de PME/PMI, auto-entrepreneurs ou associations Summary(it): Programmo gestionale per piccole imprese, fondazioni e liberi professionisti +%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} +License: GPLv3+ +%else License: GPL-3.0+ +%endif #Packager: Laurent Destailleur (Eldy) Vendor: Dolibarr dev team