.spec cosmetics, update URL

add runtime deps: udisks2, upower
epel9
Rex Dieter 8 years ago
parent 93d6fc045f
commit a6ccc32444

16
.gitignore vendored

@ -1,17 +1 @@
/solid-5.18.0.tar.xz
/solid-5.19.0.tar.xz
/solid-5.20.0.tar.xz
/solid-5.21.0.tar.xz
/solid-5.22.0.tar.xz
/solid-5.23.0.tar.xz
/solid-5.24.0.tar.xz
/solid-5.25.0.tar.xz
/solid-5.26.0.tar.xz
/solid-5.27.0.tar.xz
/solid-5.29.0.tar.xz
/solid-5.31.0.tar.xz
/solid-5.32.0.tar.xz
/solid-5.33.0.tar.xz
/solid-5.34.0.tar.xz
/solid-5.35.0.tar.xz
/solid-5.36.0.tar.xz

@ -1,12 +1,12 @@
%global framework solid
Name: kf5-%{framework}
Name: kf5-%{framework}
Version: 5.36.0
Release: 3%{?dist}
Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information
Release: 4%{?dist}
Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information
License: LGPLv2+
URL: https://cgit.kde.org/%{framework}.git
License: LGPLv2+
URL: https://solid.kde.org/
%global versiondir %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
@ -15,7 +15,7 @@ URL: https://cgit.kde.org/%{framework}.git
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
# Workaround https://bugzilla.redhat.com/show_bug.cgi?id=1364943
# Technically only affects rawhide/f26, but is harmless elsewhere too
@ -33,12 +33,16 @@ BuildRequires: systemd-devel
# Predicate parser deps
BuildRequires: bison
BuildRequires: flex
# really runtime-only dep, but doesn't hurt to check availability at buildtime
BuildRequires: media-player-info
%if 0%{?fedora} > 23
Recommends: media-player-info
Recommends: udisks2
Recommends: upower
%else
# really runtime-only dep, but doesn't hurt to check availability at buildtime
BuildRequires: media-player-info
Requires: media-player-info
Requires: udisks2
Requires: upower
%endif
%endif
@ -112,6 +116,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Fri Aug 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.36.0-4
- .spec cosmetics, update URL
- add runtime deps: udisks2, upower
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.36.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

Loading…
Cancel
Save