automatic update by autodist [release 2.10b-1mamba;Fri Nov 28 2014]
This commit is contained in:
parent
a08b154c57
commit
6c08c1da21
19
basket.spec
19
basket.spec
@ -1,9 +1,9 @@
|
|||||||
%define qtver %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' libqt`)
|
%define qtver %(echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' libqt`)
|
||||||
%define kdedir %(echo `kde-config --prefix`)
|
%define kdedir %(echo `kde-config --prefix`)
|
||||||
%define kdever %(echo `rpm -q --queryformat '%{VERSION}' kdelibs`)
|
%define kdever %(echo `rpm -q --queryformat '%{VERSION}' kdelibs`)
|
||||||
|
%define pkgver %(echo %version | sed "s|[a-z]||")
|
||||||
Name: basket
|
Name: basket
|
||||||
Version: 1.90.git20090518
|
Version: 2.10b
|
||||||
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,7 +11,7 @@ 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: http://basket.kde.org/downloads/basket-%{version}.tar.bz2
|
Source: https://launchpad.net/basket/kde4/%{version}/+download/basket-%{pkgver}-beta.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -37,7 +37,7 @@ 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
|
%setup -q -n basket-%{pkgver}-beta
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export KDEDIR=%{kdedir}
|
export KDEDIR=%{kdedir}
|
||||||
@ -58,15 +58,22 @@ cd build
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_bindir}/basket
|
%{_kde4_bindir}/basket
|
||||||
%{_kde4_datadir}/basket
|
%{_kde4_datadir}/basket
|
||||||
%{_kde4_icondir}/crystalsvg
|
|
||||||
%{_kde4_libdir}/libbasketcommon.so*
|
%{_kde4_libdir}/libbasketcommon.so*
|
||||||
%{_kde4_libdir}/kde4/kcm_basket.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_servicesdir}/basket*
|
||||||
%{_kde4_xdgappsdir}/basket.desktop
|
%{_kde4_xdgappsdir}/basket.desktop
|
||||||
%{_kde4_localedir}/*/LC_MESSAGES/basket.mo
|
%{_kde4_localedir}/*/LC_MESSAGES/basket.mo
|
||||||
%doc AUTHORS COPYING README TODO
|
%doc AUTHORS COPYING TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 28 2014 Automatic Build System <autodist@mambasoft.it> 2.10b-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Mon May 18 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.90.git20090518-1mamba
|
* Mon May 18 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.90.git20090518-1mamba
|
||||||
- update to 1.90.git20090518
|
- update to 1.90.git20090518
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user