SPECS: xmlrpc++.spec (NEW) - new

sls sls at pld-linux.org
Tue Mar 20 18:36:35 CET 2007


Author: sls                          Date: Tue Mar 20 17:36:35 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xmlrpc++.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xmlrpc++.spec
diff -u /dev/null SPECS/xmlrpc++.spec:1.1
--- /dev/null	Tue Mar 20 18:36:35 2007
+++ SPECS/xmlrpc++.spec	Tue Mar 20 18:36:30 2007
@@ -0,0 +1,86 @@
+# $Revision$, $Date$
+Summary:	XmlRpc++ is a C++ implementation of the XML-RPC
+Name:		xmlrpc++
+Version:	0.7
+Release:	0.1
+License:	LGPL
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/xmlrpcpp/%{name}%{version}.tar.gz
+# Source0-md5:	d88f0f9c36d938316d672d16f6c37d7e
+URL:		http://xmlrpcpp.sourcforge.net/
+BuildRequires:	libstdc++-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XmlRpc++ is an implementation of the XmlRpc protocol written in C++,
+based upon Shilad Sen's excellent py-xmlrpc library. XmlRpc++ is
+designed to make it easy to incorporate XmlRpc client and server
+support into C++ applications. Or use both client and server objects
+in your app for easy peer-to-peer support.
+
+%package devel
+Summary:	Header files for XmlRpc++ library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki XmlRpc++
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for XmlRpc++ library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki XmlRpc++.
+
+%package static
+Summary:	Static XmlRpc++ library
+Summary(pl.UTF-8):	Statyczna biblioteka XmlRpc++
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static XmlRpc++ library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka XmlRpc++.
+
+%prep
+%setup -q -n %{name}%{version}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc README.html
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/*.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/20 17:36:30  sls
+- new
+
================================================================


More information about the pld-cvs-commit mailing list