Accepting request 1166045 from X11:XOrg

- 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

OBS-URL: https://build.opensuse.org/request/show/1166045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-sgml-doctools?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-04-09 14:46:24 +00:00 committed by Git OBS Bridge
commit 2ff9b2398d
4 changed files with 21 additions and 15 deletions

View File

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

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

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# spec file for package xorg-sgml-doctools
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,17 +17,14 @@
Name: xorg-sgml-doctools
Version: 1.12
Version: 1.12.1
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
Source0: http://xorg.freedesktop.org/releases/individual/doc/%{name}-%{version}.tar.xz
BuildRequires: meson
BuildRequires: pkg-config
BuildRequires: pkgconfig(xorg-macros) >= 1.8
# This was part of the xorg-x11-util-devel package up to version 7.6
@ -44,16 +41,16 @@ X.Org packages.
%setup -q
%build
autoreconf -fi
%configure
make %{?_smp_mflags}
%{meson}
%{meson_build}
%install
%make_install
%{meson_install}
%files
%defattr(-,root,root)
%doc COPYING README.md
%doc README.md
%license COPYING
%{_datadir}/sgml/X11/
%{_datadir}/pkgconfig/xorg-sgml-doctools.pc