rename to kmix-legacy to allow obsoleting kmix in plasma while keeping this package available [release 17.12.3-2mamba;Tue Mar 20 2018]
This commit is contained in:
parent
0ff5ceb2dc
commit
352be78ee1
266
kmix-legacy.spec
Normal file
266
kmix-legacy.spec
Normal file
@ -0,0 +1,266 @@
|
||||
Name: kmix-legacy
|
||||
Version: 17.12.3
|
||||
Release: 2mamba
|
||||
Summary: The KDE audio mixer
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/kmix-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libphonon-devel
|
||||
BuildRequires: libpulseaudio-devel
|
||||
BuildRequires: libpulseaudio-glib-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
KDE audio mixer.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n kmix-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build \
|
||||
-DKMIX_KF5_BUILD=ON
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/xdg/autostart/kmix_autostart.desktop
|
||||
%{_sysconfdir}/xdg/autostart/restore_kmix_volumes.desktop
|
||||
%{_kde5_bindir}/kmix
|
||||
%{_kde5_bindir}/kmixctrl
|
||||
%{_kde5_bindir}/kmixremote
|
||||
%{_libdir}/libkdeinit5_kmix.so
|
||||
%{_libdir}/libkdeinit5_kmixctrl.so
|
||||
%{_libdir}/qt5/plugins/libkded_kmixd.so
|
||||
%{_libdir}/qt5/plugins/plasma/dataengine/plasma_engine_mixer.so
|
||||
%{_datadir}/applications/org.kde.kmix.desktop
|
||||
%{_datadir}/icons/hicolor/*/actions/kmix.png
|
||||
%{_datadir}/kservices5/plasma-dataengine-mixer.desktop
|
||||
%{_datadir}/kxmlgui5/kmix/kmixui.rc
|
||||
%{_datadir}/metainfo/org.kde.kmix.appdata.xml
|
||||
%{_datadir}/plasma/services/mixer.operations
|
||||
%dir %{_kde5_datadir}/kmix
|
||||
%dir %{_kde5_datadir}/kmix/pics
|
||||
%{_kde5_datadir}/kmix/pics/*
|
||||
%dir %{_kde5_datadir}/kmix/profiles
|
||||
%{_kde5_datadir}/kmix/profiles/*
|
||||
%{_kde5_servicesdir}/kded/kmixd.desktop
|
||||
%{_kde5_servicesdir}/kmixctrl_restore.desktop
|
||||
%{_datadir}/dbus-1/interfaces/org.kde.kmix.control.xml
|
||||
%{_datadir}/dbus-1/interfaces/org.kde.kmix.mixer.xml
|
||||
%{_datadir}/dbus-1/interfaces/org.kde.kmix.mixset.xml
|
||||
%lang(ca) %{_datadir}/doc/HTML/ca/kmix
|
||||
%lang(cs) %{_datadir}/doc/HTML/cs/kmix
|
||||
%lang(de) %{_datadir}/doc/HTML/de/kmix
|
||||
%lang(en) %{_datadir}/doc/HTML/en/kmix
|
||||
%lang(es) %{_datadir}/doc/HTML/es/kmix
|
||||
%lang(et) %{_datadir}/doc/HTML/et/kmix
|
||||
%lang(fr) %{_datadir}/doc/HTML/fr/kmix
|
||||
%lang(gl) %{_datadir}/doc/HTML/gl/kmix
|
||||
%lang(it) %{_datadir}/doc/HTML/it/kmix
|
||||
%lang(lt) %{_datadir}/doc/HTML/lt/kmix
|
||||
%lang(nl) %{_datadir}/doc/HTML/nl/kmix
|
||||
%lang(pt) %{_datadir}/doc/HTML/pt/kmix
|
||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kmix
|
||||
%lang(ru) %{_datadir}/doc/HTML/ru/kmix
|
||||
%lang(sr) %{_datadir}/doc/HTML/sr/kmix
|
||||
%lang(sv) %{_datadir}/doc/HTML/sv/kmix
|
||||
%lang(uk) %{_datadir}/doc/HTML/uk/kmix
|
||||
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Tue Mar 20 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 17.12.3-2mamba
|
||||
- rename to kmix-legacy to allow obsoleting kmix in plasma while keeping this package available
|
||||
|
||||
* Thu Mar 08 2018 Automatic Build System <autodist@mambasoft.it> 17.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 17.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 11 2018 Automatic Build System <autodist@mambasoft.it> 17.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 04 2018 Automatic Build System <autodist@mambasoft.it> 17.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 08 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 17.08.3-2mamba
|
||||
- rebuild for kde5
|
||||
|
||||
* Fri Nov 10 2017 Automatic Build System <autodist@mambasoft.it> 17.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 12 2017 Automatic Build System <autodist@mambasoft.it> 17.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 08 2017 Automatic Build System <autodist@mambasoft.it> 17.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 22 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 14 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 21 2017 Automatic Build System <autodist@mambasoft.it> 17.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 15 2017 Automatic Build System <autodist@mambasoft.it> 17.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 23 2017 Automatic Build System <autodist@mambasoft.it> 17.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 13 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 17 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 09 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 16.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 31 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 15.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 03 2015 Automatic Build System <autodist@mambasoft.it> 15.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 12 2015 Automatic Build System <autodist@mambasoft.it> 15.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 19 2015 Automatic Build System <autodist@mambasoft.it> 15.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 10 2015 Automatic Build System <autodist@mambasoft.it> 14.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 08 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 14.12.2-1mamba
|
||||
- update to 14.12.2
|
||||
|
||||
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 28 2014 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 21 2014 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 13 2014 Automatic Build System <autodist@mambasoft.it> 4.13.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 19 2014 Automatic Build System <autodist@mambasoft.it> 4.13.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 23 2014 Automatic Build System <autodist@mambasoft.it> 4.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 03 2014 Automatic Build System <autodist@mambasoft.it> 4.12.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 14 2014 Automatic Build System <autodist@mambasoft.it> 4.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 19 2013 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 05 2013 Automatic Build System <autodist@mambasoft.it> 4.11.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 06 2013 Automatic Build System <autodist@mambasoft.it> 4.11.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 02 2013 Automatic Build System <autodist@mambasoft.it> 4.11.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 04 2013 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 14 2013 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 02 2013 Automatic Build System <autodist@mambasoft.it> 4.10.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 07 2013 Automatic Build System <autodist@mambasoft.it> 4.10.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 03 2013 Automatic Build System <autodist@mambasoft.it> 4.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 05 2013 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 13 2013 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 03 2013 Automatic Build System <autodist@mambasoft.it> 4.9.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 06 2012 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 08 2012 Automatic Build System <autodist@mambasoft.it> 4.9.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 24 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.2-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user