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