Name: xmlrpc-epi Version: 0.54.2 Release: 1mamba Summary: A general purpose implementation of the xmlrpc specification in C Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://sourceforge.net/projects/xmlrpc-epi/ Source: http://mesh.dl.sourceforge.net/sourceforge/xmlrpc-epi/xmlrpc-epi-%{version}.tar.bz2 Patch0: xmlrpc-epi-0.51-gcc4.patch License: BSD BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A general purpose implementation of the xmlrpc specification in C. %package -n libxmlrpc Summary: A general purpose library implementation of the xmlrpc specification in C Group: System/Libraries %description -n libxmlrpc A general purpose library implementation of the xmlrpc specification in C. %package -n libxmlrpc-devel Summary: Devel package for libxmlrpc Group: Development/Libraries Requires: libxmlrpc = %{?epoch:%epoch:}%{version}-%{release} %description -n libxmlrpc-devel A general purpose implementation of the xmlrpc specification in C. This package contains static libraries and header files need for development. %prep %setup -q #%patch0 -p1 %build %configure \ --includedir=%{_includedir}/xmlrpc-epi %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/client %{_bindir}/hello_client %{_bindir}/hello_server %{_bindir}/memtest %{_bindir}/sample %{_bindir}/server %{_bindir}/server_compliance_test %doc AUTHORS COPYING ChangeLog NEWS README %files -n libxmlrpc %defattr(-,root,root) %{_libdir}/libxmlrpc-epi.so.* %files -n libxmlrpc-devel %defattr(-,root,root) %{_includedir}/xmlrpc-epi/*.h %{_libdir}/libxmlrpc-epi.a %{_libdir}/libxmlrpc-epi.la %{_libdir}/libxmlrpc-epi.so %changelog * Thu Jul 21 2011 Automatic Build System 0.54.2-1mamba - update to 0.54.2 * Tue May 25 2010 Automatic Build System 0.54.1-1mamba - automatic update by autodist * Fri Jan 30 2009 Silvan Calarco 0.54-1mamba - automatic update by autodist * Fri Apr 27 2007 Silvan Calarco 0.51-1mamba - package created by autospec