forked from pool/cdemu-client
xz compression
OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-client?expand=0&rev=9
This commit is contained in:
parent
d4e7681d10
commit
b510be5f80
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6238bea426258859069b382e018bf3d299d79fea6e3fc126e6d907f25a2de0d
|
|
||||||
size 28328
|
|
3
cdemu-client-2.0.0.tar.xz
Normal file
3
cdemu-client-2.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6dc0922ba0ac5e270bd4bd3e24990751e19bc7346a541281f034b91cf306b223
|
||||||
|
size 27112
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cdemu-client
|
# spec file for package cdemu-client
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -26,7 +26,8 @@ Url: http://cdemu.sf.net/
|
|||||||
|
|
||||||
#Freecode-URL: https://freecode.com/projects/cdemu-for-linux
|
#Freecode-URL: https://freecode.com/projects/cdemu-for-linux
|
||||||
#Git-Clone: git://git.code.sf.net/p/cdemu/code
|
#Git-Clone: git://git.code.sf.net/p/cdemu/code
|
||||||
Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
#DL-URL: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
||||||
|
Source: %name-%version.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake >= 2.8.5
|
BuildRequires: cmake >= 2.8.5
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
@ -36,6 +37,7 @@ BuildRequires: gettext >= 0.15
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: intltool >= 0.21
|
BuildRequires: intltool >= 0.21
|
||||||
BuildRequires: python >= 2.6
|
BuildRequires: python >= 2.6
|
||||||
|
BuildRequires: xz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: dbus-1-python
|
Requires: dbus-1-python
|
||||||
Requires: python >= 2.6
|
Requires: python >= 2.6
|
||||||
|
Loading…
Reference in New Issue
Block a user