mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
commit
fa099a12e2
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}
|
%if 0%{?mageia}
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
|
%if 0%{?opensuse_bs}
|
||||||
|
%ifarch x86_64
|
||||||
|
BuildRequires: lib64uuid-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?mdkversion}
|
%if 0%{?mdkversion}
|
||||||
|
@ -248,7 +255,11 @@ install -m 644 resources/leocad.svg \
|
||||||
%{_datadir}/applications/leocad.desktop
|
%{_datadir}/applications/leocad.desktop
|
||||||
%{_datadir}/icons/hicolor/scalable/mimetypes/application-vnd.leocad.svg
|
%{_datadir}/icons/hicolor/scalable/mimetypes/application-vnd.leocad.svg
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/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
|
%{_mandir}/man1/leocad.1.gz
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
Loading…
Reference in a new issue