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:
Dominique Leuenberger 2017-02-05 14:46:21 +00:00 committed by Git OBS Bridge
commit 2d44880286
5 changed files with 27 additions and 14 deletions

View File

@ -1,3 +0,0 @@
<services>
<service name="download_files" mode="disabled" />
</services>

3
sgml-skel-0.7.1.tar.gz Normal file
View File

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

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: sgml-skel
Version: 0.7
Version: 0.7.1
Release: 0
Summary: Helper Scripts for the SGML System
License: GPL-2.0+
Group: Productivity/Publishing/SGML
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: libxml2
Requires: /bin/awk
@ -33,12 +33,11 @@ Requires: findutils
Requires: libxml2-tools
Requires: libxslt-tools
Requires(post): /bin/awk
Requires(post): findutils
Requires(post): bash
Requires(post): coreutils
Requires(post): findutils
Requires(post): libxml2-tools
Requires(post): libxslt-tools
Requires(post): bash
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@ -48,8 +47,8 @@ These scripts will help prepare and maintain parts of an SGML system.
%setup -q
%build
autoreconf -fvi
%configure
autoreconf -fiv
%configure
%install
%make_install

View File

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