1
0
forked from pool/cdemu-client

Accepting request 888532 from filesystems

- Update to 3.2.5

OBS-URL: https://build.opensuse.org/request/show/888532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdemu-client?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2021-04-27 19:34:32 +00:00 committed by Git OBS Bridge
commit aba676d212
4 changed files with 24 additions and 16 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 20 03:11:44 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 3.2.5
* Removed password parameter for security reasons
- Fixed URL
-------------------------------------------------------------------
Fri May 1 13:55:38 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package cdemu-client
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,22 +17,22 @@
Name: cdemu-client
Version: 3.2.4
Version: 3.2.5
Release: 0
Summary: Command-line client to control cdemu-daemon
License: GPL-2.0-or-later
Group: System/Filesystems
URL: https://cdemu.sf.net/about/client/
URL: https://cdemu.sourceforge.io/about/client/
#Git-Clone: git://git.code.sf.net/p/cdemu/code
Source: https://downloads.sf.net/cdemu/%name-%version.tar.bz2
BuildRequires: cmake >= 2.8.5
#Git-Clone: https://github.com/cdemu/cdemu
Source: https://downloads.sf.net/cdemu/%name-%version.tar.xz
BuildRequires: cmake >= 3.7
BuildRequires: gettext-tools >= 0.15
BuildRequires: gobject-introspection
BuildRequires: intltool >= 0.21
BuildRequires: python3 >= 3.4
BuildRequires: python3
BuildRequires: pkgconfig(bash-completion)
Requires: python3 >= 3.4
Requires: python3
Requires: python3-dbus-python
Requires: python3-gobject
BuildArch: noarch
@ -48,20 +48,21 @@ devices' status and retrieving/setting their debug masks.
%prep
%setup -q
sed -i "s|/usr/bin/env python3|%{_bindir}/python3|" src/cdemu
sed -i "s|/usr/bin/env python3|%_bindir/python3|" src/cdemu
%build
cmake . \
%cmake \
-DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
-DCMAKE_INSTALL_LIBDIR:PATH="%_libdir"
make %{?_smp_mflags}
%cmake_build
%install
%make_install
%cmake_install
%find_lang cdemu
%files
%doc AUTHORS COPYING README
%license COPYING
%doc AUTHORS README
%_bindir/cdemu
%_datadir/applications/%name.desktop
%_datadir/pixmaps/%name.svg