591078f81f
- 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>
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From: "Eugene V. Lyubimkin" <jackyf@iki.fi>
|
|
Date: Sat, 7 Nov 2015 19:49:54 +0100
|
|
Subject: doc: _templates: layout: stripped Google Analytics
|
|
|
|
---
|
|
doc/_templates/layout.html | 10 ----------
|
|
1 file changed, 10 deletions(-)
|
|
|
|
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
|
|
index 0ac2dec..8f5dfd9 100644
|
|
--- a/doc/_templates/layout.html
|
|
+++ b/doc/_templates/layout.html
|
|
@@ -5,16 +5,6 @@
|
|
<meta name="keywords" content="C++, formatting, printf, string, library">
|
|
<meta name="author" content="Victor Zverovich">
|
|
<link rel="stylesheet" href="_static/fmt.css">
|
|
-{# Google Analytics #}
|
|
-<script>
|
|
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();
|
|
- a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;
|
|
- a.src=g;m.parentNode.insertBefore(a,m)
|
|
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
- ga('create', 'UA-20116650-4', 'fmtlib.net');
|
|
- ga('send', 'pageview');
|
|
-</script>
|
|
{% endblock %}
|
|
|
|
{%- macro searchform(classes, button) %}
|