SPECS: libsoup.spec - updated to 2.4.0; merged changes from DEVEL

megabajt megabajt at pld-linux.org
Mon Mar 10 20:17:33 CET 2008


Author: megabajt                     Date: Mon Mar 10 19:17:33 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.4.0; merged changes from DEVEL

---- Files affected:
SPECS:
   libsoup.spec (1.71 -> 1.72) 

---- Diffs:

================================================================
Index: SPECS/libsoup.spec
diff -u SPECS/libsoup.spec:1.71 SPECS/libsoup.spec:1.72
--- SPECS/libsoup.spec:1.71	Wed Feb 13 20:07:35 2008
+++ SPECS/libsoup.spec	Mon Mar 10 20:17:28 2008
@@ -2,22 +2,20 @@
 Summary:	SOAP (Simple Object Access Protocol) implementation in C
 Summary(pl.UTF-8):	Implementacja w C SOAP (Simple Object Access Protocol)
 Name:		libsoup
-Version:	2.2.105
+Version:	2.4.0
 Release:	1
-License:	LGPL v2
-Group:		X11/Libraries
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
-# Source0-md5:	7fa48b06a0e2b0ff3d2fa45cf331f169
-Patch0:		%{name}-static.patch
+License:	LGPL v2+
+Group:		Libraries
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.4/%{name}-%{version}.tar.bz2
+# Source0-md5:	16d325a14ee4da61f72fb21cd3ffa439
 URL:		http://www.gnome.org/
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
-BuildRequires:	glib2-devel >= 1:2.14.1
+BuildRequires:	glib2-devel >= 1:2.16.0
 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:	libxml2-devel >= 1:2.6.31
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -36,11 +34,11 @@
 %package devel
 Summary:	Include files etc to develop SOAP applications
 Summary(pl.UTF-8):	Pliki nagłówkowe, dokumentacja dla SOAP
-Group:		X11/Development/Libraries
+Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	glib2-devel >= 1:2.14.1
-Requires:	gnutls-devel >= 1.0.6
-Requires:	libxml2-devel >= 1:2.6.27
+Requires:	glib2-devel >= 1:2.16.0
+Requires:	gnutls-devel >= 1.2.5
+Requires:	libxml2-devel >= 1:2.6.31
 
 %description devel
 Header files, etc you can use to develop SOAP applications.
@@ -52,7 +50,7 @@
 %package static
 Summary:	SOAP static libraries
 Summary(pl.UTF-8):	Biblioteki statyczne SOAP
-Group:		X11/Development/Libraries
+Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
@@ -75,19 +73,17 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__glib_gettextize}
 %{__libtoolize}
 %{__aclocal}
-%{__autoheader}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
 	--enable-ssl \
 	--enable-gtk-doc \
-	--enable-libgpg-error \
 	--with-html-dir=%{_gtkdocdir}
 %{__make}
 
@@ -108,23 +104,23 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/libsoup-2.2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libsoup-2.2.so.8
+%attr(755,root,root) %{_libdir}/libsoup-2.4.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsoup-2.4.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libsoup-2.2.so
-%{_libdir}/libsoup-2.2.la
-%{_includedir}/libsoup-2.2
-%{_pkgconfigdir}/libsoup-2.2.pc
+%attr(755,root,root) %{_libdir}/libsoup-2.4.so
+%{_libdir}/libsoup-2.4.la
+%{_includedir}/libsoup-2.4
+%{_pkgconfigdir}/libsoup-2.4.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libsoup-2.2.a
+%{_libdir}/libsoup-2.4.a
 
 %files apidocs
 %defattr(644,root,root,755)
-%{_gtkdocdir}/libsoup-2.2
+%{_gtkdocdir}/libsoup-2.4
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -132,9 +128,23 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.71  2008-02-13 19:07:35  megabajt
+Revision 1.72  2008-03-10 19:17:28  megabajt
+- updated to 2.4.0; merged changes from DEVEL
+
+Revision 1.70.2.3  2008-03-02 10:09:58  megabajt
+- updated to 2.3.4
+- -static.patch seems to be obsolete
+
+Revision 1.71  2008/02/13 19:07:35  megabajt
 - updated to 2.2.105
 
+Revision 1.70.2.2  2008-02-12 20:49:27  megabajt
+- updated to 2.3.2 (new soname)
+
+Revision 1.70.2.1  2008-01-29 19:14:17  megabajt
+- updated to 2.3.0.1 (new soname)
+- removed X11 from Group
+
 Revision 1.70  2008-01-22 21:04:20  hawk
 - release 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libsoup.spec?r1=1.71&r2=1.72&f=u



More information about the pld-cvs-commit mailing list