modify spec
This commit is contained in:
parent
b587c589f1
commit
2f102a1a2f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user