Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-grdwine
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-grdwine
Commits
64dc5412
Commit
64dc5412
authored
May 30, 2019
by
Konstantin Kondratyuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update spec
parent
05ccbc7c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
3 deletions
+28
-3
wine-grdwine.spec
wine-grdwine.spec
+28
-3
No files found.
wine-grdwine.spec
View file @
64dc5412
...
@@ -12,23 +12,48 @@ Packager: Konstantin Kondratyuk <kondratyuk@altlinux.org>
...
@@ -12,23 +12,48 @@ Packager: Konstantin Kondratyuk <kondratyuk@altlinux.org>
# Source-url: ftp://ftp.guardant.ru/support/linux/grdwine-%version.tar.gz
# Source-url: ftp://ftp.guardant.ru/support/linux/grdwine-%version.tar.gz
Source: %name-%version.tar
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
%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
%prep
%setup
%setup
%build
%build
#autoreconf
./bootstrap.sh
%if_with build64
%configure \
--enable-win64 \
%else
%configure \
%configure \
--with-wineincs=/usr/include \
%endif
--with-winedlls=/usr/lib/wine
--with-wineincs=%_includedir \
--with-winedlls=%buildroot/%winelibdir
%make_build
%make_build
%install
%install
mkdir -p %buildroot/%winelibdir/
%makeinstall_std
%makeinstall_std
%files
%files
%winelibdir/grdwine.dll.so
%changelog
%changelog
* Thu May 30 2019 Konstantin Kondratyuk <kondratyuk@altlinux.org> 0.5.5-alt1
* Thu May 30 2019 Konstantin Kondratyuk <kondratyuk@altlinux.org> 0.5.5-alt1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment