Skip to content

Commit

Permalink
Merge pull request #24 from pbartfai/patch-2
Browse files Browse the repository at this point in the history
Mageia fix
  • Loading branch information
leozide committed Feb 28, 2017
2 parents 9f578c2 + e32febd commit fa099a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions leocad.spec
Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fa099a1

Please sign in to comment.