Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37878539
en ru br
ALT Linux repos
5.0: 0.8.4-alt1

Group :: Development/Python
RPM: python-module-dabo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# TODO: fix getDaboLocaleDir()
%define module dabo

Name: python-module-dabo
Version: 0.8.4
Release: alt1

Summary: true 3-tier desktop application framework

License: BSD like
Url: http://dabodev.com/
Group: Development/Python

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: ftp://dabodev.com/dabo/%module-%version.tar.bz2
Patch: %name-locale.patch

BuildArch: noarch

# manually removed: python-module-Rabbyt

# Automatically added by buildreq on Mon Dec 31 2007
BuildRequires: libuuid python-module-MySQLdb python-module-PyXML python-module-Pyrex python-module-ctypes python-module-pysqlite2 python-module-setuptools

BuildPreReq: rpm-build-compat

%description
Dabo is a Python module that provides a true 3-tier desktop application
framework. It separates the three main parts of a desktop app: database
access, user interface and business logic. You would typically use Dabo
to develop graphical, data-aware desktop applications.

%prep
%setup -q -n %module
%patch

%build
%python_build

%install
mkdir -p %buildroot%_datadir/
%python_install

mv %buildroot%_prefix/dabo/locale %buildroot%_datadir
%find_lang %module

%files -f %module.lang
%doc AUTHORS ANNOUNCE ChangeLog dabo/LICENSE.TXT README TODO
%doc demo
#%python_sitelibdir/Dabo-0.8.3-py2.4.egg-info/
%python_sitelibdir/dabo/


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin