Sync from SUSE:SLFO:Main xorg-sgml-doctools revision b307d555749aa10e5e3fb6d430f03264

This commit is contained in:
Adrian Schröter 2024-05-04 02:14:27 +02:00
commit 4eb1b74217
4 changed files with 121 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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

BIN
xorg-sgml-doctools-1.12.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,35 @@
-------------------------------------------------------------------
Mon Apr 4 10:35:57 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.12
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish
* autogen.sh: Honor NOCONFIGURE=1
* autogen: add default patch prefix
* configure: Drop AM_MAINTAINER_MODE
* nextfullreldate is clearly not 2013
* Set generate.consistent.ids in xsl stylesheets for more repeatable builds
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Fix spelling/wording issues
-------------------------------------------------------------------
Wed Jun 6 23:21:21 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
- Update to version 1.11
-------------------------------------------------------------------
Fri Apr 20 09:19:19 UTC 2012 - vuntz@opensuse.org
- Update to version 1.10.99.901:
+ CSS style: support styling for multi licensed docs
+ Add libXt entry in masterdb.xml
+ ToC on separate page in pdfs
+ Set defs.ent values for X11R7.7 RC1
-------------------------------------------------------------------
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
- Split xorg-sgml-doctools from xorg-x11-util-devel.
Initial version: 1.10.

60
xorg-sgml-doctools.spec Normal file
View File

@ -0,0 +1,60 @@
#
# spec file for package xorg-sgml-doctools
#
# Copyright (c) 2022 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: xorg-sgml-doctools
Version: 1.12
Release: 0
Summary: Set of SGML entities and XML/CSS style sheets for building X.org documentation
License: MIT
Group: Development/Tools/Building
URL: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/doc/%{name}-%{version}.tar.bz2
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig(xorg-macros) >= 1.8
# This was part of the xorg-x11-util-devel package up to version 7.6
Conflicts: xorg-x11-util-devel <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This package provides a common set of SGML entities and XML/CSS style
sheets used in building/formatting the documentation provided in other
X.Org packages.
%prep
%setup -q
%build
autoreconf -fi
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%defattr(-,root,root)
%doc COPYING README.md
%{_datadir}/sgml/X11/
%{_datadir}/pkgconfig/xorg-sgml-doctools.pc
%changelog