update to 0.13.20200910 [release 0.13.20200910-1mamba;Thu Sep 10 2020]
This commit is contained in:
parent
669df6baf3
commit
964e48fe56
@ -1,20 +1,34 @@
|
|||||||
Name: kalternatives
|
Name: kalternatives
|
||||||
Version: 0.13
|
Version: 0.13.20200910
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: A tool to graphically manage the alternatives system of some GNU/Linux distributions
|
Summary: A tool to graphically manage the alternatives system of some GNU/Linux distributions
|
||||||
Group: Graphical Desktop/Applications/Administration
|
Group: Graphical Desktop/Applications/Administration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://kde-apps.org/content/show.php/Kalternatives?content=16016
|
URL: https://github.com/KDE/kalternatives
|
||||||
Source: http://kde-apps.org/CONTENT/content-files/16016-kalternatives_%{version}.tar.gz
|
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
|
Source1: %{name}-desktop
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kdelibs-devel
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqt4-devel
|
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
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -22,33 +36,39 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
Kalternatives is a little tool to graphically manage the alternatives system of some GNU/Linux distributions.
|
Kalternatives is a little tool to graphically manage the alternatives system of some GNU/Linux distributions.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE1} src/kalternatives.desktop
|
#cp %{SOURCE1} src/kalternatives.desktop
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build \
|
%cmake_kde5 -d build \
|
||||||
-DKALTERNATIVES_DISTRO=rpm_2
|
-DKALTERNATIVES_DISTRO=rpm
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
%find_lang %{name}
|
#%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
|
#-f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_libdir}/kde4/kcm_kalternatives.so
|
%{_libdir}/qt5/plugins/kcm_kalternatives.so
|
||||||
%{_kde4_datadir}/kalternatives/icons/hicolor/*/actions/alternative-broken.png
|
%{_datadir}/kservices5/kalternatives.desktop
|
||||||
%{_kde4_servicesdir}/kalternatives.desktop
|
%{_datadir}/kalternatives/icons/hicolor/*/actions/alternative-broken.png
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#NEWS README TODO
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-3mamba
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user