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