forked from pool/cdemu-client
Jan Engelhardt
6746d77168
OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-client?expand=0&rev=15
72 lines
2.0 KiB
RPMSpec
72 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package cdemu-client
|
|
#
|
|
# Copyright (c) 2014 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: 3.0.0
|
|
Release: 0
|
|
Summary: Command-line client to control cdemu-daemon
|
|
License: GPL-2.0+
|
|
Group: System/Filesystems
|
|
Url: http://cdemu.sf.net/about/client/
|
|
|
|
#Git-Clone: git://git.code.sf.net/p/cdemu/code
|
|
Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
|
BuildRequires: cmake >= 2.8.5
|
|
BuildRequires: gettext-tools >= 0.15
|
|
BuildRequires: intltool >= 0.21
|
|
BuildRequires: python >= 2.6
|
|
Requires: dbus-1-python
|
|
Requires: python >= 2.6
|
|
BuildArch: noarch
|
|
|
|
%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.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
cmake . \
|
|
-DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
|
|
-DCMAKE_INSTALL_LIBDIR:PATH="%_libdir"
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
%find_lang cdemu
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING NEWS README
|
|
%dir %_sysconfdir/bash_completion.d/
|
|
%config %_sysconfdir/bash_completion.d/cdemu-bash-completion.sh
|
|
%_bindir/cdemu
|
|
%_datadir/applications/%name.desktop
|
|
%_datadir/pixmaps/%name.svg
|
|
%_mandir/man1/cdemu.1*
|
|
|
|
%files lang -f cdemu.lang
|
|
|
|
%changelog
|