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:
commit
aba676d212
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be229d1f42f74ff3d81403e77a2210deb330354c0c153d9c7432dca0a4a29eeb
|
|
||||||
size 44284
|
|
3
cdemu-client-3.2.5.tar.xz
Normal file
3
cdemu-client-3.2.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a72d85eb5bfcbced0108cd7c1827e50220f8f1d7998db30ceb0aa808366c39df
|
||||||
|
size 41596
|
@ -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>
|
Fri May 1 13:55:38 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cdemu-client
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,22 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cdemu-client
|
Name: cdemu-client
|
||||||
Version: 3.2.4
|
Version: 3.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line client to control cdemu-daemon
|
Summary: Command-line client to control cdemu-daemon
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Filesystems
|
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
|
#Git-Clone: https://github.com/cdemu/cdemu
|
||||||
Source: https://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
Source: https://downloads.sf.net/cdemu/%name-%version.tar.xz
|
||||||
BuildRequires: cmake >= 2.8.5
|
BuildRequires: cmake >= 3.7
|
||||||
BuildRequires: gettext-tools >= 0.15
|
BuildRequires: gettext-tools >= 0.15
|
||||||
BuildRequires: gobject-introspection
|
BuildRequires: gobject-introspection
|
||||||
BuildRequires: intltool >= 0.21
|
BuildRequires: intltool >= 0.21
|
||||||
BuildRequires: python3 >= 3.4
|
BuildRequires: python3
|
||||||
BuildRequires: pkgconfig(bash-completion)
|
BuildRequires: pkgconfig(bash-completion)
|
||||||
Requires: python3 >= 3.4
|
Requires: python3
|
||||||
Requires: python3-dbus-python
|
Requires: python3-dbus-python
|
||||||
Requires: python3-gobject
|
Requires: python3-gobject
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -48,20 +48,21 @@ devices' status and retrieving/setting their debug masks.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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
|
%build
|
||||||
cmake . \
|
%cmake \
|
||||||
-DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
|
-DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
|
||||||
-DCMAKE_INSTALL_LIBDIR:PATH="%_libdir"
|
-DCMAKE_INSTALL_LIBDIR:PATH="%_libdir"
|
||||||
make %{?_smp_mflags}
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%cmake_install
|
||||||
%find_lang cdemu
|
%find_lang cdemu
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS COPYING README
|
%license COPYING
|
||||||
|
%doc AUTHORS README
|
||||||
%_bindir/cdemu
|
%_bindir/cdemu
|
||||||
%_datadir/applications/%name.desktop
|
%_datadir/applications/%name.desktop
|
||||||
%_datadir/pixmaps/%name.svg
|
%_datadir/pixmaps/%name.svg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user