epel9
Rex Dieter 7 years ago
parent 633655e55b
commit 3e6dc70404

12
.gitignore vendored

@ -1,13 +1 @@
/khotkeys-5.10.4.tar.xz
/khotkeys-5.10.5.tar.xz
/khotkeys-5.11.1.tar.xz
/khotkeys-5.11.2.tar.xz
/khotkeys-5.11.3.tar.xz
/khotkeys-5.11.4.tar.xz
/khotkeys-5.11.5.tar.xz
/khotkeys-5.11.95.tar.xz
/khotkeys-5.12.0.tar.xz
/khotkeys-5.12.1.tar.xz
/khotkeys-5.12.2.tar.xz
/khotkeys-5.12.3.tar.xz
/khotkeys-5.12.4.tar.xz /khotkeys-5.12.4.tar.xz

@ -1,6 +1,6 @@
Name: khotkeys Name: khotkeys
Version: 5.12.4 Version: 5.12.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: Application to configure hotkeys in KDE Summary: Application to configure hotkeys in KDE
License: GPLv2+ License: GPLv2+
@ -73,8 +73,8 @@ popd
# hack around FTBFS: # hack around FTBFS:
# make[2]: *** No rule to make target 'app/org.kde.khotkeys.xml', needed by 'kcm_hotkeys/khotkeys_interface.cpp'. Stop. # make[2]: *** No rule to make target 'app/org.kde.khotkeys.xml', needed by 'kcm_hotkeys/khotkeys_interface.cpp'. Stop.
make %{?_smp_mflags} -C %{_target_platform}/app %make_build -C %{_target_platform}/app
make %{?_smp_mflags} -C %{_target_platform} %make_build -C %{_target_platform}
%install %install
@ -83,8 +83,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang khotkeys --with-html %find_lang khotkeys --with-html
%post -p /sbin/ldconfig %ldconfig_scriptlets
%postun -p /sbin/ldconfig
%files -f khotkeys.lang %files -f khotkeys.lang
%license COPYING* %license COPYING*
@ -100,6 +99,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog %changelog
* Tue May 01 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-2
- cleanup
* Tue Mar 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-1 * Tue Mar 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-1
- 5.12.4 - 5.12.4

Loading…
Cancel
Save