summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLyes Saadi <mail@lyes.eu>2020-02-14 20:23:25 +0100
committerLyes Saadi <mail@lyes.eu>2020-02-14 20:23:25 +0100
commitd4dd4459343f0c0c2e89d4569e407951ca7af078 (patch)
tree83de00be6c449d8582ad553f738d7848ac4e3830
parent60153ca47cc0fcc31a3a3fbd610918e270a9829b (diff)
downloadspec-d4dd4459343f0c0c2e89d4569e407951ca7af078.tar.gz
spec-d4dd4459343f0c0c2e89d4569e407951ca7af078.tar.xz
spec-d4dd4459343f0c0c2e89d4569e407951ca7af078.zip
Deleting MultiMarkdown.
-rw-r--r--multimarkdown/MultiMarkdown-6.spec74
1 files changed, 0 insertions, 74 deletions
diff --git a/multimarkdown/MultiMarkdown-6.spec b/multimarkdown/MultiMarkdown-6.spec
deleted file mode 100644
index 6912e02..0000000
--- a/multimarkdown/MultiMarkdown-6.spec
+++ /dev/null
@@ -1,74 +0,0 @@
-Name: MultiMarkdown-6
-Version: 6.5.1
-Release: 2%{?dist}
-Summary: Lightweight markup processor to produce HTML, LaTeX, and more
-
-License: MIT and GPLv2 and BSD and zlib # See #20 about GPLv2.
-URL: https://fletcher.github.io/MultiMarkdown-6/
-Source0: https://github.com/fletcher/MultiMarkdown-6/archive/%{version}/%{name}-%{version}.tar.gz
-
-BuildRequires: cmake
-BuildRequires: gcc-c++
-BuildRequires: make
-BuildRequires: perl
-
-# I will procede for a request to unbundle these as stated in:
-# https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling
-# But I do not think it will be possible as all bundled libs seems modified.
-# For MultiMarkdown-4... I don't think that's even necessary :).
-Provides: bundled(CuTest)
-Provides: bundled(argtable3)
-Provides: bundled(miniz)
-Provides: bundled(uthash)
-# Wait, I cannot find the files from MultiMarkdown-4 ?!
-Provides: bundled(MultiMarkdown-4) = 4.7.1
-
-%description
-MultiMarkdown is a superset of the Markdown lightweight markup syntax with
-support for additional output formats and features.
-
-Writing with MultiMarkdown allows you to separate the content and structure of
-your document from the formatting. You focus on the actual writing, without
-having to worry about making the styles of your chapter headers match, or
-ensuring the proper spacing between paragraphs. And with a little forethought, a
-single plain text document can easily be converted into multiple output formats
-without having to rewrite the entire thing or format it by hand. Even better,
-you don’t have to write in “computer-ese” to create well formatted HTML or LaTeX
-commands. You just write, MultiMarkdown takes care of the rest.
-
-%prep
-%autosetup
-
-%build
-cd build
-%cmake -D CMAKE_BUILD_TYPE=Release ..
-%make_build
-
-%install
-%cmake -D CMAKE_INSTALL_PREFIX=%{buildroot}/usr -P build/cmake_install.cmake
-
-# Removing these 2 files as they can cause conflicts with discount and mtools respectively:
-# https://docs.fedoraproject.org/en-US/packaging-guidelines/Conflicts/
-# Also, neither of them do apply for an alternative according to these guidelines:
-# https://docs.fedoraproject.org/en-US/packaging-guidelines/Alternatives/
-# I will procede to request a name change (mmd -> mmd6 ?).
-rm -f %{buildroot}/usr/bin/markdown %{buildroot}/usr/bin/mmd
-
-%check
-cd build
-ctest -V %{?_smp_mflags}
-
-%files
-%license LICENSE.txt
-%doc QuickStart/QuickStart.*
-%doc DevelopmentNotes/DevelopmentNotes.*
-%{_bindir}/multimarkdown
-%{_bindir}/mmd2*
-%{_datadir}/texmf/tex/latex/mmd6
-
-%changelog
-* Thu Feb 06 2020 Lyes Saadi <fedora@lyes.eu> - 6.5.1-2
-- Fixing tests.
-
-* Thu Feb 06 2020 Lyes Saadi <fedora@lyes.eu> - 6.5.1-1
-- Initial package.