From 2f102a1a2fb2e725cc48e292190b74c29ad8aef6 Mon Sep 17 00:00:00 2001 From: wisdoman Date: Mon, 9 Dec 2019 15:45:34 +0800 Subject: [PATCH] modify spec --- ongres-scram.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ongres-scram.spec b/ongres-scram.spec index 3c9852a..fac39bd 100644 --- a/ongres-scram.spec +++ b/ongres-scram.spec @@ -11,13 +11,13 @@ BuildArch: noarch %description Scram is part of the family of Simple Authentication and Security Layer authentication mechanisms.It is described as part of RFC 5802 and RFC7677. -this pachage is a Java implementation. +This pachage is a Java implementation. %package client Summary: Client for ongres-scram %description client -This package contains the client for ongres-scram +This package contains the client for ongres-scram. %package help Summary: Javadoc for ongres-scram @@ -47,6 +47,7 @@ find \( -name '*.jar' -o -name '*.class' \) -delete %install %mvn_install +sed -i 's/[0-9a-f]\{8\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{12\}/f2f42549-cfab-4d71-be48-5e9f9a41e5f5/g' $(find %{_buildrootdir} -name ongres-scram-client.xml) %files -f .mfiles-common %license LICENSE -- Gitee