Blame contour.spec

06fe1a1
Name:           contour
0a81f47
Version:        0.3
Lukáš Tinkl 6a6da7c
Release:        3%{?dist}
06fe1a1
Summary:        A context sensitive user interface for Plasma Active
06fe1a1
06fe1a1
License:        GPLv2+
06fe1a1
URL:            http://community.kde.org/Plasma/Active/Contour
0a81f47
Source0:        http://download.kde.org/stable/active/3.0/src/%{name}-%{version}.tar.xz
06fe1a1
Patch0:         qtmobility.diff
06fe1a1
Patch1:         contour-0.1.1-find-qtmobility.patch
Lukáš Tinkl 6a6da7c
Patch100:       changeset_rd5306e452fd64f8bcb2dab6d5cef770584131486.diff
Lukáš Tinkl 6a6da7c
Patch101:       changeset_r688e2a2ce823d99e5ca1def1861fdf7591603cf2.diff
06fe1a1
0a81f47
BuildRequires:  kdelibs4-devel
0a81f47
BuildRequires:  kde-runtime-devel
0a81f47
BuildRequires:  kde-workspace-devel
0a81f47
BuildRequires:  pkgconfig(libkactivities)
0a81f47
BuildRequires:  pkgconfig(soprano)
0a81f47
BuildRequires:  pkgconfig(shared-desktop-ontologies)
0a81f47
BuildRequires:  kde-runtime-devel
0a81f47
BuildRequires:  kde-workspace-devel
Lukáš Tinkl 6a6da7c
BuildRequires:  libnm-qt-devel
Lukáš Tinkl 8d24386
BuildRequires:  NetworkManager-devel
06fe1a1
0a81f47
Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}}
06fe1a1
06fe1a1
%description
06fe1a1
Contour contributes a new usage paradigm using adaptive activities and 
06fe1a1
intelligent recommendations. Contour creates a context-sensitive user
06fe1a1
interface that adapts to current context, current activities and behavioral
06fe1a1
patterns of the user. 
06fe1a1
06fe1a1
Contour is part of Plasma Active project.
06fe1a1
06fe1a1
06fe1a1
%prep
06fe1a1
%setup -q
06fe1a1
06fe1a1
# FindQtMobility is under review for inclusion to kdelibs, not needed
06fe1a1
# by any other package
06fe1a1
# TODO: remove once included in kdelibs
06fe1a1
%patch0 -p1
06fe1a1
%patch1 -p1 -b .find-qtmobility
06fe1a1
Lukáš Tinkl 6a6da7c
# Upstream patches
Lukáš Tinkl 6a6da7c
%patch100 -p1 -b .makefile
Lukáš Tinkl 6a6da7c
%patch101 -p1 -b .notifier
Lukáš Tinkl 6a6da7c
06fe1a1
%build
06fe1a1
mkdir -p %{_target_platform}
06fe1a1
pushd %{_target_platform}
06fe1a1
%{cmake_kde4} ..
06fe1a1
popd
06fe1a1
06fe1a1
make %{?_smp_mflags} -C %{_target_platform}
06fe1a1
06fe1a1
06fe1a1
%install
06fe1a1
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
06fe1a1
06fe1a1
06fe1a1
%files
06fe1a1
%doc
06fe1a1
%{_kde4_bindir}/contour
06fe1a1
%{_kde4_libdir}/kde4/contour_recommendationengine_documents.so
06fe1a1
%{_kde4_libdir}/kde4/plasma_engine_recommendations.so
06fe1a1
%{_kde4_datadir}/autostart/contour.desktop
06fe1a1
%{_kde4_datadir}/cmake/Contour/
06fe1a1
%{_kde4_appsdir}/contour/
06fe1a1
%{_kde4_appsdir}/plasma/
06fe1a1
%{_kde4_sharedir}/kde4/services/*
06fe1a1
%{_kde4_sharedir}/kde4/servicetypes/*
06fe1a1
06fe1a1
06fe1a1
%changelog
Lukáš Tinkl 8d24386
* Wed Jul 03 2013 Lukáš Tinkl <ltinkl@redhat.com> - 0.3-3
Lukáš Tinkl 6a6da7c
- fix FTBS, build against libnm-qt
Lukáš Tinkl 6a6da7c
1b4b84c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-2
1b4b84c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1b4b84c
0a81f47
* Sat Oct 27 2012 Rex Dieter <rdieter@fedoraproject.org> 0.3-1
0a81f47
- 0.3
0a81f47
3597c62
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.2-2
3597c62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3597c62
a0fdfe8
* Sat Feb 18 2012 Radek Novacek <rnovacek@redhat.com> - 0.1.2-1
a0fdfe8
- Update to 0.1.2 (PA2)
a0fdfe8
a5ab767
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-2
a5ab767
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a5ab767
06fe1a1
* Tue Nov 08 2011 Jaroslav Reznik <jreznik@redhat.com> - 0.1.1-1
a0fdfe8
- initial try
a0fdfe8