]> git.pld-linux.org Git - packages/libsoup3.git/blame - libsoup.spec
- fix pkg-config --libs --static
[packages/libsoup3.git] / libsoup.spec
CommitLineData
d06bd553 1Summary: SOAP (Simple Object Access Protocol) implementation in C
194b570f 2Summary(pl.UTF-8): Implementacja w C SOAP (Simple Object Access Protocol)
d06bd553 3Name: libsoup
ac6b3fa3 4Version: 2.2.104
ed63a57a 5Release: 1
55eed577 6License: LGPL v2
d06bd553 7Group: X11/Libraries
ac6b3fa3
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
9# Source0-md5: ab3b10b1c97de5abe38a748a3656da4c
ab054c29 10URL: http://www.gnome.org/
11BuildRequires: autoconf >= 2.53
d06bd553 12BuildRequires: automake
07b4a3fc 13BuildRequires: glib2-devel >= 1:2.14.1
3ddfc11f 14BuildRequires: gnutls-devel >= 1.2.5
94058d22 15BuildRequires: gtk-doc >= 1.6
ab054c29 16BuildRequires: libgpg-error-devel >= 0.4
d06bd553 17BuildRequires: libtool
ed63a57a 18BuildRequires: libxml2-devel >= 1:2.6.27
55eed577 19BuildRequires: pkgconfig
d06bd553 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23It provides an queued asynchronous callback-based mechanism for
24sending and servicing SOAP requests, and a WSDL (Web Service
25Definition Language) to C compiler which generates client stubs and
26server skeletons for easily calling and implementing SOAP methods.
27
bf7695c3 28%description -l pl.UTF-8
d06bd553 29Pakiet dostarcza interfejs kolejkowalnego, asynchronicznego mechanizmu
bf7695c3
JR
30do wysyłania i serwowania żądań SOAP oraz WSDL (Web Service Definition
31Language) dla kompilatora C, który generuje klienckie stub i szkielety
32serwerów dla łatwego wywoływania i implementowania metod SOAP.
d06bd553 33
ed63a57a
MB
34%package apidocs
35Summary: libsoup API documentation
194b570f 36Summary(pl.UTF-8): Dokumentacja API libsoup
ed63a57a
MB
37Group: Documentation
38Requires: gtk-doc-common
39
40%description apidocs
41libsoup API documentation.
42
bf7695c3 43%description apidocs -l pl.UTF-8
ed63a57a
MB
44Dokumentacja API libsoup.
45
d06bd553 46%package devel
47Summary: Include files etc to develop SOAP applications
194b570f 48Summary(pl.UTF-8): Pliki nagłówkowe, dokumentacja dla SOAP
d06bd553 49Group: X11/Development/Libraries
10f59832 50Requires: %{name} = %{version}-%{release}
07b4a3fc 51Requires: glib2-devel >= 1:2.14.1
10f59832 52Requires: gnutls-devel >= 1.0.6
ed63a57a 53Requires: libxml2-devel >= 1:2.6.27
d06bd553 54
55%description devel
56Header files, etc you can use to develop SOAP applications.
57
bf7695c3
JR
58%description devel -l pl.UTF-8
59Pliki nagłówkowe itp. Jednym słowem wszystko czego potrzebujesz aby
60samemu tworzyć sobie aplikacje korzystające z SOAP.
d06bd553 61
62%package static
63Summary: SOAP static libraries
194b570f 64Summary(pl.UTF-8): Biblioteki statyczne SOAP
d06bd553 65Group: X11/Development/Libraries
10f59832 66Requires: %{name}-devel = %{version}-%{release}
d06bd553 67
68%description static
69SOAP static libraries.
70
bf7695c3 71%description static -l pl.UTF-8
d06bd553 72Biblioteki statyczne SOAP.
73
74%prep
ab054c29 75%setup -q
d06bd553 76
77%build
ac50037b 78%{__glib_gettextize}
d06bd553 79%{__libtoolize}
80%{__aclocal}
81%{__autoheader}
82%{__autoconf}
83%{__automake}
d06bd553 84%configure \
85 --enable-ssl \
86 --enable-gtk-doc \
ab054c29 87 --enable-libgpg-error \
d06bd553 88 --with-html-dir=%{_gtkdocdir}
d06bd553 89%{__make}
90
91%install
92rm -rf $RPM_BUILD_ROOT
93
94%{__make} install \
95 pkgconfigdir=%{_pkgconfigdir} \
96 m4datadir=%{_aclocaldir} \
97 DESTDIR=$RPM_BUILD_ROOT
98
99%clean
100rm -rf $RPM_BUILD_ROOT
101
102%post -p /sbin/ldconfig
103%postun -p /sbin/ldconfig
104
105%files
106%defattr(644,root,root,755)
2b6ccac0 107%doc AUTHORS ChangeLog NEWS README
ad4a80df 108%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
d06bd553 109
ed63a57a
MB
110%files apidocs
111%defattr(644,root,root,755)
112%{_gtkdocdir}/%{name}
113
d06bd553 114%files devel
115%defattr(644,root,root,755)
116%attr(755,root,root) %{_libdir}/lib*.so
117%{_libdir}/lib*.la
118%{_includedir}/*
d06bd553 119%{_pkgconfigdir}/*
120
121%files static
122%defattr(644,root,root,755)
123%{_libdir}/lib*.a
This page took 0.059132 seconds and 4 git commands to generate.