forked from pool/cdemu-daemon
cdemu-daemon-2.1.1
OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=19
This commit is contained in:
parent
010febd986
commit
d9b20c8e91
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8224a5d8d16cbd9a2294e9c7ab544d61059d9870023e48705699af7366846580
|
||||
size 62540
|
3
cdemu-daemon-2.1.1.tar.bz2
Normal file
3
cdemu-daemon-2.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d26782071184d555b06ad5def7d1c22916cbeb73377328879499b91e1196f36f
|
||||
size 62600
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 11:23:28 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.1.1
|
||||
* allow bad sector verification to be turned off (which is now
|
||||
default) in order to increase device throughput
|
||||
* DPM emulation is now turned off by default as well
|
||||
* make sure that EDC and subchannel verification is never performed
|
||||
for generated data
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 9 14:37:29 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cdemu-daemon
|
||||
Version: 2.1.0
|
||||
Version: 2.1.1
|
||||
Release: 0
|
||||
Summary: Device daemon for cdemu, a virtual CD-ROM device emulator
|
||||
License: GPL-2.0+
|
||||
@ -39,7 +39,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.28
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.28
|
||||
BuildRequires: pkgconfig(gthread-2.0) >= 2.28
|
||||
BuildRequires: pkgconfig(libmirage) >= 2.1.0
|
||||
BuildRequires: pkgconfig(libmirage) >= 2.1.1
|
||||
|
||||
%description
|
||||
cdemu-daemon receives SCSI commands from kernel module thorugh the
|
||||
@ -57,11 +57,9 @@ that can be used by clients to control it.
|
||||
%patch -P 1 -p1
|
||||
|
||||
%build
|
||||
# cdemu-daemon still uses deprecated g_thread_init, so use
|
||||
# G_DISABLE_DEPRECATED.
|
||||
cmake . -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
|
||||
-DCMAKE_INSTALL_LIBEXECDIR:PATH="%_libexecdir" \
|
||||
-DCMAKE_C_FLAGS:STRING="%optflags -UG_DISABLE_DEPRECATED";
|
||||
-DCMAKE_C_FLAGS:STRING="%optflags";
|
||||
make %{?_smp_mflags};
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user