-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsscl.spec.in
43 lines (35 loc) · 1006 Bytes
/
sscl.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
%define ver _VER_
%define rel 1Sym
%define prefix _PREFIX_
Name: sscl
Summary: Symbion Sample Class Library
Version: %ver
Release: %rel
Copyright: GPL
Group: Development/Libraries
Source: sscl-%ver.tar.gz
Vendor: Symbion Bt.
%package devel
Summary: Symbion Sample Class Library
Group: System Environment/Libraries
%description
Symbion Simple Class Library is a small, fast, robust and secure
class library for the C++ language. It is primarily used in
networking applications, where security and robustness is required.
%description devel
Symbion Simple Class Library is a small, fast, robust and secure
class library for the C++ language. It is primarily used in
networking applications, where security and robustness is required.
Install sscl-devel if you want to develop programs which will use
SSCL.
%post
ldconfig
%postun
ldconfig
%files
%defattr(-, root, root)
%{prefix}/lib/libsscl.so.%version
%files devel
%defattr(-, root, root)
%{prefix}/lib/libsscl.so
%{prefix}/include/sscl