Accepting request 1238264 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1238264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dita?expand=0&rev=19
This commit is contained in:
commit
9c248fa489
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 13:34:54 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix escaping of commented out patch: with RPM 4.20, %patch
|
||||
becomes a standard, expandable macro, that can span more than one
|
||||
line. Commenting out with #%patch can thus lead to invalid
|
||||
results.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 10:04:26 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
19
dita.spec
19
dita.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dita
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,23 +12,26 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: dita
|
||||
BuildRequires: sgml-skel unzip
|
||||
Url: http://www.oasis-open.org/committees/dita/
|
||||
BuildRequires: sgml-skel
|
||||
BuildRequires: unzip
|
||||
URL: http://www.oasis-open.org/committees/dita/
|
||||
License: SUSE-Oasis-Specification-Notice
|
||||
Group: Productivity/Publishing/XML
|
||||
Requires: sgml-skel
|
||||
%define regcat /usr/bin/sgml-register-catalog
|
||||
PreReq: %{regcat} /usr/bin/xmlcatalog /usr/bin/edit-xml-catalog
|
||||
PreReq: sed grep awk coreutils
|
||||
PreReq: awk
|
||||
PreReq: coreutils
|
||||
PreReq: grep
|
||||
PreReq: sed
|
||||
Summary: OASIS Darwin Information Typing Architecture (DITA)
|
||||
Version: 1.1
|
||||
Release: 62
|
||||
Release: 0
|
||||
Source0: http://www.oasis-open.org/committees/download.php/24944/dita1.1.zip
|
||||
Source1: http://www.oasis-open.org/committees/download.php/15396/dita-document-definitions-1.0.1.zip
|
||||
# Patch: dita-catalog.diff
|
||||
@ -69,7 +72,7 @@ for z in $zip; do
|
||||
unzip -a $z
|
||||
done
|
||||
unzip -a -o %{S:1}
|
||||
# %patch -p 1
|
||||
# %%patch -p 1
|
||||
chmod -R a+rX,g-w,o-w .
|
||||
find . -type f | xargs chmod a-x
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user