%global python_module_name cdemu Name: cdemu-client Version: 1.2.0 Release: alt1 Summary: A simple command-line client to control CDEmu daemon License: GPLv2+ Group: File tools Url: http://cdemu.sourceforge.net Source: http://downloads.sourceforge.net/cdemu/%name-%version.tar # Automatically added by buildreq on Sun Sep 20 2009 BuildRequires: intltool python-devel BuildRequires: python-module-dbus-devel BuildRequires: gettext BuildRequires: perl-XML-Parser BuildRequires: python-dev %description This is cdemu-client, a simple command-line client for controlling CDEmu service. It is part of the userspace-cdemu suite, a free, GPL CD/DVD-ROM device emulator for linux. It provides a way to perform the key tasks related to controlling the CDEmu service, such as loading and unloading devices, displaying devices' status and retrieving/setting devices' debug masks. %prep %setup %build %autoreconf %configure %make_build %install %makeinstall_std %find_lang %name %files -f %name.lang %doc AUTHORS ChangeLog COPYING NEWS README %dir %python_sitelibdir/%python_module_name/ %python_sitelibdir/%python_module_name/*.py* %_bindir/* %_man1dir/* %changelog * Sun Sep 20 2009 Michael Shigorin 1.2.0-alt1 - 1.2.0 (closes: #21035) - minor spec cleanup * Fri Nov 14 2008 Nick S. Grechukh 1.1.0-alt1 - first build for ALT Linux * Sat Jun 28 2008 Rok Mandeljc - 1.1.0-1 - Updated to 1.1.0 * Thu Dec 20 2007 Rok Mandeljc - 1.0.0-1 - Initial RPM release.