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