]> git.pld-linux.org Git - packages/libsoup3.git/blobdiff - libsoup.spec
- updated to 2.2.102
[packages/libsoup3.git] / libsoup.spec
index d027e4d17b5221816931c180c9e98019275c1698..203f402cd9b44f95e025e90c5041975f4d669d34 100644 (file)
@@ -1,22 +1,22 @@
 Summary:       SOAP (Simple Object Access Protocol) implementation in C
-Summary(pl):   Implementacja w C SOAP (Simple Object Access Protocol)
+Summary(pl.UTF-8):     Implementacja w C SOAP (Simple Object Access Protocol)
 Name:          libsoup
-Version:       2.1.9
-Release:       2
-License:       LGPL
+Version:       2.2.102
+Release:       1
+License:       LGPL v2
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
-# Source0-md5: 24f38def1fa0825d41691e4a2e91e098
-Patch0:                %{name}-gnutls.patch
+Source0:       http://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
+# Source0-md5: 2d697fbce254ab337bd9b8dfbc8c7c82
 URL:           http://www.gnome.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
-BuildRequires: glib2-devel >= 1:2.4.0
-BuildRequires: gnutls-devel >= 1.0.6
-BuildRequires: gtk-doc >= 1.0
-BuildRequires: intltool
+BuildRequires: glib2-devel >= 1:2.14.1
+BuildRequires: gnutls-devel >= 1.2.5
+BuildRequires: gtk-doc >= 1.6
 BuildRequires: libgpg-error-devel >= 0.4
 BuildRequires: libtool
+BuildRequires: libxml2-devel >= 1:2.6.27
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,59 +25,67 @@ sending and servicing SOAP requests, and a WSDL (Web Service
 Definition Language) to C compiler which generates client stubs and
 server skeletons for easily calling and implementing SOAP methods.
 
-%description -l pl
+%description -l pl.UTF-8
 Pakiet dostarcza interfejs kolejkowalnego, asynchronicznego mechanizmu
-do wysy³ania i serwowania ¿±dañ SOAP oraz WSDL (Web Service Definition
-Language) dla kompilatora C, który generuje klienckie stub i szkielety
-serwerów dla ³atwego wywo³ywania i implementowania metod SOAP.
+do wysyłania i serwowania żądań SOAP oraz WSDL (Web Service Definition
+Language) dla kompilatora C, który generuje klienckie stub i szkielety
+serwerów dla łatwego wywoływania i implementowania metod SOAP.
+
+%package apidocs
+Summary:       libsoup API documentation
+Summary(pl.UTF-8):     Dokumentacja API libsoup
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+libsoup API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API libsoup.
 
 %package devel
 Summary:       Include files etc to develop SOAP applications
-Summary(pl):   Pliki nag³ówkowe, dokumentacja dla SOAP
+Summary(pl.UTF-8):     Pliki nagłówkowe, dokumentacja dla SOAP
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      glib2-devel >= 1:2.4.0
+Requires:      glib2-devel >= 1:2.14.1
 Requires:      gnutls-devel >= 1.0.6
+Requires:      libxml2-devel >= 1:2.6.27
 
 %description devel
 Header files, etc you can use to develop SOAP applications.
 
-%description devel -l pl
-Pliki nag³ówkowe itp. Jednym s³owem wszystko czego potrzebujesz aby
-samemu tworzyæ sobie aplikacje korzystaj±ce z SOAP.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe itp. Jednym słowem wszystko czego potrzebujesz aby
+samemu tworzyć sobie aplikacje korzystające z SOAP.
 
 %package static
 Summary:       SOAP static libraries
-Summary(pl):   Biblioteki statyczne SOAP
+Summary(pl.UTF-8):     Biblioteki statyczne SOAP
 Group:         X11/Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 SOAP static libraries.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Biblioteki statyczne SOAP.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-rm -f missing
-glib-gettextize --copy --force
-intltoolize --copy --force
+%{__glib_gettextize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
 %{__autoconf}
 %{__automake}
-
 %configure \
        --enable-ssl \
        --enable-gtk-doc \
        --enable-libgpg-error \
        --with-html-dir=%{_gtkdocdir}
-
 %{__make}
 
 %install
@@ -96,8 +104,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/%{name}
 
 %files devel
 %defattr(644,root,root,755)
@@ -105,7 +117,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.la
 %{_includedir}/*
 %{_pkgconfigdir}/*
-%{_gtkdocdir}/*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.044373 seconds and 4 git commands to generate.