update to 3.1.81 [release 3.1.81-1mamba;Sun Dec 22 2024]
This commit is contained in:
parent
d847fae056
commit
c606d76f47
45
amarok.spec
45
amarok.spec
@ -1,5 +1,5 @@
|
||||
Name: amarok
|
||||
Version: 3.1.1
|
||||
Version: 3.1.81
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: A powerful music player for KDE
|
||||
@ -8,11 +8,18 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://amarok.kde.org
|
||||
Source: https://download.kde.org/stable/amarok/%{version}/amarok-%{version}.tar.xz
|
||||
Source: https://download.kde.org/%{stable_kf6}/amarok/%{version}/amarok-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5DBus
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Network
|
||||
BuildRequires: libQt5Sql
|
||||
BuildRequires: libQt5Svg-devel
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libQt5Xml
|
||||
BuildRequires: libavcodec-devel
|
||||
BuildRequires: libavformat-devel
|
||||
BuildRequires: libavutil-devel
|
||||
@ -55,7 +62,6 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtag-devel
|
||||
BuildRequires: libtag-extras-devel
|
||||
BuildRequires: libthreadweaver-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: coreutils
|
||||
@ -113,34 +119,12 @@ Amarok is a powerful music player for Linux and Unix, MacOS X and Windows with a
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||
|
||||
# remove unpackaged files
|
||||
#rm -f %{buildroot}%{_kde4_libdir}/libamarok{-sqlcollection,ocsclient}.so
|
||||
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
touch --no-create %{_kde4_iconsdir}/hicolor &>/dev/null
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
if [ $1 -eq 0 ] ; then
|
||||
update-desktop-database -q &>/dev/null
|
||||
touch --no-create %{_kde5_iconsdir}/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_kde5_iconsdir}/hicolor &>/dev/null
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q &>/dev/null
|
||||
gtk-update-icon-cache %{_kde5_iconsdir}/hicolor &>/dev/null
|
||||
exit 0
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_bindir}/*
|
||||
%{_kde5_libdir}/libamarokcore.so
|
||||
@ -174,12 +158,15 @@ exit 0
|
||||
%{_kde5_configdir}/amarok_homerc
|
||||
%{_kde5_icondir}/hicolor/*/apps/amarok.png
|
||||
%{_kde5_servicesdir}/ServiceMenus/*.desktop
|
||||
%{_kde5_servicesdir}/*.desktop
|
||||
#%{_kde5_servicesdir}/*.desktop
|
||||
%{_kde5_servicesdir}/*.protocol
|
||||
%{_kde5_servicetypesdir}/*.desktop
|
||||
#%{_kde5_servicetypesdir}/*.desktop
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Sun Dec 22 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.81-1mamba
|
||||
- update to 3.1.81
|
||||
|
||||
* Mon Sep 30 2024 Automatic Build System <autodist@openmamba.org> 3.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user