Summary: SOAP (Simple Object Access Protocol) implementation in C Summary(pl): Implementacja w C SOAP (Simple Object Access Protocol) Name: libsoup Version: 2.1.9 Release: 3 License: LGPL Group: X11/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.1/%{name}-%{version}.tar.bz2 # Source0-md5: 24f38def1fa0825d41691e4a2e91e098 Patch0: %{name}-gnutls.patch URL: http://www.gnome.org/ BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: glib2-devel >= 1:2.4.0 BuildRequires: gnutls-devel >= 1.0.6 BuildRequires: gtk-doc >= 1.0 BuildRequires: intltool BuildRequires: libgpg-error-devel >= 0.4 BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description It provides an queued asynchronous callback-based mechanism for sending and servicing SOAP requests, and a WSDL (Web Service Definition Language) to C compiler which generates client stubs and server skeletons for easily calling and implementing SOAP methods. %description -l pl Pakiet dostarcza interfejs kolejkowalnego, asynchronicznego mechanizmu do wysyłania i serwowania żądań SOAP oraz WSDL (Web Service Definition Language) dla kompilatora C, który generuje klienckie stub i szkielety serwerów dla łatwego wywoływania i implementowania metod SOAP. %package devel Summary: Include files etc to develop SOAP applications Summary(pl): Pliki nagłówkowe, dokumentacja dla SOAP Group: X11/Development/Libraries Requires: %{name} = %{version}-%{release} Requires: glib2-devel >= 1:2.4.0 Requires: gnutls-devel >= 1.0.6 %description devel Header files, etc you can use to develop SOAP applications. %description devel -l pl Pliki nagłówkowe itp. Jednym słowem wszystko czego potrzebujesz aby samemu tworzyć sobie aplikacje korzystające z SOAP. %package static Summary: SOAP static libraries Summary(pl): Biblioteki statyczne SOAP Group: X11/Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static SOAP static libraries. %description static -l pl Biblioteki statyczne SOAP. %prep %setup -q %patch0 -p1 %build rm -f missing glib-gettextize --copy --force intltoolize --copy --force %{__libtoolize} %{__aclocal} %{__autoheader} %{__autoconf} %{__automake} %configure \ --enable-ssl \ --enable-gtk-doc \ --enable-libgpg-error \ --with-html-dir=%{_gtkdocdir} %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ pkgconfigdir=%{_pkgconfigdir} \ m4datadir=%{_aclocaldir} \ 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 AUTHORS ChangeLog README TODO %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}/* %{_pkgconfigdir}/* %{_gtkdocdir}/* %files static %defattr(644,root,root,755) %{_libdir}/lib*.a