update to 2.49a [release 2.49a-1mamba;Wed Mar 21 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 20:46:00 +01:00
parent 6c08c1da21
commit 42d7d8f485

View File

@ -3,7 +3,7 @@
%define kdever %(echo `rpm -q --queryformat '%{VERSION}' kdelibs`)
%define pkgver %(echo %version | sed "s|[a-z]||")
Name: basket
Version: 2.10b
Version: 2.49a
Release: 1mamba
Summary: BasKet note pads for KDE
Group: Graphical Desktop/Applications/Utilities
@ -11,17 +11,15 @@ Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: http://basket.kde.org
Source: https://launchpad.net/basket/kde4/%{version}/+download/basket-%{pkgver}-beta.tar.bz2
Source: https://launchpad.net/basket/kde5/%{version}/+download/basket-%{pkgver}-alpha.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: kdelibs-devel
BuildRequires: kdelibs-devel
BuildRequires: libgcc
BuildRequires: libgpg-error-devel
BuildRequires: libgpgme-devel
BuildRequires: libqimageblitz-devel
BuildRequires: libqt4-devel
BuildRequires: libqt5-devel
BuildRequires: libphonon-devel
BuildRequires: libqt-devel
BuildRequires: libstdc++6-devel
@ -37,11 +35,10 @@ This application provide as many baskets as you wish, and you can drag and drop
Objects can be edited, copied, dragged... So, you can arrange them as you want!
%prep
%setup -q -n basket-%{pkgver}-beta
%setup -q -n basket-%{pkgver}-alpha
%build
export KDEDIR=%{kdedir}
%cmake_kde4 -d build
%cmake_kde5 -d build
%make
%install
@ -56,21 +53,23 @@ cd build
%files
%defattr(-,root,root)
%{_kde4_bindir}/basket
%{_kde4_datadir}/basket
%{_kde4_libdir}/libbasketcommon.so*
%{_kde4_libdir}/kde4/kcm_basket.so
%{_kde4_libdir}/kde4/basketthumbcreator.so
%doc %lang(en) %{_kde4_htmldir}/en/basket/common
%doc %lang(en) %{_kde4_htmldir}/en/basket/index.cache.bz2
%doc %lang(en) %{_kde4_htmldir}/en/basket/index.docbook
%{_kde4_icondir}/hicolor
%{_kde4_servicesdir}/basket*
%{_kde4_xdgappsdir}/basket.desktop
%{_kde4_localedir}/*/LC_MESSAGES/basket.mo
%{_kde5_bindir}/basket
%{_kde5_datadir}/basket
%{_kde5_libdir}/libbasketcommon.so*
%{_libdir}/qt5/plugins/basketthumbcreator.so
%{_libdir}/qt5/plugins/kcm_basket.so
%{_datadir}/kxmlgui5/basket/basketui.rc
%doc %lang(en) %{_kde5_htmldir}/en/basket
%{_kde5_icondir}/hicolor
%{_kde5_servicesdir}/basket*
%{_kde5_xdgappsdir}/basket.desktop
%{_kde5_localedir}/*/LC_MESSAGES/basket.mo
%doc AUTHORS COPYING TODO
%changelog
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.49a-1mamba
- update to 2.49a
* Fri Nov 28 2014 Automatic Build System <autodist@mambasoft.it> 2.10b-1mamba
- automatic update by autodist