1 |
# $Id: ipsvd.spec,v 1.7 2013/12/25 21:15:46 charliebrady Exp $ |
# $Id: ipsvd.spec,v 1.4 2014/04/24 04:33:31 wellsi Exp $ |
2 |
|
|
3 |
Summary: internet protocol service daemons |
Summary: internet protocol service daemons |
4 |
Name: ipsvd |
Name: ipsvd |
5 |
Version: 0.12.1 |
Version: 0.12.1 |
6 |
Release: 6%{?dist} |
Release: 7%{?dist} |
7 |
License: BSD style |
License: BSD style |
8 |
Group: System Enviornment/Daemons |
Group: System Enviornment/Daemons |
9 |
Url: http://smarden.org/ipsvd/ |
Url: http://smarden.org/ipsvd/ |
37 |
ipsvd can be used to run services normally run by inetd, xinetd, or tcpserver. |
ipsvd can be used to run services normally run by inetd, xinetd, or tcpserver. |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
* Wed Apr 23 2014 Ian Wells <esmith@wellsi.com> 0.12.1-07.sme |
41 |
|
- Modifed patch and spec file to avoid build errors [SME: 8084] |
42 |
|
|
43 |
* Wed Dec 25 2013 Charlie Brady <charlieb@e-smith.com> 0.12.1-06 |
* Wed Dec 25 2013 Charlie Brady <charlieb@e-smith.com> 0.12.1-06 |
44 |
- Add option to tcpsvd to set socket keepalive. Code provided by Chris Maltby. |
- Add option to tcpsvd to set socket keepalive. Code provided by Chris Maltby. |
45 |
[SME: 8084] |
[SME: 8084] |
139 |
perl -p -i -e 's:CC=../../compile:CC=../../compile -DDEBUG:' \ |
perl -p -i -e 's:CC=../../compile:CC=../../compile -DDEBUG:' \ |
140 |
net/%{name}-%{version}/src/Makefile.matrixssl |
net/%{name}-%{version}/src/Makefile.matrixssl |
141 |
ln -s matrixssl-1-8-3-open net/%{name}-%{version}/compile/matrixssl |
ln -s matrixssl-1-8-3-open net/%{name}-%{version}/compile/matrixssl |
142 |
%patch1 -p0 |
%patch1 -p1 |
143 |
|
|
144 |
%build |
%build |
145 |
cd net/%{name}-%{version} |
cd net/%{name}-%{version} |