diff options
Diffstat (limited to 'openssl/openssl.spec')
-rw-r--r-- | openssl/openssl.spec | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/openssl/openssl.spec b/openssl/openssl.spec index 8ad98b363..9436e9984 100644 --- a/openssl/openssl.spec +++ b/openssl/openssl.spec @@ -1,8 +1,5 @@ %define _unpackaged_files_terminate_build 0 -%define libmaj 1 -%define libmin 0 -%define librel 1 -%define librev e + Release: 1 %define openssldir /var/ssl @@ -10,9 +7,9 @@ Release: 1 Summary: Secure Sockets Layer and cryptography libraries and tools Name: openssl #Version: %{libmaj}.%{libmin}.%{librel} -Version: %{libmaj}.%{libmin}.%{librel}%{librev} +Version: 1.0.1f Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz -Copyright: Freely distributable +License: OpenSSL Group: System Environment/Libraries Provides: SSL URL: http://www.openssl.org/ |