Name: libgupnp Version: 0.13.2 Release: 2mamba Summary: An object-oriented open source framework for creating UPnP devices and control points Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.gupnp.org/ Source: http://www.gupnp.org/sources/gupnp/gupnp-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcrypt-devel BuildRequires: libglib-devel BuildRequires: libgnutls-devel BuildRequires: libgpg-error-devel BuildRequires: libgssdp-devel BuildRequires: libselinux-devel BuildRequires: libsoup-devel BuildRequires: libtasn1-devel BuildRequires: libuuid-devel BuildRequires: libxml2-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. GUPnP implements the UPnP specification: resource announcement and discovery, description, control, event notification, and presentation (GUPnP includes basic web server functionality through libsoup). GUPnP does not include helpers for construction or control of specific standardized resources (e.g. MediaServer); this is left for higher level libraries utilizing the GUPnP framework. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. GUPnP implements the UPnP specification: resource announcement and discovery, description, control, event notification, and presentation (GUPnP includes basic web server functionality through libsoup). GUPnP does not include helpers for construction or control of specific standardized resources (e.g. MediaServer); this is left for higher level libraries utilizing the GUPnP framework. This package contains static libraries and header files need for development. %prep %setup -q -n gupnp-%{version} %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/gupnp-binding-tool %{_libdir}/libgupnp-1.0.so.* %doc AUTHORS COPYING ChangeLog NEWS README %files devel %defattr(-,root,root) %{_includedir}/gupnp-1.0/libgupnp/*.h %{_libdir}/libgupnp-1.0.a %{_libdir}/libgupnp-1.0.la %{_libdir}/libgupnp-1.0.so %{_datadir}/gtk-doc/html/gupnp/* %{_exec_prefix}/lib/pkgconfig/*.pc %changelog * Mon Jun 28 2010 Silvan Calarco 0.13.2-2mamba - rebuilt to add pkgconfig provides * Tue Feb 16 2010 Automatic Build System 0.13.2-1mamba - automatic update by autodist * Wed Nov 18 2009 Silvan Calarco 0.13.1-1mamba - package created by autospec