Compare commits
15 Commits
5.11.3-1ma
...
5.14.3-1ma
Author | SHA1 | Date | |
---|---|---|---|
c0508b903e | |||
2f78d929f7 | |||
b784f313aa | |||
fb05fae9f8 | |||
5fee8a0f4c | |||
f0e3598a9f | |||
908b2dd85d | |||
39f259efae | |||
2e9ce41e69 | |||
f7306e66ef | |||
7e11122431 | |||
eb72e7e57e | |||
f2b432e09d | |||
87a52ab3c3 | |||
7df56258ed |
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: plasma-pa
|
||||
Version: 5.11.3
|
||||
Version: 5.14.3
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 Pulseaudio configuration
|
||||
Group: Graphical Desktop/Applications/Configuration
|
||||
@ -30,6 +30,8 @@ BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: kmix
|
||||
Obsoletes: kmix
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: extra-cmake-modules
|
||||
@ -51,6 +53,9 @@ KDE Frameworks 5 Pulseaudio configuration.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
install -d -m0755 %{buildroot}%{_kde4_kconfupdatedir}
|
||||
mv %{buildroot}%{_datadir}/kde4/apps/kconf_update/* %{buildroot}%{_kde4_kconfupdatedir}/
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
@ -64,8 +69,8 @@ KDE Frameworks 5 Pulseaudio configuration.
|
||||
%{_datadir}/doc/HTML/en/kcontrol/plasma-pa/index.docbook
|
||||
%{_datadir}/kconf_update/disable_kmix.upd
|
||||
%{_datadir}/kconf_update/plasmaVolumeDisableKMixAutostart.pl
|
||||
%{_datadir}/kde4/apps/kconf_update/disable_kmix.upd
|
||||
%{_datadir}/kde4/apps/kconf_update/plasmaVolumeDisableKMixAutostart.pl
|
||||
%{_kde4_kconfupdatedir}/disable_kmix.upd
|
||||
%{_kde4_kconfupdatedir}/plasmaVolumeDisableKMixAutostart.pl
|
||||
%dir %{_datadir}/kpackage/kcms/kcm_pulseaudio
|
||||
%{_datadir}/kpackage/kcms/kcm_pulseaudio/*
|
||||
%{_datadir}/kservices5/kcm_pulseaudio.desktop
|
||||
@ -79,10 +84,69 @@ KDE Frameworks 5 Pulseaudio configuration.
|
||||
%lang(nl) %{_datadir}/doc/HTML/nl/kcontrol/plasma-pa
|
||||
%lang(pt) %{_datadir}/doc/HTML/pt/kcontrol/plasma-pa
|
||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kcontrol/plasma-pa
|
||||
%lang(ru) %{_datadir}/doc/HTML/ru/kcontrol/plasma-pa
|
||||
%lang(sv) %{_datadir}/doc/HTML/sv/kcontrol/plasma-pa
|
||||
%lang(uk) %{_datadir}/doc/HTML/uk/kcontrol/plasma-pa
|
||||
%doc COPYING COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Sat Nov 10 2018 Automatic Build System <autodist@mambasoft.it> 5.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 25 2018 Automatic Build System <autodist@mambasoft.it> 5.14.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 17 2018 Automatic Build System <autodist@mambasoft.it> 5.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 11 2018 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 05 2018 Automatic Build System <autodist@mambasoft.it> 5.13.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 03 2018 Automatic Build System <autodist@mambasoft.it> 5.13.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 11 2018 Automatic Build System <autodist@mambasoft.it> 5.13.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 26 2018 Automatic Build System <autodist@mambasoft.it> 5.13.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 20 2018 Automatic Build System <autodist@mambasoft.it> 5.13.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 5.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 02 2018 Automatic Build System <autodist@mambasoft.it> 5.12.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 01 2018 Automatic Build System <autodist@mambasoft.it> 5.12.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 20 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.12.3-2mamba
|
||||
- provide/obsolete kmix to replace it
|
||||
|
||||
* Wed Mar 07 2018 Automatic Build System <autodist@mambasoft.it> 5.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 21 2018 Automatic Build System <autodist@mambasoft.it> 5.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 14 2018 Automatic Build System <autodist@mambasoft.it> 5.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 03 2018 Automatic Build System <autodist@mambasoft.it> 5.11.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 07 2017 Automatic Build System <autodist@mambasoft.it> 5.11.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 08 2017 Automatic Build System <autodist@mambasoft.it> 5.11.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user