]> git.pld-linux.org Git - packages/libsoup.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Fri, 14 Feb 2003 15:05:14 +0000 (15:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsoup.spec -> 1.1

libsoup.spec [new file with mode: 0644]

diff --git a/libsoup.spec b/libsoup.spec
new file mode 100644 (file)
index 0000000..36cfd18
--- /dev/null
@@ -0,0 +1,108 @@
+
+%define _snap 20030214
+
+Summary:       SOAP (Simple Object Access Protocol) implementation in C
+Summary(pl):   Implementacja w C SOAP (Simple Object Access Protocol)
+Name:          libsoup
+Version:       1.99.8
+Release:       0.%{_snap}.1
+License:       LGPL
+Group:         X11/Libraries
+Source0:       %{name}-%{version}-%{_snap}.tar.bz2
+Patch0:                %{name}-build_doc.patch
+URL:           http://www.gnome.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: glib2-devel
+BuildRequires: gtk-doc
+BuildRequires: libtool
+BuildRequires: openssl-devel >= 0.9.7
+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}
+
+%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}
+
+%description static
+SOAP static libraries.
+
+%description static -l pl
+Biblioteki statyczne SOAP.
+
+%prep
+%setup  -q
+%patch0 -p1
+
+%build
+rm -f missing
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
+
+%configure \
+       --enable-ssl \
+       --enable-gtk-doc \
+       --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.*.*
+%attr(755,root,root) %{_libdir}/libsoup-ssl-proxy
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/*
+%{_gtkdocdir}/*
+%{_pkgconfigdir}/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 1.080064 seconds and 4 git commands to generate.