1
0
forked from pool/cdemu-client
Jan Engelhardt 2013-06-10 12:11:47 +00:00 committed by Git OBS Bridge
parent b510be5f80
commit 8f7e61129c
4 changed files with 12 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dc0922ba0ac5e270bd4bd3e24990751e19bc7346a541281f034b91cf306b223
size 27112

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bd0448368b5e51eb2acfe420f612f67e3b3d4aae4aa80fa36ce130fa0a10c9f
size 28173

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 10 12:10:55 UTC 2013 - jengelh@inai.de
- Update to new upstream release 2.1.0
* Added support for device addition/removal
-------------------------------------------------------------------
Sat Dec 22 08:23:15 UTC 2012 - jengelh@inai.de

View File

@ -17,7 +17,7 @@
Name: cdemu-client
Version: 2.0.0
Version: 2.1.0
Release: 0
Summary: Command-line client to control cdemu-daemon
License: GPL-2.0+
@ -26,8 +26,7 @@ Url: http://cdemu.sf.net/
#Freecode-URL: https://freecode.com/projects/cdemu-for-linux
#Git-Clone: git://git.code.sf.net/p/cdemu/code
#DL-URL: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
Source: %name-%version.tar.xz
Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake >= 2.8.5
%if 0%{?suse_version}
@ -37,7 +36,6 @@ BuildRequires: gettext >= 0.15
%endif
BuildRequires: intltool >= 0.21
BuildRequires: python >= 2.6
BuildRequires: xz
BuildArch: noarch
Requires: dbus-1-python
Requires: python >= 2.6
@ -50,7 +48,7 @@ CDEmu daemon, such as loading and unloading devices, displaying
devices' status and retrieving/setting their debug masks.
%prep
%setup -Tcqa0
%setup -q
mv po/no.po po/nb_NO.po;
%build