Use the correct patch

OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kgraphviewer?expand=0&rev=6
This commit is contained in:
Christophe Giboudeaux 2014-11-12 21:26:18 +00:00 committed by Git OBS Bridge
parent 0307ceb8d5
commit 4c78304e81
2 changed files with 5 additions and 5 deletions

View File

@ -25,6 +25,7 @@ License: GPL-2.0 and GPL-2.0+ and LGPL-2.1+ and GPL-3.0
Group: Development/Tools/Other Group: Development/Tools/Other
Url: https://projects.kde.org/kgraphviewer Url: https://projects.kde.org/kgraphviewer
Source0: ftp://ftp.kde.org/pub/kde/unstable/kgraphviewer/%{version}/src/%{name}-%{version}.tar.xz Source0: ftp://ftp.kde.org/pub/kde/unstable/kgraphviewer/%{version}/src/%{name}-%{version}.tar.xz
Source1: old_graphviz.diff
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: graphviz-devel BuildRequires: graphviz-devel
BuildRequires: libkde4-devel BuildRequires: libkde4-devel
@ -58,13 +59,12 @@ KGraphViewer is a Graphviz dot graph file viewer for KDE
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%if 0%{?suse_version} < 1320
# The patch inside the tarball doesn't apply
patch0 -p1
%endif
%build %build
%if 0%{?suse_version} < 1320
# The patch is in the tarball
patch -p1 < old_graphviz.diff
%endif
%cmake_kde4 -d build %cmake_kde4 -d build
%make_jobs %make_jobs