Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Michel Alexandre Salim
b76fa59c30 Fix for doc files being copied by install script; the directory used
is not the same as the one RPM expects on Fedora < 20
2014-02-19 08:57:28 +07:00

View file

@ -96,6 +96,11 @@ make install_system DESTDIR=$RPM_BUILD_ROOT
# fix permission of shared objects
chmod +x $RPM_BUILD_ROOT%{_libdir}/0install.net/gui_gtk.cmxs
# Fedora < 20: adjust docdir to still include version
%if 0%{?fedora} < 20
mv $RPM_BUILD_ROOT%{_docdir}/%{name} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
%endif
mkdir -p "$RPM_BUILD_ROOT%{cache_dir}/implementations"
desktop-file-validate \