Cleanup specfile comments

This commit is contained in:
Jakub Jelen 2018-09-24 15:25:40 +02:00
parent 84d3ff9306
commit 8ebb9915a3

View File

@ -381,7 +381,7 @@ gpgv2 --quiet --keyring %{SOURCE3} %{SOURCE1} %{SOURCE0}
%patch0 -p1 -b .wIm
%endif
# investigate %patch102 -p1 -b .getaddrinfo
# investigate %%patch102 -p1 -b .getaddrinfo
%if %{pam_ssh_agent}
pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}
@ -544,7 +544,7 @@ perl -pi -e "s|-lcrypto|%{_libdir}/libcrypto.a|g" Makefile
make
# Define a variable to toggle gnome1/gtk2 building. This is necessary
# because RPM doesn't handle nested %if statements.
# because RPM doesn't handle nested %%if statements.
%if %{gtk2}
gtk2=yes
%else