]> git.pld-linux.org Git - packages/libsoup.git/blobdiff - libsoup.spec
- rebuild for new file + rpm libtool deps
[packages/libsoup.git] / libsoup.spec
index f135652dd5b012951745b047b1c583ea6b67c0ed..c0d04b18ec98a943f1c0d103377551b32a56b4e8 100644 (file)
@@ -1,23 +1,23 @@
 Summary:       SOAP (Simple Object Access Protocol) implementation in C
 Summary(pl):   Implementacja w C SOAP (Simple Object Access Protocol)
 Name:          libsoup
-Version:       2.2.1
-Release:       1
-License:       LGPL
+Version:       2.2.96
+Release:       2
+License:       LGPL v2
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 8132b0bce469affed688c4863702aa41
-Patch0:                %{name}-gnutls.patch
+Source0:       http://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
+# Source0-md5: 2704961ca2b9597819f21b40d4a0e0aa
 URL:           http://www.gnome.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
-BuildRequires: glib2-devel >= 1:2.4.4
-BuildRequires: gnutls-devel >= 1.0.6
-BuildRequires: gtk-doc >= 1.0
-BuildRequires: intltool
+BuildRequires: glib2-devel >= 1:2.12.1
+BuildRequires: gnutls-devel >= 1.2.5
+BuildRequires: gtk-doc >= 1.6
+BuildRequires: intltool >= 0.35
 BuildRequires: libgpg-error-devel >= 0.4
 BuildRequires: libtool
-BuildRequires: libxml2-devel >= 2.0
+BuildRequires: libxml2-devel >= 1:2.6.26
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,9 +37,9 @@ Summary:      Include files etc to develop SOAP applications
 Summary(pl):   Pliki nag³ówkowe, dokumentacja dla SOAP
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      glib2-devel >= 1:2.4.4
+Requires:      glib2-devel >= 1:2.12.1
 Requires:      gnutls-devel >= 1.0.6
-Requires:      libxml2-devel >= 2.0
+Requires:      libxml2-devel >= 1:2.6.26
 
 %description devel
 Header files, etc you can use to develop SOAP applications.
@@ -62,12 +62,10 @@ Biblioteki statyczne SOAP.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-rm -f missing
-glib-gettextize --copy --force
-intltoolize --copy --force
+%{__glib_gettextize}
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoheader}
@@ -78,7 +76,6 @@ intltoolize --copy --force
        --enable-gtk-doc \
        --enable-libgpg-error \
        --with-html-dir=%{_gtkdocdir}
-
 %{__make}
 
 %install
@@ -97,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
This page took 0.089454 seconds and 4 git commands to generate.