1 |
# $Id: ipsvd.spec,v 1.7 2013/12/25 21:15:46 charliebrady Exp $ |
# $Id: ipsvd.spec,v 1.8 2013/12/26 20:52:39 charliebrady 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/ |
11 |
Source1: matrixssl-1-8-3-open.tar.gz |
Source1: matrixssl-1-8-3-open.tar.gz |
12 |
Patch0: matrix.decode.debug.patch |
Patch0: matrix.decode.debug.patch |
13 |
Patch1: tcpsvd_keepalive.patch |
Patch1: tcpsvd_keepalive.patch |
14 |
|
BuildRequires: dietlibc |
15 |
BuildRoot: %{_tmppath}/%{name}-root |
BuildRoot: %{_tmppath}/%{name}-root |
16 |
%description |
%description |
17 |
|
|
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 Dec 25 2013 Charlie Brady <charlieb@e-smith.com> 0.12.1-06 |
* Fri Jan 31 2014 Ian Wells <esmith@wellsi.com> 0.12.1-7.sme |
41 |
|
- Package now builds on the buildsys and dietlibc is available [SME: 8078] |
42 |
|
|
43 |
|
* Wed Dec 25 2013 Charlie Brady <charlieb@e-smith.com> 0.12.1-6.sme |
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 |
Don't use dietlibc for build, as it's not available on the build server. |
Don't use dietlibc for build, as it's not available on the build server. |
46 |
[SME: 8084] |
[SME: 8078] |
47 |
|
|
48 |
* Sat Oct 6 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-05 |
* Sat Oct 6 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-05 |
49 |
- Remove extra debugging code. [SME: 3438] |
- Remove extra debugging code. [SME: 3438] |
144 |
|
|
145 |
%build |
%build |
146 |
cd net/%{name}-%{version} |
cd net/%{name}-%{version} |
147 |
echo 'gcc -O2 -Wall' >src/conf-cc |
echo 'diet -Os gcc -O2 -Wall' >src/conf-cc |
148 |
echo 'gcc -s -Os -pipe' >src/conf-ld |
echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld |
149 |
./package/compile |
./package/compile |
150 |
cd compile |
cd compile |
151 |
#patch -p0 < %{PATCH0} |
#patch -p0 < %{PATCH0} |