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:
parent
27e7211fa9
commit
163aef10cd
@ -55,7 +55,11 @@ make install DESTDIR=%{buildroot} %{verbose:V=1}
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS README
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%license COPYING
|
||||
%else
|
||||
%doc COPYING
|
||||
%endif
|
||||
%{_bindir}/patch
|
||||
%{_mandir}/man1/patch.1%{ext_man}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user