Simplify and update openssl.spec
This commit is contained in:
parent
b70e4d3e90
commit
17540b77e0
1 changed files with 3 additions and 7 deletions
10
openssl.spec
10
openssl.spec
|
@ -1,18 +1,14 @@
|
|||
%define _unpackaged_files_terminate_build 0
|
||||
%define libmaj 0
|
||||
%define libmin 9
|
||||
%define librel 8
|
||||
%define librev za
|
||||
|
||||
Release: 1
|
||||
|
||||
%define openssldir /var/ssl
|
||||
|
||||
Summary: Secure Sockets Layer and cryptography libraries and tools
|
||||
Name: openssl
|
||||
#Version: %{libmaj}.%{libmin}.%{librel}
|
||||
Version: %{libmaj}.%{libmin}.%{librel}%{librev}
|
||||
Version: 0.9.8za
|
||||
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/
|
||||
|
|
Loading…
Reference in a new issue