Accepting request 453664 from Publishing
- Use pretty url - removed _service - Version 0.7.1 (bsc#1022632) - Fixed handling of empty /etc/xml/catalog.d - Fixed handling of hidden files in /etc/xml/catalog.d OBS-URL: https://build.opensuse.org/request/show/453664 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sgml-skel?expand=0&rev=22
This commit is contained in:
commit
2d44880286
3
_service
3
_service
@ -1,3 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="download_files" mode="disabled" />
|
|
||||||
</services>
|
|
3
sgml-skel-0.7.1.tar.gz
Normal file
3
sgml-skel-0.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b219a8c073ca671d85b8d886786fe91bc4afafa1688efaba585997eaa572b82
|
||||||
|
size 99135
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 31 17:47:56 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Use pretty url
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 31 16:12:56 UTC 2017 - sven-mario.seeberg-elverfeldt@suse.com
|
||||||
|
|
||||||
|
- removed _service
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 31 15:31:16 UTC 2017 - sven-mario.seeberg-elverfeldt@suse.com
|
||||||
|
|
||||||
|
- Version 0.7.1 (bsc#1022632)
|
||||||
|
- Fixed handling of empty /etc/xml/catalog.d
|
||||||
|
- Fixed handling of hidden files in /etc/xml/catalog.d
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 11:37:09 UTC 2016 - toms@opensuse.org
|
Tue Oct 4 11:37:09 UTC 2016 - toms@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sgml-skel
|
# spec file for package sgml-skel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sgml-skel
|
Name: sgml-skel
|
||||||
Version: 0.7
|
Version: 0.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper Scripts for the SGML System
|
Summary: Helper Scripts for the SGML System
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Publishing/SGML
|
Group: Productivity/Publishing/SGML
|
||||||
Url: https://github.com/openSUSE/sgml-skel
|
Url: https://github.com/openSUSE/sgml-skel
|
||||||
Source0: https://github.com/openSUSE/sgml-skel/archive/v%{version}.tar.gz
|
Source0: https://github.com/openSUSE/sgml-skel/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libxml2
|
BuildRequires: libxml2
|
||||||
Requires: /bin/awk
|
Requires: /bin/awk
|
||||||
@ -33,12 +33,11 @@ Requires: findutils
|
|||||||
Requires: libxml2-tools
|
Requires: libxml2-tools
|
||||||
Requires: libxslt-tools
|
Requires: libxslt-tools
|
||||||
Requires(post): /bin/awk
|
Requires(post): /bin/awk
|
||||||
Requires(post): findutils
|
Requires(post): bash
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
|
Requires(post): findutils
|
||||||
Requires(post): libxml2-tools
|
Requires(post): libxml2-tools
|
||||||
Requires(post): libxslt-tools
|
Requires(post): libxslt-tools
|
||||||
Requires(post): bash
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,7 +47,7 @@ These scripts will help prepare and maintain parts of an SGML system.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fvi
|
autoreconf -fiv
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:936f7a4ae2eb6cd720d67170677c8721e2a70d62405c6f0cb9c7edfcb5a4374c
|
|
||||||
size 99041
|
|
Loading…
Reference in New Issue
Block a user