SHA256
1
0
forked from pool/patch

Don't use %license on SLE_12_SP2, it does not work.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/patch?expand=0&rev=55
This commit is contained in:
Jean Delvare 2018-03-22 14:22:21 +00:00 committed by Git OBS Bridge
parent 27e7211fa9
commit 163aef10cd

View File

@ -55,7 +55,11 @@ make install DESTDIR=%{buildroot} %{verbose:V=1}
%files %files
%doc AUTHORS NEWS README %doc AUTHORS NEWS README
%if 0%{?suse_version} >= 1500
%license COPYING %license COPYING
%else
%doc COPYING
%endif
%{_bindir}/patch %{_bindir}/patch
%{_mandir}/man1/patch.1%{ext_man} %{_mandir}/man1/patch.1%{ext_man}