Name: nepomuktvnamer Version: 0.2.0 Release: 3%{?dist} Summary: Nepomuk TV shows manager License: LGPLv2+ URL: http://trueg.wordpress.com/2012/02/11/a-fun-release-nepomuk-tv-namer-0-2/ Source0: http://download.kde.org/unstable/nepomuk/%{name}-%{version}.tar.bz2 Patch0: nepomuktvnamer-nepomuk2-port.patch BuildRequires: cmake BuildRequires: libtvdb-devel BuildRequires: kdelibs-devel BuildRequires: soprano-devel BuildRequires: nepomuk-core-devel Requires: shared-desktop-ontologies %description A Nepomuk-based TV show manager. You can run it from context menu in Dolphin or Konqueror. It will automatically look up all information about all TV series in the folder on thetvdb.com and store them in Nepomuk. %prep %setup -q %patch0 %build %{cmake_kde4} . make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYING.LIB %{_bindir}/nepomuktvnamer %{_kde4_libdir}/kde4/*.so %{_kde4_datadir}/* %changelog * Sat Dec 22 2012 Dan Vrátil - 0.2.0-3 - Remove BuildRoot tag - Add nepomuk-core-devel to BR * Tue Oct 23 2012 Dan Vrátil - 0.2.0-2 - Use KDE macros - Renamed patch - Added AUTHORS, COPYING and COPYING.LIB to documentation * Sun Oct 21 2012 Dan Vrátil - 0.2.0-1 - Initial package