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