This commit is contained in:
parent
ecaad3fa54
commit
c461c24809
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:46:28 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.08.0
|
||||||
|
* New feature release
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||||
|
- Changes since 17.04.3 :
|
||||||
|
* app: use Linux JSON dirs on any other UNIX too
|
||||||
|
* fluidsynth: improve loading of soundfont
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 5 18:19:37 UTC 2017 - christophe@krop.fr
|
Sat Aug 5 18:19:37 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
10
minuet.spec
10
minuet.spec
@ -19,7 +19,7 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Name: minuet
|
Name: minuet
|
||||||
Version: 17.07.90
|
Version: 17.07.90
|
||||||
@ -49,7 +49,9 @@ BuildRequires: cmake(Qt5Widgets) >= 5.7.0
|
|||||||
BuildRequires: pkgconfig(fluidsynth)
|
BuildRequires: pkgconfig(fluidsynth)
|
||||||
# Runtime requirement
|
# Runtime requirement
|
||||||
Requires: libqt5-qtquickcontrols2
|
Requires: libqt5-qtquickcontrols2
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -93,11 +95,11 @@ Development headers and libraries for Minuet.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
%{_kf5_bindir}/minuet
|
|
||||||
%dir %{_kf5_appstreamdir}
|
%dir %{_kf5_appstreamdir}
|
||||||
%{_kf5_appstreamdir}/org.kde.minuet.appdata.xml
|
%doc %lang(en) %{_kf5_htmldir}/en/minuet/
|
||||||
%{_kf5_applicationsdir}/org.kde.minuet.desktop
|
%{_kf5_applicationsdir}/org.kde.minuet.desktop
|
||||||
%{_kf5_htmldir}/en/minuet/
|
%{_kf5_appstreamdir}/org.kde.minuet.appdata.xml
|
||||||
|
%{_kf5_bindir}/minuet
|
||||||
%{_kf5_iconsdir}/hicolor
|
%{_kf5_iconsdir}/hicolor
|
||||||
%{_kf5_libdir}/libminuetinterfaces.so.*
|
%{_kf5_libdir}/libminuetinterfaces.so.*
|
||||||
%{_kf5_plugindir}/minuet/
|
%{_kf5_plugindir}/minuet/
|
||||||
|
Loading…
Reference in New Issue
Block a user