BR: editorconfig (#1596280)

epel9
Rex Dieter 7 years ago
parent 6df84242ac
commit a948d60c78

@ -9,7 +9,7 @@
Name: kf5-%{framework}
Version: 5.47.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: KDE Frameworks 5 Tier 3 with advanced embeddable text editor
License: LGPLv2+
@ -51,8 +51,9 @@ BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(Qt5XmlPatterns)
%if 0%{?fedora} >= 22
BuildRequires: libgit2-devel >= 0.22.0
%if 0%{?fedora}
BuildRequires: pkgconfig(editorconfig)
BuildRequires: pkgconfig(libgit2) >= 0.22.0
%endif
%if 0%{?tests}
BuildRequires: pkgconfig(Qt5Script)
@ -144,6 +145,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog
* Thu Jun 28 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.47.0-4
- BR: editorconfig (#1596280)
* Fri Jun 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.47.0-3
- cleanup/cosmetics

Loading…
Cancel
Save