forked from pool/cdemu-client
Accepting request 886822 from home:susnux:branches:filesystems
Update and fix for URL OBS-URL: https://build.opensuse.org/request/show/886822 OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-client?expand=0&rev=34
This commit is contained in:
parent
8705978e75
commit
deeefc9970
@ -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>
|
||||
|
||||
|
@ -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
|
||||
Source: https://sourceforge.net/projects/cdemu/files/%{name}/%{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
|
||||
@ -61,7 +61,8 @@ make %{?_smp_mflags}
|
||||
%find_lang cdemu
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING README
|
||||
%license COPYING
|
||||
%doc AUTHORS README
|
||||
%_bindir/cdemu
|
||||
%_datadir/applications/%name.desktop
|
||||
%_datadir/pixmaps/%name.svg
|
||||
|
Loading…
Reference in New Issue
Block a user