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