forked from pool/xmlrpc-c
This commit is contained in:
parent
f0b9656687
commit
1587624210
@ -12,7 +12,8 @@
|
||||
# usedforbuild aaa_base acl attr audit-libs autoconf automake bash bind-libs bind-utils binutils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gdbm gdbm-devel gettext gettext-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv klogd less libacl libattr libcom_err libgcc libnscd libstdc++ libtool libxcrypt libxml2 libxml2-devel libzio m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch perl permissions pkgconfig popt procinfo procps psmisc pwdutils rcs readline rpm sed strace sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel
|
||||
|
||||
Name: xmlrpc-c
|
||||
BuildRequires: libxml2-devel openssl-devel pkgconfig w3c-libwww-devel gcc-c++
|
||||
BuildRequires: libxml2-devel openssl-devel pkgconfig
|
||||
#BuildRequires: w3c-libwww-devel
|
||||
Version: 0.9.10
|
||||
Release: 0
|
||||
License: BSD, Python
|
||||
@ -38,7 +39,8 @@ Authors:
|
||||
Summary: Development package for xmlrpc-c
|
||||
Group: System/Libraries
|
||||
Requires: %name = %version
|
||||
Requires: openssl libxml2 w3c-libwww
|
||||
Requires: openssl libxml2
|
||||
#Requires: w3c-libwww
|
||||
|
||||
%description devel
|
||||
Files needed for software development using xmlrpc-c.
|
||||
@ -61,9 +63,9 @@ export CFLAGS="$RPM_OPT_FLAGS"
|
||||
--infodir=%_infodir \
|
||||
--localstatedir=%_localstatedir \
|
||||
--disable-cplusplus \
|
||||
--disable-libwww-client \
|
||||
--disable-cgi-server
|
||||
# --enable-libxml2-backend
|
||||
# --disable-libwww-client
|
||||
# --disable-abyss-server \
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user