libsoup.spec
author dc144907
Tue, 29 Nov 2005 13:07:29 +0000
changeset 6297 325024482887
parent 5719 2e95a68e5ca1
child 6884 b4b6ac23d49b
permissions -rw-r--r--
* eel.spec eog.spec evolution.spec evolution-data-server.spec evolution-exchange.spec file-roller.spec gail.spec GConf.spec gdm.spec glib2.spec gnome-applets.spec gnome-desktop.spec gnome-doc-utils.spec gnome-games.spec gnome-keyring.spec gnome-panel.spec gnome-utils.spec gnome-vfs.spec gtk2.spec gtk2-engines.spec gtkhtml.spec libgail-gnome.spec libsoup.spec libwnck.spec metacity.spec nautilus.spec nautilus-cd-burner.spec quick-lounge-applet.spec sound-juicer.spec yelp.spec: Bump tarballs.

#
# spec file for package libsoup
#
# Copyright (c) 2005 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#

Name:         libsoup
License:      LGPL
Group:        System/Libraries/GNOME
Version:      2.2.7
Release:      1
Distribution: Java Desktop System
Vendor:       Sun Microsystems, Inc.
Summary:      Library for SOAP support in Evolution
Source:       http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.2/libsoup-%{version}.tar.bz2
URL:          http://www.gnome.org
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
Docdir:       %{_defaultdocdir}/libsoup
Autoreqprov:  on
Prereq:       /sbin/ldconfig

%define gtk_doc_version 1.1
%define glib_version 2.4.0
%define libxml_version 2.4.0
%define gnutls_version 1.0.0

Requires:       glib2 >= %{glib_version}
Requires:       libxml2 >= %{libxml_version}
Requires:       gnutls >= %{gnutls_version}

BuildRequires:  glib2-devel >= %{glib_version}
BuildRequires:  libxml2-devel >= %{libxml_version}
BuildRequires:  gnutls-devel >= %{gnutls_version}
BuildRequires:  gtk-doc >= %{gtk_doc_version}

%description
Soup provides an queued asynchronous callback-based mechanism for 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.

%package devel
Summary:      Development Library for SOAP support in Evolution
Group:        Development/Libraries/GNOME
Autoreqprov:  on
Requires:     %name = %version
BuildRequires: glib2-devel >= %{glib_version}
BuildRequires: libxml2-devel >= %{libxml_version}

%description devel
Soup provides an queued asynchronous callback-based mechanism for 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.

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" \
  ./configure \
    --prefix=%{_prefix} \
    --libexecdir=%{_libexecdir} \
    --sysconfdir=%{_sysconfdir} \
    --enable-gtk-doc

make

%install
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make -i install DESTDIR=$RPM_BUILD_ROOT
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
rm $RPM_BUILD_ROOT%{_libdir}/*.a
rm $RPM_BUILD_ROOT%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post
/sbin/ldconfig

%postun
/sbin/ldconfig

%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/*.so.*

%files devel
%defattr (-, root, root)
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/libsoup-2.2/*
%{_datadir}/gtk-doc/*

%changelog
* Tue Nov 29 2005 - [email protected]
- Bump to 2.2.7.

* Mon Sep 05 2005 - [email protected]
- Bump to 2.2.6.1.

* Wed Aug 31 2005 - [email protected]
- Bump to 2.2.6.
- Change gnutls_version to 1.0.0, or SSL will be disabled. 

* Mon Aug 15 2005 - [email protected]
- Bump to 2.2.5.

* Tue Nov 23 2004 - [email protected]
- Bump to 2.2.1

* Thu Jun 17 2004 - [email protected]
- rpm4´ified

* Tue Jun 08 2004 - [email protected]
- Bump to 2.1.11

* Fri May 21 2004 - [email protected]
- Bump to 2.1.10

* Mon Apr 19 2004 - [email protected]
- Initial spec file for libsoup 2.1.x