Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-vanilla
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-vanilla
Commits
09c80df6
Commit
09c80df6
authored
Jul 29, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update spec to new build 8.3 (with rpmrb script)
parent
85d5d077
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
wine-vanilla.spec
wine-vanilla.spec
+8
-10
No files found.
wine-vanilla.spec
View file @
09c80df6
...
...
@@ -13,7 +13,7 @@
%define winetricks_version 20220617
%define basemajor 8.x
%define major 8.
2
%define major 8.
3
%define rel %nil
%define conflictbase wine
...
...
@@ -215,7 +215,9 @@ BuildRequires: libunwind-devel
%endif
BuildRequires: libnetapi-devel
#BuildRequires: gstreamer-devel gst-plugins-devel
# TODO: osmesa
# can be missed on old systems
BuildRequires: libOSMesa-devel
%if_with vulkan
BuildRequires: libvulkan-devel
...
...
@@ -260,7 +262,6 @@ BuildRequires: desktop-file-utils
Requires: glibc-pthread glibc-nss
Requires: wine-gecko = %gecko_version
Conflicts: wine-mono < %mono_version
# For menu/MIME subsystem
Requires: desktop-file-utils
...
...
@@ -491,13 +492,6 @@ export CROSSCC=clang
find %buildroot%libwinedir/%winesodir -type f | xargs chmod 0644
find %buildroot%libwinedir/%winepedir -type f | xargs chmod 0644
%if_with libwine
# keep in libdir for compatibility
mv -v %buildroot%libwinedir/%winesodir/libwine.so.1* %buildroot%libdir
%else
rm -v %buildroot%libwinedir/%winesodir/libwine.so.1*
%endif
# hack for lib.req: ERROR: /tmp/.private/lav/wine-etersoft-buildroot/usr/lib64/wine/x86_64-unix/ws2_32.so: library ntdll.so not found
%if "%_vendor" == "alt"
cp -v %buildroot%libwinedir/%winesodir/ntdll.so %buildroot%libdir
...
...
@@ -822,6 +816,10 @@ fi
%libwinedir/%winesodir/lib*.a
%changelog
* Sat Jul 29 2023 Vitaly Lipatov <lav@altlinux.ru> 1:8.3-alt1
- new version 8.3 (with rpmrb script)
- add BuildRequires: libOSMesa-devel
* Thu Mar 09 2023 Vitaly Lipatov <lav@altlinux.ru> 1:8.2-alt1
- new version 8.2 (with rpmrb script)
- upgrade libpcap require to 1.10.3 (due pcap_init())
...
...
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