File iksemel.spec of Package iksemel
#
# spec file for package iksemel
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: iksemel
%define lname libiksemel3
Summary: XML parsing library
Version: 1.4
Release: 1
License: LGPL
Group: System/Libraries
URL: http://code.google.com/p/iksemel
Source: http://iksemel.googlecode.com/files/iksemel-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq
BuildRequires: gcc-c++ lzo-devel
BuildRequires: gnutls-devel >= 0.1.0
BuildRequires: pkgconfig
%description
This is an XML parser library mainly designed for Jabber applications.
It provides SAX, DOM, and special Jabber stream APIs. Library is coded
in ANSI C except the network code (which is POSIX compatible), thus
highly portable.
%package -n %lname
Summary: XML parsing library
Group: System/Libraries
%description -n %lname
This package contains shared libraries for packages that use iksemel
%package devel
Summary: Header files, libraries and development documentation for iksemel
Group: Development/Libraries/C and C++
Requires: %lname = %version
%description devel
This package contains the header files, static libraries and development
documentation for iksemel. If you like to develop programs using iksemel,
you will need to install iksemel-devel.
%prep
%setup -q
%build
%configure --disable-static --with-pic
%{__make} %{?_smp_mflags}
%install
%makeinstall
find "%buildroot" -type f -name "*.la" -delete
%post
%install_info --info-dir=%_infodir %_infodir/%name.info.gz
%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%{_infodir}/iksemel*
%{_bindir}/ikslint
%{_bindir}/iksperf
%{_bindir}/iksroster
%files -n %lname
%defattr(-,root,root)
%{_libdir}/libiksemel.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/iksemel.h
%{_libdir}/libiksemel.so
%{_libdir}/pkgconfig/iksemel.pc
%changelog