summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLyes Saadi <mail@lyes.eu>2020-02-06 13:59:28 +0100
committerLyes Saadi <mail@lyes.eu>2020-02-06 13:59:28 +0100
commitd53f162c7a85bf91bba8529a8bb87e8d0fa583a4 (patch)
tree5f0a6ace4de7d752e8814677abe161bbdaf4eca5
parent70a920cade3d2ab71bd63d694608a5bb29eb10c2 (diff)
downloadspec-d53f162c7a85bf91bba8529a8bb87e8d0fa583a4.tar.gz
spec-d53f162c7a85bf91bba8529a8bb87e8d0fa583a4.tar.xz
spec-d53f162c7a85bf91bba8529a8bb87e8d0fa583a4.zip
Fixing tests -_-. libcurl was missing XD.
-rw-r--r--multimarkdown/MultiMarkdown-6.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/multimarkdown/MultiMarkdown-6.spec b/multimarkdown/MultiMarkdown-6.spec
index 8740691..26cf513 100644
--- a/multimarkdown/MultiMarkdown-6.spec
+++ b/multimarkdown/MultiMarkdown-6.spec
@@ -1,6 +1,6 @@
Name: MultiMarkdown-6
Version: 6.5.1
-Release: 1%{?dist}
+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.
@@ -9,6 +9,7 @@ Source0: https://github.com/fletcher/MultiMarkdown-6/archive/%{version}/%
BuildRequires: cmake
BuildRequires: gcc-c++
+BuildRequires: libcurl-devel
BuildRequires: make
# I will procede for a request to unbundle these as stated in:
@@ -53,10 +54,9 @@ cd build
# I will procede to request a name change (mmd -> mmd6 ?).
rm -f %{buildroot}/usr/bin/markdown %{buildroot}/usr/bin/mmd
-# This fails in copr???
-# %check
-# cd build
-# ctest
+%check
+cd build
+ctest -V %{?_smp_mflags}
%files
%license LICENSE.txt
@@ -67,5 +67,8 @@ rm -f %{buildroot}/usr/bin/markdown %{buildroot}/usr/bin/mmd
%{_datadir}/texmf/tex/latex/mmd6
%changelog
-* Sat Jan 25 2020 Lyes Saadi <fedora@lyes.eu> - 6.5.1-1
+* 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.