- split fmt_build_doc_system.patch into smaller patches, to simplify the patch management - drop fmt_test8_segfault.patch, as it does not apply anymore - add patches to avoid accessing to internet via installed document - use python3 packages to adapt fedora python3 migration - drop fmt-static package, as it's non-trivial to build static and shared libraries in a single run. and it's not encouraged to ship static library, see https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries_2 - package ChangeLog.rst README.rst in fmt package, to help use to understand the latest changes, and to silence rpmlint warnings - pass cmake options in multiple lines, to have less code churn of future changes. - drop DCMAKE_SKIP_RPATH=OFF, as RHEL6 is not supported anymore - use %make_build and %make_install macros, see https://fedoraproject.org/wiki/Packaging:Cmake - bump up packaged fmt to v5.2.1 Signed-off-by: Kefu Chai <tchaikov@gmail.com>
25 lines
867 B
Diff
25 lines
867 B
Diff
From: "Eugene V. Lyubimkin" <jackyf@iki.fi>
|
|
Date: Sun, 15 Oct 2017 22:28:11 +0200
|
|
Subject: doc: index: removed GitHub iframe
|
|
|
|
---
|
|
doc/index.rst | 8 --------
|
|
1 file changed, 8 deletions(-)
|
|
|
|
diff --git a/doc/index.rst b/doc/index.rst
|
|
index ce9b7bf..1363779 100644
|
|
--- a/doc/index.rst
|
|
+++ b/doc/index.rst
|
|
@@ -196,11 +196,3 @@ a single header file and a single source file and no external dependencies.
|
|
A permissive BSD `license <https://github.com/fmtlib/fmt#license>`_ allows
|
|
using the library both in open-source and commercial projects.
|
|
|
|
-.. raw:: html
|
|
-
|
|
- <a class="btn btn-success" href="https://github.com/fmtlib/fmt">GitHub Repository</a>
|
|
-
|
|
- <div class="section footer">
|
|
- <iframe src="http://ghbtns.com/github-btn.html?user=fmtlib&repo=fmt&type=watch&count=true"
|
|
- class="github-btn" width="100" height="20"></iframe>
|
|
- </div>
|