Compare commits

1 Commits
main ... 1.1

4 changed files with 15 additions and 21 deletions

BIN
xorg-sgml-doctools-1.12.1.tar.xz (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,12 +1,3 @@
-------------------------------------------------------------------
Sun Apr 7 19:02:50 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.12.1
* This release includes support for building with meson as well
as autoconf.
- switched to meson build
- mark COPYING as %license in specfile
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 4 10:35:57 UTC 2022 - Stefan Dirsch <sndirsch@suse.com> Mon Apr 4 10:35:57 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package xorg-sgml-doctools # spec file for package xorg-sgml-doctools
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,17 @@
Name: xorg-sgml-doctools Name: xorg-sgml-doctools
Version: 1.12.1 Version: 1.12
Release: 0 Release: 0
Summary: Set of SGML entities and XML/CSS style sheets for building X.org documentation Summary: Set of SGML entities and XML/CSS style sheets for building X.org documentation
License: MIT License: MIT
Group: Development/Tools/Building Group: Development/Tools/Building
URL: http://xorg.freedesktop.org/ URL: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/doc/%{name}-%{version}.tar.xz Source0: http://xorg.freedesktop.org/releases/individual/doc/%{name}-%{version}.tar.bz2
BuildRequires: meson
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xorg-macros) >= 1.8
# This was part of the xorg-x11-util-devel package up to version 7.6 # This was part of the xorg-x11-util-devel package up to version 7.6
@@ -41,16 +44,16 @@ X.Org packages.
%setup -q %setup -q
%build %build
%{meson} autoreconf -fi
%{meson_build} %configure
make %{?_smp_mflags}
%install %install
%{meson_install} %make_install
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README.md %doc COPYING README.md
%license COPYING
%{_datadir}/sgml/X11/ %{_datadir}/sgml/X11/
%{_datadir}/pkgconfig/xorg-sgml-doctools.pc %{_datadir}/pkgconfig/xorg-sgml-doctools.pc