Commit 64dc5412 authored by Konstantin Kondratyuk's avatar Konstantin Kondratyuk

Update spec

parent 05ccbc7c
......@@ -12,23 +12,48 @@ Packager: Konstantin Kondratyuk <kondratyuk@altlinux.org>
# Source-url: ftp://ftp.guardant.ru/support/linux/grdwine-%version.tar.gz
Source: %name-%version.tar
Requires: libwine
BuildRequires: libwine-devel
%ifarch x86_64 aarch64
%def_with build64
%else
%def_without build64
%endif
%define winelibdir %_libdir/wine
%add_verify_elf_skiplist %winelibdir/grdwine.dll.so
%description
Guardant usb dongle helper library for Wine. Implementation of the GrdWine is based on Linux USB Device Filesystem and Linux USB HID Device Interface.
Guardant usb dongle helper library for Wine.
Implementation of the GrdWine is based on Linux USB Device
Filesystem and Linux USB HID Device Interface.
%prep
%setup
%build
#autoreconf
./bootstrap.sh
%if_with build64
%configure \
--enable-win64 \
%else
%configure \
--with-wineincs=/usr/include \
--with-winedlls=/usr/lib/wine
%endif
--with-wineincs=%_includedir \
--with-winedlls=%buildroot/%winelibdir
%make_build
%install
mkdir -p %buildroot/%winelibdir/
%makeinstall_std
%files
%winelibdir/grdwine.dll.so
%changelog
* Thu May 30 2019 Konstantin Kondratyuk <kondratyuk@altlinux.org> 0.5.5-alt1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment