# # spec file for package cdemu-client # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: cdemu-client Version: 1.5.0 Release: 0 Summary: Command-line client to control cdemu-daemon License: GPL-2.0+ Group: System/Filesystems Url: http://cdemu.sf.net/ Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 Patch1: cdemu-lang.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build #BuildRequires: autoconf >= 2.59 BuildRequires: intltool BuildArch: noarch Requires: python dbus-1-python %description cdemu-client is a command-line client for controlling cdemu-daemon. It provides a way to perform the key tasks related to controlling the CDEmu daemon, such as loading and unloading devices, displaying devices' status and retrieving/setting their debug masks. %prep %setup -q mv po/no.po po/nb_NO.po %patch -P 1 -p1 %build %configure make %{?_smp_mflags}; %install b="%buildroot"; make install DESTDIR="$b"; %find_lang %name %files -f %name.lang %defattr(-,root,root) %doc README %dir %_sysconfdir/bash_completion.d %config %_sysconfdir/bash_completion.d/cdemu-bashcomp %_bindir/cdemu %_datadir/applications/cdemu-client.desktop %_mandir/man1/cdemu.1* %changelog