Accepting request 644742 from electronics
OBS-URL: https://build.opensuse.org/request/show/644742 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kicad-doc?expand=0&rev=17
This commit is contained in:
commit
4f43103452
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:03a9fb21a8911f6b65bb22eaeba6f905b259c83a42c6578f03b111965bfe0f9c
|
|
||||||
size 68834628
|
|
3
kicad-doc-5.0.1.tar.gz
Normal file
3
kicad-doc-5.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7dc629f3956193f1705216f0cbd240d8aed98e7cbda7e358be34546d8269641
|
||||||
|
size 68998124
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 13 14:23:22 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Update to bugfix release 5.0.1
|
||||||
|
* Various smaller changes and translation updates
|
||||||
|
- Remove verbose-a2x-debug.patch, no longer needed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 29 23:45:52 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Sat Sep 29 23:45:52 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
113
kicad-doc.spec
113
kicad-doc.spec
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -25,16 +25,15 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: kicad-doc
|
Name: kicad-doc
|
||||||
Version: 5.0.0
|
Version: 5.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation and tutorials for KiCad
|
Summary: Documentation and tutorials for KiCad
|
||||||
License: GPL-3.0-or-later AND CC-BY-SA-3.0
|
License: GPL-3.0-or-later AND CC-BY-SA-3.0
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
Url: http://kicad-pcb.org
|
Url: http://kicad-pcb.org
|
||||||
Source: https://github.com/KiCad/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/KiCad/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Patch0: verbose-a2x-debug.patch
|
|
||||||
# PATCH-FIX-OPENSUSE kicad-doc-notimestamp.patch davejplater@gmail.com -- Remove time stamped footer from html pages.
|
# PATCH-FIX-OPENSUSE kicad-doc-notimestamp.patch davejplater@gmail.com -- Remove time stamped footer from html pages.
|
||||||
Patch1: kicad-doc-notimestamp.patch
|
Patch0: kicad-doc-notimestamp.patch
|
||||||
BuildRequires: asciidoc >= 8.6.9
|
BuildRequires: asciidoc >= 8.6.9
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: dblatex >= 0.3.4
|
BuildRequires: dblatex >= 0.3.4
|
||||||
@ -84,6 +83,26 @@ This is the documentation package for KiCad. It contains documentation
|
|||||||
and tutorials.
|
and tutorials.
|
||||||
|
|
||||||
|
|
||||||
|
%package ca
|
||||||
|
Summary: Catalan documentation and tutorials for KiCad
|
||||||
|
Group: Documentation/Other
|
||||||
|
Provides: locale(kicad-doc:ca)
|
||||||
|
Requires: kicad-doc = %{version}
|
||||||
|
Requires: kicad-doc-en = %{version}
|
||||||
|
|
||||||
|
%description ca
|
||||||
|
This package contains Catalan documentation and tutorials for KiCad
|
||||||
|
|
||||||
|
%package de
|
||||||
|
Summary: German documentation and tutorials for KiCad
|
||||||
|
Group: Documentation/Other
|
||||||
|
Provides: locale(kicad-doc:de)
|
||||||
|
Requires: kicad-doc = %{version}
|
||||||
|
Requires: kicad-doc-en = %{version}
|
||||||
|
|
||||||
|
%description de
|
||||||
|
This package contains German documentation and tutorials for KiCad
|
||||||
|
|
||||||
%package en
|
%package en
|
||||||
Summary: English documentation and tutorials for KiCad
|
Summary: English documentation and tutorials for KiCad
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
@ -93,6 +112,16 @@ Requires: kicad-doc = %{version}
|
|||||||
%description en
|
%description en
|
||||||
This package contains English documentation and tutorials for KiCad
|
This package contains English documentation and tutorials for KiCad
|
||||||
|
|
||||||
|
%package es
|
||||||
|
Summary: Spanish documentation and tutorials for KiCad
|
||||||
|
Group: Documentation/Other
|
||||||
|
Provides: locale(kicad-doc:es)
|
||||||
|
Requires: kicad-doc = %{version}
|
||||||
|
Requires: kicad-doc-en = %{version}
|
||||||
|
|
||||||
|
%description es
|
||||||
|
This package contains Spanish documentation and tutorials for KiCad
|
||||||
|
|
||||||
%package fr
|
%package fr
|
||||||
Summary: French documentation and tutorials for KiCad
|
Summary: French documentation and tutorials for KiCad
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
@ -103,6 +132,16 @@ Requires: kicad-doc-en = %{version}
|
|||||||
%description fr
|
%description fr
|
||||||
This package contains French documentation and tutorials for KiCad
|
This package contains French documentation and tutorials for KiCad
|
||||||
|
|
||||||
|
%package id
|
||||||
|
Summary: Indonesian documentation and tutorials for KiCad
|
||||||
|
Group: Documentation/Other
|
||||||
|
Provides: locale(kicad-doc:id)
|
||||||
|
Requires: kicad-doc = %{version}
|
||||||
|
Requires: kicad-doc-en = %{version}
|
||||||
|
|
||||||
|
%description id
|
||||||
|
This package contains Indonesian documentation and tutorials for KiCad
|
||||||
|
|
||||||
%package it
|
%package it
|
||||||
Summary: Italian documentation and tutorials for KiCad
|
Summary: Italian documentation and tutorials for KiCad
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
@ -143,36 +182,6 @@ Requires: kicad-doc-en = %{version}
|
|||||||
%description pl
|
%description pl
|
||||||
This package contains Polish documentation and tutorials for KiCad
|
This package contains Polish documentation and tutorials for KiCad
|
||||||
|
|
||||||
%package ca
|
|
||||||
Summary: Catalan documentation and tutorials for KiCad
|
|
||||||
Group: Documentation/Other
|
|
||||||
Provides: locale(kicad-doc:ca)
|
|
||||||
Requires: kicad-doc = %{version}
|
|
||||||
Requires: kicad-doc-en = %{version}
|
|
||||||
|
|
||||||
%description ca
|
|
||||||
This package contains Catalan documentation and tutorials for KiCad
|
|
||||||
|
|
||||||
%package de
|
|
||||||
Summary: German documentation and tutorials for KiCad
|
|
||||||
Group: Documentation/Other
|
|
||||||
Provides: locale(kicad-doc:de)
|
|
||||||
Requires: kicad-doc = %{version}
|
|
||||||
Requires: kicad-doc-en = %{version}
|
|
||||||
|
|
||||||
%description de
|
|
||||||
This package contains German documentation and tutorials for KiCad
|
|
||||||
|
|
||||||
%package es
|
|
||||||
Summary: Spanish documentation and tutorials for KiCad
|
|
||||||
Group: Documentation/Other
|
|
||||||
Provides: locale(kicad-doc:es)
|
|
||||||
Requires: kicad-doc = %{version}
|
|
||||||
Requires: kicad-doc-en = %{version}
|
|
||||||
|
|
||||||
%description es
|
|
||||||
This package contains Spanish documentation and tutorials for KiCad
|
|
||||||
|
|
||||||
%package ru
|
%package ru
|
||||||
Summary: Russian documentation and tutorials for KiCad
|
Summary: Russian documentation and tutorials for KiCad
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
@ -183,16 +192,6 @@ Requires: kicad-doc-en = %{version}
|
|||||||
%description ru
|
%description ru
|
||||||
This package contains Russian documentation and tutorials for KiCad
|
This package contains Russian documentation and tutorials for KiCad
|
||||||
|
|
||||||
%package id
|
|
||||||
Summary: Indonesian documentation and tutorials for KiCad
|
|
||||||
Group: Documentation/Other
|
|
||||||
Provides: locale(kicad-doc:id)
|
|
||||||
Requires: kicad-doc = %{version}
|
|
||||||
Requires: kicad-doc-en = %{version}
|
|
||||||
|
|
||||||
%description id
|
|
||||||
This package contains Indonesian documentation and tutorials for KiCad
|
|
||||||
|
|
||||||
%package zh
|
%package zh
|
||||||
Summary: Chinese documentation and tutorials for KiCad
|
Summary: Chinese documentation and tutorials for KiCad
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
@ -207,7 +206,6 @@ This package contains Chinese documentation and tutorials for KiCad
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
|
||||||
|
|
||||||
# Workaround for dblatex bug #117 - randomly selected warning symbol
|
# Workaround for dblatex bug #117 - randomly selected warning symbol
|
||||||
cp /usr/share/dblatex/latex/graphics/warning.pdf CMakeSupport/
|
cp /usr/share/dblatex/latex/graphics/warning.pdf CMakeSupport/
|
||||||
@ -238,13 +236,24 @@ done
|
|||||||
%doc AUTHORS_README.adoc CHEATSHEET.adoc README.adoc
|
%doc AUTHORS_README.adoc CHEATSHEET.adoc README.adoc
|
||||||
%license LICENSE.adoc
|
%license LICENSE.adoc
|
||||||
|
|
||||||
|
%files ca
|
||||||
|
%{_docdir}/kicad/help/ca/
|
||||||
|
|
||||||
|
%files de
|
||||||
|
%{_docdir}/kicad/help/de/
|
||||||
|
|
||||||
%files en
|
%files en
|
||||||
%{_docdir}/kicad/help/en/
|
%{_docdir}/kicad/help/en/
|
||||||
|
|
||||||
|
%files es
|
||||||
|
%{_docdir}/kicad/help/es/
|
||||||
|
|
||||||
%files fr
|
%files fr
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_docdir}/kicad/help/fr/
|
%{_docdir}/kicad/help/fr/
|
||||||
|
|
||||||
|
%files id
|
||||||
|
%{_docdir}/kicad/help/id/
|
||||||
|
|
||||||
%files it
|
%files it
|
||||||
%{_docdir}/kicad/help/it/
|
%{_docdir}/kicad/help/it/
|
||||||
|
|
||||||
@ -257,21 +266,9 @@ done
|
|||||||
%files pl
|
%files pl
|
||||||
%{_docdir}/kicad/help/pl/
|
%{_docdir}/kicad/help/pl/
|
||||||
|
|
||||||
%files ca
|
|
||||||
%{_docdir}/kicad/help/ca/
|
|
||||||
|
|
||||||
%files de
|
|
||||||
%{_docdir}/kicad/help/de/
|
|
||||||
|
|
||||||
%files es
|
|
||||||
%{_docdir}/kicad/help/es/
|
|
||||||
|
|
||||||
%files ru
|
%files ru
|
||||||
%{_docdir}/kicad/help/ru/
|
%{_docdir}/kicad/help/ru/
|
||||||
|
|
||||||
%files id
|
|
||||||
%{_docdir}/kicad/help/id/
|
|
||||||
|
|
||||||
%files zh
|
%files zh
|
||||||
%{_docdir}/kicad/help/zh/
|
%{_docdir}/kicad/help/zh/
|
||||||
|
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
Index: CMakeLists.txt
|
|
||||||
===================================================================
|
|
||||||
--- CMakeLists.txt.orig 2018-07-22 17:19:48.778967851 +0200
|
|
||||||
+++ CMakeLists.txt 2018-07-22 17:26:56.850761259 +0200
|
|
||||||
@@ -38,7 +38,7 @@ add_adoc_option( --theme flask )
|
|
||||||
add_a2x_option( --xsltproc-opts=--nonet )
|
|
||||||
add_a2x_option( --no-xmllint )
|
|
||||||
add_a2x_option( -f pdf )
|
|
||||||
-#add_a2x_option( --verbose )
|
|
||||||
+add_a2x_option( -vvv )
|
|
||||||
|
|
||||||
# Add a2x options depending on which PDF generator we're using
|
|
||||||
if( ${PDF_GENERATOR} MATCHES DBLATEX )
|
|
Loading…
Reference in New Issue
Block a user