mirror of
https://github.com/leozide/leocad
synced 2024-11-16 07:47:27 +01:00
Mageia fix
This commit is contained in:
parent
9f578c21fa
commit
e32febd6e1
1 changed files with 11 additions and 0 deletions
11
leocad.spec
11
leocad.spec
|
@ -108,6 +108,13 @@ Requires(post): desktop-file-utils
|
|||
|
||||
%if 0%{?mageia}
|
||||
BuildRequires: libqt4-devel
|
||||
%if 0%{?opensuse_bs}
|
||||
%ifarch x86_64
|
||||
BuildRequires: lib64uuid-devel
|
||||
%else
|
||||
BuildRequires: libuuid-devel
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{?mdkversion}
|
||||
|
@ -248,7 +255,11 @@ install -m 644 resources/leocad.svg \
|
|||
%{_datadir}/applications/leocad.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/mimetypes/application-vnd.leocad.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/leocad.svg
|
||||
%if 0%{?mdkversion} || 0%{?mageia}
|
||||
%{_mandir}/man1/leocad.1.xz
|
||||
%else
|
||||
%{_mandir}/man1/leocad.1.gz
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
|
Loading…
Reference in a new issue