2024-01-06 00:29:25 +01:00
|
|
|
Name: kalternatives
|
2024-01-06 00:29:26 +01:00
|
|
|
Version: 0.13.20200910
|
|
|
|
Release: 1mamba
|
2024-01-06 00:29:25 +01:00
|
|
|
Summary: A tool to graphically manage the alternatives system of some GNU/Linux distributions
|
|
|
|
Group: Graphical Desktop/Applications/Administration
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 00:29:26 +01:00
|
|
|
URL: https://github.com/KDE/kalternatives
|
|
|
|
Source: https://github.com/KDE/kalternatives.git/master/kalternatives-%{version}.tar.bz2
|
|
|
|
#Source: http://kde-apps.org/CONTENT/content-files/16016-kalternatives_%{version}.tar.gz
|
2024-01-06 00:29:25 +01:00
|
|
|
Source1: %{name}-desktop
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 00:29:26 +01:00
|
|
|
BuildRequires: ldconfig
|
2024-01-06 00:29:25 +01:00
|
|
|
BuildRequires: libgcc
|
2024-01-06 00:29:26 +01:00
|
|
|
BuildRequires: libkauth-devel
|
|
|
|
BuildRequires: libkcodecs-devel
|
|
|
|
BuildRequires: libkcompletion-devel
|
|
|
|
BuildRequires: libkconfig-devel
|
|
|
|
BuildRequires: libkconfigwidgets-devel
|
|
|
|
BuildRequires: libkcoreaddons-devel
|
|
|
|
BuildRequires: libki18n-devel
|
|
|
|
BuildRequires: libkiconthemes-devel
|
|
|
|
BuildRequires: libkio-devel
|
|
|
|
BuildRequires: libkjobwidgets-devel
|
|
|
|
BuildRequires: libkservice-devel
|
|
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
|
|
BuildRequires: libkwindowsystem-devel
|
|
|
|
BuildRequires: libqt5-devel
|
2024-01-06 00:29:25 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Kalternatives is a little tool to graphically manage the alternatives system of some GNU/Linux distributions.
|
|
|
|
|
2024-01-06 00:29:26 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 00:29:25 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-06 00:29:26 +01:00
|
|
|
#cp %{SOURCE1} src/kalternatives.desktop
|
2024-01-06 00:29:25 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 00:29:26 +01:00
|
|
|
%cmake_kde5 -d build \
|
|
|
|
-DKALTERNATIVES_DISTRO=rpm
|
|
|
|
|
2024-01-06 00:29:25 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-01-06 00:29:26 +01:00
|
|
|
#%find_lang %{name}
|
2024-01-06 00:29:25 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 00:29:26 +01:00
|
|
|
%files
|
|
|
|
#-f %{name}.lang
|
2024-01-06 00:29:25 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 00:29:26 +01:00
|
|
|
%{_libdir}/qt5/plugins/kcm_kalternatives.so
|
|
|
|
%{_datadir}/kservices5/kalternatives.desktop
|
|
|
|
%{_datadir}/kalternatives/icons/hicolor/*/actions/alternative-broken.png
|
2024-01-06 00:29:25 +01:00
|
|
|
%doc AUTHORS COPYING
|
2024-01-06 00:29:25 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 00:29:26 +01:00
|
|
|
* Thu Sep 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.20200910-1mamba
|
|
|
|
- update to 0.13.20200910
|
|
|
|
|
2024-01-06 00:29:25 +01:00
|
|
|
* Sat May 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-3mamba
|
|
|
|
- rebuilt
|
|
|
|
|
2024-01-06 00:29:25 +01:00
|
|
|
* Tue Apr 05 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-2mamba
|
|
|
|
- use kdesu instead of kdesudo to launch kalternatives
|
|
|
|
|
|
|
|
* Thu Mar 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-1mamba
|
|
|
|
- package created by autospec
|