forked from pool/texi2roff
Compare commits
10 Commits
8f24418bda
...
79df832bca
Author | SHA256 | Date | |
---|---|---|---|
79df832bca | |||
df7ef1331e | |||
158ec888a9 | |||
0f1c10f21a | |||
69b6d17e0a | |||
8b3150b797 | |||
b7bb6488fe | |||
|
c044740432 | ||
727f446cbb | |||
c5d50290c7 |
@@ -1,7 +1,3 @@
|
||||
--- .pkgextract
|
||||
+++ .pkgextract
|
||||
@@ -0,0 +1 @@
|
||||
+bzcat ../texi2roff.patch.bz2 | patch -p0 -s -b --suffix=.Bader
|
||||
--- Makefile
|
||||
+++ Makefile
|
||||
@@ -1,14 +1,14 @@
|
||||
@@ -56,3 +52,13 @@
|
||||
.DA 1 Jan 90
|
||||
.SH NAME
|
||||
texi2roff, texi2index \- convert Texinfo documents for formatting by troff.
|
||||
--- texi2roff.c
|
||||
+++ texi2roff.c 2019-09-09 12:11:54.145422485 +0000
|
||||
@@ -28,6 +28,7 @@ int transparent = NO; /* for -t flag */
|
||||
* - initialize tables and other strings
|
||||
* - open files and pass them to process().
|
||||
*/
|
||||
+int
|
||||
main(argc, argv)
|
||||
int argc;
|
||||
char *argv[];
|
||||
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 13:02:19 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 20 13:02:01 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Move http to https
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 12:13:15 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Let it build again: add default return type for main() in
|
||||
patch texi2roff-2.0.dif
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 16:10:42 UTC 2015 - werner@suse.de
|
||||
|
||||
- Change license to SUSE-Permissive-Modify-By-Patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 5 20:11:07 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package texi2roff
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,7 +12,7 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
@@ -20,11 +20,11 @@ Name: texi2roff
|
||||
Version: 2.0
|
||||
Release: 0
|
||||
Summary: Tool for converting texinfo documents to HTML
|
||||
License: GPL-2.0+
|
||||
License: SUSE-Permissive-Modify-By-Patch
|
||||
Group: Productivity/Publishing/Texinfo
|
||||
Url: http://www.nongnu.org/texi2html/
|
||||
Source0: http://mirrors.ctan.org/support/texi2roff/texi2roff-2.0.tar.gz
|
||||
Source1: http://mirrors.ctan.org/support/texi2roff/texi2roff.patch.gz
|
||||
URL: https://www.ctan.org/pkg/texi2roff
|
||||
Source0: https://mirrors.ctan.org/support/texi2roff/texi2roff-2.0.tar.gz
|
||||
Source1: https://mirrors.ctan.org/support/texi2roff/texi2roff.patch.gz
|
||||
Patch1: texi2roff-2.0.dif
|
||||
Patch2: texi2roff-2.0-gcc4.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -38,10 +38,10 @@ with Plain TeX or LaTeX sources). While the conversion is not complete, it
|
||||
provides a solid basis for translating most texinfo documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q
|
||||
zcat %{S:1} | patch --fuzz=%{_default_patch_fuzz} --suffix=.Bader
|
||||
%patch1 -p0
|
||||
%patch2 -p1
|
||||
%patch -P 1 -p0
|
||||
%patch -P 2 -p1
|
||||
|
||||
%build
|
||||
RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -std=c89 -D_GNU_SOURCE"
|
||||
|
Reference in New Issue
Block a user