1
0

- Use modern macro for cmake

OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=14
This commit is contained in:
Martin Pluskal 2019-11-05 13:23:41 +00:00 committed by Git OBS Bridge
parent a2f9c8e014
commit d4b6659489
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 5 13:23:24 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Use modern macro for cmake
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 17 12:24:58 UTC 2019 - Richard Brown <rbrown@suse.com> Thu Oct 17 12:24:58 UTC 2019 - Richard Brown <rbrown@suse.com>

View File

@ -21,7 +21,7 @@ Version: 6.4.0
Release: 0 Release: 0
Summary: Reference implementation of MultiMarkdown Summary: Reference implementation of MultiMarkdown
License: MIT License: MIT
URL: http://fletcherpenney.net/multimarkdown URL: https://fletcherpenney.net/multimarkdown
# We have to use tarball generated via _service as released ones are # We have to use tarball generated via _service as released ones are
# missing submodules that are necessary for building # missing submodules that are necessary for building
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
@ -46,7 +46,7 @@ to convert plain text into LaTeX in addition to HTML.
%build %build
%cmake %cmake
%make_jobs %cmake_build
%install %install
%cmake_install %cmake_install