Accepting request 420510 from home:favogt
OBS-URL: https://build.opensuse.org/request/show/420510 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/geekodoc?expand=0&rev=1
This commit is contained in:
commit
1e60d826a0
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
5
geekodoc.changes
Normal file
5
geekodoc.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 19 09:39:31 UTC 2016 - fvogt@suse.com
|
||||
|
||||
- Initial package
|
||||
|
77
geekodoc.spec
Normal file
77
geekodoc.spec
Normal file
@ -0,0 +1,77 @@
|
||||
#
|
||||
# spec file for package geekodoc
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: geekodoc
|
||||
Version: 0.9.5
|
||||
Release: 0
|
||||
Summary: No idea
|
||||
License: GPL-3.0
|
||||
Group: Productivity/Publishing/DocBook
|
||||
Url: https://github.com/openSUSE/geekodoc/archive/v%{version}.tar.gz
|
||||
Source: v%{version}.tar.gz
|
||||
BuildRequires: make
|
||||
BuildRequires: python3-rnginline
|
||||
BuildRequires: docbook_5
|
||||
Requires: sgml-skel >= 0.7
|
||||
Requires(post): sgml-skel >= 0.7
|
||||
Requires(postun): sgml-skel >= 0.7
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
I don't know what to put here
|
||||
|
||||
%package -n novdoc-schema
|
||||
Summary: Schema for NovDoc
|
||||
Group: Productivity/Publishing/DocBook
|
||||
|
||||
%description -n novdoc-schema
|
||||
I don't know what to put here either
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} VERBOSE=1 -C geekodoc/rng
|
||||
|
||||
%install
|
||||
install -d %{buildroot}%{_datadir}/xml %{buildroot}%{_sysconfdir}/xml/catalog.d
|
||||
cp -R geekodoc novdoc %{buildroot}%{_datadir}/xml/
|
||||
cp catalog.d/* %{buildroot}%{_sysconfdir}/xml/catalog.d/
|
||||
|
||||
# Fixup catalog paths
|
||||
sed -i'' 's#"../#"%{_datadir}/xml/#' %{buildroot}%{_sysconfdir}/xml/catalog.d/*
|
||||
|
||||
%post
|
||||
update-xml-catalog
|
||||
|
||||
%postun
|
||||
update-xml-catalog
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%config %{_sysconfdir}/xml/catalog.d/geekodoc.xml
|
||||
%{_datadir}/xml/geekodoc
|
||||
%{_datadir}/xml/geekodoc/*
|
||||
|
||||
%files -n novdoc-schema
|
||||
%defattr(-, root, root)
|
||||
%config %{_sysconfdir}/xml/catalog.d/novdoc.xml
|
||||
%{_datadir}/xml/novdoc
|
||||
%{_datadir}/xml/novdoc/*
|
||||
|
||||
%changelog
|
3
v0.9.5.tar.gz
Normal file
3
v0.9.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08a65675c0ec0551b6b3ca405d395eee9dbcbf93949f4fd54860ea528a4cd2dc
|
||||
size 77161
|
Loading…
x
Reference in New Issue
Block a user