automatic version update by autodist [release 23.08.5-1mamba;Thu Feb 15 2024]
This commit is contained in:
parent
47c687a609
commit
b1b0c02367
29
kwave.spec
29
kwave.spec
@ -1,15 +1,15 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kwave
|
||||
Version: 23.08.4
|
||||
Version: 23.08.5
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 sound editor
|
||||
Summary: KDE sound editor
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/kwave-%{version}.tar.xz
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kwave-%{version}.tar.xz
|
||||
Patch0: kwave-21.04.1-gcc-11.1.0.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -56,12 +56,12 @@ BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libmad-devel >= 0:0.16.3-1mamba
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: extra-cmake-modules
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
KDE Frameworks 5 sound editor.
|
||||
KDE sound editor.
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
@ -85,14 +85,14 @@ This package contains libraries and header files for developing applications tha
|
||||
%patch 0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -105,15 +105,15 @@ exit 0
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/kwave
|
||||
%dir %{_libdir}/qt5/plugins/kwave
|
||||
%{_libdir}/qt5/plugins/kwave/kwaveplugin_*.so
|
||||
%dir %{_libdir}/qt6/plugins/kwave
|
||||
%{_libdir}/qt6/plugins/kwave/kwaveplugin_*.so
|
||||
%{_datadir}/applications/org.kde.kwave.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/actions/kwave_*.svgz
|
||||
%{_datadir}/icons/hicolor/scalable/apps/kwave.svgz
|
||||
#%{_kde5_servicetypesdir}/kwave-plugin.desktop
|
||||
#%{_kf6_servicetypesdir}/kwave-plugin.desktop
|
||||
%dir %{_datadir}/kwave
|
||||
%{_datadir}/kwave/menus.config
|
||||
%dir %{_datadir}/kwave/pics
|
||||
@ -127,6 +127,9 @@ exit 0
|
||||
%{_libdir}/libkwavegui.so.*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user