forked from pool/MultiMarkdown-6
- Conflict with MultiMarkdown-5
- Provide virtual package markdown OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=3
This commit is contained in:
parent
505dad0067
commit
8eee7d9a4b
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 3 09:25:51 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Conflict with MultiMarkdown-5
|
||||||
|
- Provide virtual package markdown
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 19 13:37:22 UTC 2017 - mpluskal@suse.com
|
Thu Oct 19 13:37:22 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -30,6 +30,8 @@ BuildRequires: cmake
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: texlive-filesystem
|
BuildRequires: texlive-filesystem
|
||||||
|
Conflicts: MultiMarkdown-5
|
||||||
|
Provides: markdown
|
||||||
Requires: texlive-filesystem
|
Requires: texlive-filesystem
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
@ -44,7 +46,7 @@ to convert plain text into LaTeX in addition to HTML.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
make %{?_smp_mflags}
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
Loading…
Reference in New Issue
Block a user