automatic version update by autodist [release 1.3.13-1mamba;Tue Oct 05 2021]
This commit is contained in:
parent
5c26366d6a
commit
3c3bdde56a
13
q4wine.spec
13
q4wine.spec
@ -1,19 +1,18 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: q4wine
|
Name: q4wine
|
||||||
Version: 1.3.12
|
Version: 1.3.13
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Qt GUI for WINE
|
Summary: A Qt GUI for WINE
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://q4wine.brezblock.org.ua/
|
URL: https://q4wine.brezblock.org.ua/
|
||||||
Source: http://downloads.sourceforge.net/project/q4wine/q4wine/q4wine%20%{pkgver}/q4wine-%{pkgver}.tar.bz2
|
Source: http://downloads.sourceforge.net/project/q4wine/q4wine/q4wine%20%{pkgver}/q4wine-%{pkgver}.tar.bz2
|
||||||
Patch0: q4wine-1.3.7-qt5.11.patch
|
Patch0: q4wine-1.3.7-qt5.11.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
@ -24,7 +23,6 @@ BuildRequires: fuseiso
|
|||||||
Requires: wine
|
Requires: wine
|
||||||
Requires: icoutils
|
Requires: icoutils
|
||||||
Requires: fuseiso
|
Requires: fuseiso
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Q4Wine is a Qt GUI for WINE. It will help you manage wine prefixes and installed applications.
|
Q4Wine is a Qt GUI for WINE. It will help you manage wine prefixes and installed applications.
|
||||||
@ -50,7 +48,7 @@ Q4Wine is a Qt GUI for WINE. It will help you manage wine prefixes and installed
|
|||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cmake -d build \
|
%cmake -d build \
|
||||||
-DWITH_WINETRIKS=ON \
|
-DWITH_WINETRIKS=ON \
|
||||||
-DWITH_APPSDB=ON \
|
-DWITH_APPSDB=ON \
|
||||||
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
@ -62,7 +60,7 @@ cmake -d build \
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono-dark
|
rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono-dark
|
||||||
|
|
||||||
@ -91,6 +89,9 @@ rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono-dark
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 05 2021 Automatic Build System <autodist@mambasoft.it> 1.3.13-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Feb 23 2021 Automatic Build System <autodist@mambasoft.it> 1.3.12-1mamba
|
* Tue Feb 23 2021 Automatic Build System <autodist@mambasoft.it> 1.3.12-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user