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