Accepting request 573634 from home:thomas-schraitle:branches:Documentation:Tools

- Release 1.0.2
https://github.com/openSUSE/geekodoc/releases/tag/v1.0.2
Only a package release without any changes in the schemas.
Fixes issue #41 to reduce number of files in packages
 

- Remove number of files in package; fixes openSUSE/geekodoc#41
  some files are only useful for development

OBS-URL: https://build.opensuse.org/request/show/573634
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/geekodoc?expand=0&rev=20
This commit is contained in:
Stefan Knorr 2018-02-07 12:12:54 +00:00 committed by Git OBS Bridge
parent 78e2693dfe
commit 3499ea220e
4 changed files with 33 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d2de458ac6170e37a19cf5f7140d8bb3279386e23ce3bceef100a2e6a1e5008
size 333721

3
geekodoc-1.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68dfc0a2ea4070b2c20b4bc24c5b225a2cadc6dee9d3993e2be201d5929e3ec2
size 335167

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Feb 6 14:49:06 UTC 2018 - thomas.schraitle@suse.com
- Release 1.0.2
https://github.com/openSUSE/geekodoc/releases/tag/v1.0.2
Only a package release without any changes in the schemas.
Fixes issue #41 to reduce number of files in packages
-------------------------------------------------------------------
Tue Feb 6 14:31:32 UTC 2018 - thomas.schraitle@suse.com
- Remove number of files in package; fixes openSUSE/geekodoc#41
some files are only useful for development
-------------------------------------------------------------------
Tue Jan 30 07:23:22 UTC 2018 - thomas.schraitle@suse.com

View File

@ -17,7 +17,7 @@
Name: geekodoc
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: DocBook based RNG Schema for SUSE Documentation
License: GPL-3.0
@ -56,14 +56,23 @@ NovDoc is a DTD/RELAX NG schema used for older SUSE documentation.
touch geekodoc/rng/geekodoc5.rnc
# GeekoDoc
make %{?_smp_mflags} VERBOSE=1 -C geekodoc/rng
make %{?_smp_mflags} VERBOSE=1 -C geekodoc/rng geekodoc5-flat.rng geekodoc5.rng
make %{?_smp_mflags} VERBOSE=1 -C geekodoc/rng geekodoc5-flat.rng
# Novdoc
make %{?_smp_mflags} VERBOSE=1 -C novdoc/rng
%install
install -d %{buildroot}%{_datadir}/xml %{buildroot}%{_sysconfdir}/xml/catalog.d
cp -R geekodoc novdoc %{buildroot}%{_datadir}/xml/
install -d %{buildroot}%{_datadir}/xml/{geekodoc/rng,novdoc/rng} \
%{buildroot}%{_sysconfdir}/xml/catalog.d
# Install GeekoDoc:
cp geekodoc/rng/geekodoc5-flat.rn? %{buildroot}%{_datadir}/xml/geekodoc/rng
# Install Novdoc:
cp -a novdoc/dtd %{buildroot}%{_datadir}/xml/novdoc
cp novdoc/rng/novdocxi-flat.rn? novdoc/rng/novell.ent %{buildroot}%{_datadir}/xml/novdoc/rng
# Install catalogs:
cp catalog.d/* %{buildroot}%{_sysconfdir}/xml/catalog.d/
# Fixup catalog paths
@ -95,7 +104,6 @@ update-xml-catalog
%config %{_sysconfdir}/xml/catalog.d/geekodoc.xml
%{_datadir}/xml/geekodoc
%{_datadir}/xml/geekodoc/*
%exclude %{_datadir}/xml/geekodoc/tests/*
%files -n novdoc
%license LICENSE