From a4bfbca14a06d342964850876473cb280cd995a8 Mon Sep 17 00:00:00 2001 From: guoxiaoqi Date: Wed, 25 Dec 2019 17:20:16 +0800 Subject: [PATCH] spec format --- softhsm.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/softhsm.spec b/softhsm.spec index ab71296..c47aed9 100644 --- a/softhsm.spec +++ b/softhsm.spec @@ -1,9 +1,9 @@ Name: softhsm Version: 2.5.0 -Release: 1 +Release: 2 Summary: Software version of a PKCS#11 Hardware Security Module License: BSD -Url: http://www.opendnssec.org/ +URL: http://www.opendnssec.org/ Source: http://dist.opendnssec.org/source/%{name}-%{version}.tar.gz Source1: http://dist.opendnssec.org/source/%{name}-%{version}.tar.gz.sig @@ -26,11 +26,7 @@ BuildRequires: autoconf, libtool, automake %description devel The devel package contains the libsofthsm include files -%package help -Summary: help package of softhsm that includes the man docs - -%description help -document files for %{name} +%package_help %prep %autosetup -n %{name}-%{version} @@ -99,6 +95,9 @@ if [ -f /var/softhsm/slot0.db ]; then fi %changelog +* Tue Dec 24 2019 openEuler Buildteam 2.5.0-2 +- Spec format + * Tue Sep 3 2019 openEuler Buildteam 2.5.0-1 - Package init -- Gitee