Name: kio-upnp-ms Version: 1.0.0 Release: 1%{?dist} Summary: UPnP mediaserver kio slave Group: System/Libraries License: GPLv2+ URL: http://gitorious.org/kio-upnp-ms Source0: kio-upnp-ms-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: kdelibs-devel BuildRequires: herqq-devel %description This is the UPnP MediaServer KIO-slave for the KDE platform. It supports both browse and search based MediaServers and is able to perform various tasks on them, including running queries, listing directories and files and allowing KDE based applications transparent access to them. Being used for Amarok UPnP support, the slave features many developer friendly features which allow faster speed or easier handling while compromising on user-friendliness when used “under the hood”. %prep %setup -q %build mkdir build cd build %cmake .. make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT cd build make install DESTDIR=$RPM_BUILD_ROOT # Delete for now rm $RPM_BUILD_ROOT%{_includedir}/kio/upnp-ms-types.h %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING README* TODO %{_libdir}/kde4/kio_upnp_ms.so %{_datadir}/kde4/services/kio_upnp_ms.protocol %changelog * Wed Oct 19 2011 Orion Poplawski - 1.0.0-1 - Initial package