.spec cleanup
epel9
Rex Dieter 4 years ago
parent 4ca262cb02
commit 38c97dd237

1
.gitignore vendored

@ -32,3 +32,4 @@
/syntax-highlighting-5.77.0.tar.xz
/syntax-highlighting-5.78.0.tar.xz
/syntax-highlighting-5.79.0.tar.xz
/syntax-highlighting-5.79.1.tar.xz

@ -1,4 +1,3 @@
%undefine __cmake_in_source_build
%global framework syntax-highlighting
# uncomment to enable bootstrap mode
@ -9,8 +8,8 @@
%endif
Name: kf5-%{framework}
Version: 5.79.0
Release: 2%{?dist}
Version: 5.79.1
Release: 1%{?dist}
Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions
License: MIT
@ -27,7 +26,6 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v
## upstream fixes (lookaside cache)
BuildRequires: make
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-rpm-macros
@ -56,8 +54,9 @@ developing applications that use %{name}.
%build
%{cmake_kf5} \
%cmake_kf5 \
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
%cmake_build
@ -92,6 +91,10 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog
* Tue Feb 16 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.79.1-1
- 5.79.1
- .spec cleanup
* Sat Feb 06 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.79.0-2
- respin

@ -1 +1 @@
SHA512 (syntax-highlighting-5.79.0.tar.xz) = 272c526b27da2acbdef04b4535c66aff36531221f9e7a8d0781fb8b066b4ce331e6ff31170065dbddcf9812856cf6bb531a7486dc6faf82854653f00bb5a46c9
SHA512 (syntax-highlighting-5.79.1.tar.xz) = 50c44c2040458c3e330ad9ec6956b0bb55fb88a3936e46ed758e5bf1f38efaa051304db80e26dea65a1b7ebf61b2144a06aa2ad89d5708ba346afa663b44bb1b

Loading…
Cancel
Save