This commit is contained in:
parent
a84747a898
commit
421fb0590b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 15 22:07:35 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Require extra-cmake-modules at build time
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 17 20:42:04 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Wed Jul 17 20:42:04 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ Group: Development/Tools/Other
|
|||||||
URL: https://www.kde.org/applications/graphics/kgraphviewer/
|
URL: https://www.kde.org/applications/graphics/kgraphviewer/
|
||||||
Source: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: graphviz-devel
|
BuildRequires: graphviz-devel
|
||||||
BuildRequires: kcoreaddons-devel
|
BuildRequires: kcoreaddons-devel
|
||||||
BuildRequires: kdoctools-devel
|
BuildRequires: kdoctools-devel
|
||||||
@ -69,17 +70,17 @@ Graphs are commonly used in scientific domains and particularly in computer scie
|
|||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
%find_lang kgraphviewer %{name}.lang
|
%find_lang kgraphviewer %{name}.lang
|
||||||
%{kf5_find_htmldocs}
|
%{kf5_find_htmldocs}
|
||||||
|
|
||||||
%post -n libkgraphviewer%{soname} -p /sbin/ldconfig
|
%post -n libkgraphviewer%{soname} -p /sbin/ldconfig
|
||||||
%postun -n libkgraphviewer%{soname} -p /sbin/ldconfig
|
%postun -n libkgraphviewer%{soname} -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user