Search
j0ke.net Open Build Service
>
Projects
>
devel
:
libs
>
iksemel
> iksemel.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File iksemel.spec of Package iksemel (Revision 4)
Currently displaying revision
4
,
show latest
Summary: XML-parsing library Name: iksemel Version: 1.4 Release: 1 License: LGPL Group: Development/Libraries URL: http://code.google.com/p/iksemel Source: http://iksemel.googlecode.com/files/iksemel-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ gnutls-devel lzo-devel PreReq: %install_info_prereq %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 devel Summary: Header files, libraries and development documentation for %{name} Group: Development/Libraries Requires: %{name} = %{version} glibc-devel %description devel This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel. %debug_package %prep %setup -q %build %configure --disable-static --with-pic %{__make} %{?_smp_mflags} %install %makeinstall %post %install_info --info-dir=%_infodir %_infodir/%name.info.gz /sbin/ldconfig %postun %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz /sbin/ldconfig %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO %{_infodir}/iksemel* %{_bindir}/ikslint %{_bindir}/iksperf %{_bindir}/iksroster %{_libdir}/libiksemel.so.* %files devel %defattr(-, root, root, 0755) %{_includedir}/iksemel.h %{_libdir}/libiksemel.so %{_libdir}/pkgconfig/iksemel.pc %exclude %{_libdir}/*.la %changelog * Sat Jul 29 2009 Carsten Schoene <cs@linux-administrator.com> 1.4-1 - update to release 1.4 * Tue Sep 26 2006 Peter Nixon - Initial package