modify spec
This commit is contained in:
parent
b587c589f1
commit
2f102a1a2f
@ -11,13 +11,13 @@ BuildArch: noarch
|
|||||||
%description
|
%description
|
||||||
Scram is part of the family of Simple Authentication and Security Layer
|
Scram is part of the family of Simple Authentication and Security Layer
|
||||||
authentication mechanisms.It is described as part of RFC 5802 and RFC7677.
|
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
|
%package client
|
||||||
Summary: Client for ongres-scram
|
Summary: Client for ongres-scram
|
||||||
|
|
||||||
%description client
|
%description client
|
||||||
This package contains the client for ongres-scram
|
This package contains the client for ongres-scram.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Javadoc for ongres-scram
|
Summary: Javadoc for ongres-scram
|
||||||
@ -47,6 +47,7 @@ find \( -name '*.jar' -o -name '*.class' \) -delete
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_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
|
%files -f .mfiles-common
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user