# # Do NOT Edit the Auto-generated Part! # Generated by: spectacle version 0.22 # # >> macros # << macros Name: gupnp Summary: GUPnP is an framework for creating UPnP devices & control points Version: 0.20.3 Release: 1 Group: System/Libraries License: LGPLv2+ URL: http://www.gupnp.org/ Source0: http://download.gnome.org/sources/%{name}/0.20/%{name}-%{version}.tar.bz2 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gssdp-1.0) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(uuid) %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. %package devel Summary: Development package for gupnp Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel Files for development with gupnp. %prep %setup -q -n %{name}-%{version} # >> setup # << setup %build # >> build pre # << build pre %configure --disable-static make %{?jobs:-j%jobs} # >> build post # << build post %install rm -rf %{buildroot} # >> install pre # << install pre %make_install # >> install post rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc # << install post %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) # >> files %doc AUTHORS COPYING README %{_libdir}/*.so.* # << files %files devel %defattr(-,root,root,-) # >> files devel %{_libdir}/pkgconfig/gupnp-1.0.pc %{_libdir}/*.so %{_includedir}/gupnp-1.0 %{_bindir}/gupnp-binding-tool # << files devel