/[smeserver]/rpms/ipsvd/sme8/ipsvd.spec
ViewVC logotype

Diff of /rpms/ipsvd/sme8/ipsvd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.7 by charliebrady, Wed Dec 25 21:15:46 2013 UTC Revision 1.8 by charliebrady, Thu Dec 26 20:52:39 2013 UTC
# Line 1  Line 1 
1  # $Id: ipsvd.spec,v 1.6 2008/04/09 13:51:50 slords Exp $  # $Id: ipsvd.spec,v 1.7 2013/12/25 21:15:46 charliebrady Exp $
2    
3  Summary: internet protocol service daemons  Summary: internet protocol service daemons
4  Name: ipsvd  Name: ipsvd
# Line 11  Source: %{name}-%{version}.tar.gz Line 11  Source: %{name}-%{version}.tar.gz
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
 BuildRequires: dietlibc  
14  BuildRoot: %{_tmppath}/%{name}-root  BuildRoot: %{_tmppath}/%{name}-root
15  %description  %description
16    
# Line 39  ipsvd can be used to run services normal Line 38  ipsvd can be used to run services normal
38  %changelog  %changelog
39  * 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
40  - 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.
41      Don't use dietlibc for build, as it's not available on the build server.
42    [SME: 8084]    [SME: 8084]
43    
44  * 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
# Line 140  ln -s matrixssl-1-8-3-open net/%{name}-% Line 140  ln -s matrixssl-1-8-3-open net/%{name}-%
140    
141  %build  %build
142  cd net/%{name}-%{version}  cd net/%{name}-%{version}
143  echo 'diet -Os gcc -O2 -Wall' >src/conf-cc  echo 'gcc -O2 -Wall' >src/conf-cc
144  echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld  echo 'gcc -s -Os -pipe' >src/conf-ld
145  ./package/compile  ./package/compile
146  cd compile  cd compile
147  #patch -p0 < %{PATCH0}  #patch -p0 < %{PATCH0}


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed