0:3cb7754ad855 | 1:7403098379c2 |
---|---|
30 Distribution: OpenPKG Community | 30 Distribution: OpenPKG Community |
31 Class: EVAL | 31 Class: EVAL |
32 Group: RPC | 32 Group: RPC |
33 License: LGPL | 33 License: LGPL |
34 Version: 0.8.0 | 34 Version: 0.8.0 |
35 Release: 20080101 | 35 Release: 20090106 |
36 | 36 |
37 # list of sources | 37 # list of sources |
38 Source0: http://switch.dl.sourceforge.net/easysoap/EasySoap++-%{version}.tar.gz | 38 Source0: http://switch.dl.sourceforge.net/easysoap/EasySoap++-%{version}.tar.gz |
39 Patch0: easysoap.patch | 39 Patch0: easysoap.patch |
40 | 40 |
62 %setup -q -n EasySoap++-%{version} | 62 %setup -q -n EasySoap++-%{version} |
63 %{l_shtool} subst \ | 63 %{l_shtool} subst \ |
64 -e 's;\(SUBDIRS *= *include src\).*;\1;' \ | 64 -e 's;\(SUBDIRS *= *include src\).*;\1;' \ |
65 Makefile.in | 65 Makefile.in |
66 %patch -p0 | 66 %patch -p0 |
67 chmod +x conftools/install-sh | |
67 | 68 |
68 %build | 69 %build |
69 CC="%{l_cc}" \ | 70 CC="%{l_cc}" \ |
70 CXX="%{l_cxx}" \ | 71 CXX="%{l_cxx}" \ |
71 CFLAGS="%{l_cflags -O}" \ | 72 CFLAGS="%{l_cflags -O}" \ |