kalternatives/kalternatives.spec

80 lines
2.4 KiB
RPMSpec
Raw Normal View History

Name: kalternatives
Version: 0.13.20200910
Release: 1mamba
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>
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
Source1: %{name}-desktop
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libgcc
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
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.
%debug_package
%prep
%setup -q
#cp %{SOURCE1} src/kalternatives.desktop
%build
%cmake_kde5 -d build \
-DKALTERNATIVES_DISTRO=rpm
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
#%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
#-f %{name}.lang
%defattr(-,root,root)
%{_libdir}/qt5/plugins/kcm_kalternatives.so
%{_datadir}/kservices5/kalternatives.desktop
%{_datadir}/kalternatives/icons/hicolor/*/actions/alternative-broken.png
%doc AUTHORS COPYING
%changelog
* Thu Sep 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.20200910-1mamba
- update to 0.13.20200910
* Sat May 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-3mamba
- rebuilt
* 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