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