epel8
Than Ngo 4 years ago
parent 80c46dd939
commit 5805cd2899

@ -2,7 +2,7 @@
Name: remmina Name: remmina
Version: 1.4.7 Version: 1.4.7
Release: 3%{?dist} Release: 4%{?dist}
Summary: Remote Desktop Client Summary: Remote Desktop Client
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: http://remmina.org URL: http://remmina.org
@ -254,11 +254,7 @@ export CFLAGS="%{optflags} -I%{_includedir}/harfbuzz"
export CFLAGS="%{optflags} -std=gnu99" export CFLAGS="%{optflags} -std=gnu99"
%endif %endif
%if 0%{?fedora} || 0%{?rhel} >= 8 %cmake \
%cmake --build=build \
%else
%cmake3 --build=build \
%endif
-DCMAKE_INSTALL_LIBDIR=%{_lib} \ -DCMAKE_INSTALL_LIBDIR=%{_lib} \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DWITH_APPINDICATOR=ON \ -DWITH_APPINDICATOR=ON \
@ -270,13 +266,12 @@ export CFLAGS="%{optflags} -std=gnu99"
-DWITH_LIBSSH=ON \ -DWITH_LIBSSH=ON \
-DWITH_SPICE=ON \ -DWITH_SPICE=ON \
-DWITH_TELEPATHY=OFF \ -DWITH_TELEPATHY=OFF \
-DWITH_VTE=ON \ -DWITH_VTE=ON
.
%make_build %cmake_build
%install %install
%make_install %cmake_install
mkdir -p %{buildroot}/%{_libdir}/cmake/%{name}/ mkdir -p %{buildroot}/%{_libdir}/cmake/%{name}/
cp -pr cmake/*.cmake %{buildroot}/%{_libdir}/cmake/%{name}/ cp -pr cmake/*.cmake %{buildroot}/%{_libdir}/cmake/%{name}/
@ -362,6 +357,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdat
%{_mandir}/man1/remmina-gnome.1.* %{_mandir}/man1/remmina-gnome.1.*
%changelog %changelog
* Mon Sep 07 2020 Than Ngo <than@redhat.com> - 1.4.7-4
- Fix FTBFS
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save