SHA256
1
0
forked from pool/texi2roff

Compare commits

...

10 Commits

Author SHA256 Message Date
79df832bca Accepting request 1151764 from Publishing
- Use %patch -P N instead of deprecated %patchN. (forwarded request 1151760 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/1151764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texi2roff?expand=0&rev=4
2024-02-26 18:49:16 +00:00
df7ef1331e Accepting request 1151760 from home:pgajdos:t
- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1151760
OBS-URL: https://build.opensuse.org/package/show/Publishing/texi2roff?expand=0&rev=23
2024-02-26 14:19:28 +00:00
158ec888a9 Accepting request 1004969 from Publishing
- Move http to https

OBS-URL: https://build.opensuse.org/request/show/1004969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texi2roff?expand=0&rev=3
2022-09-20 17:24:13 +00:00
0f1c10f21a Use https
OBS-URL: https://build.opensuse.org/package/show/Publishing/texi2roff?expand=0&rev=21
2022-09-20 13:02:38 +00:00
69b6d17e0a Accepting request 729701 from Publishing
- Let it build again: add default return type for main() in
  patch texi2roff-2.0.dif

OBS-URL: https://build.opensuse.org/request/show/729701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texi2roff?expand=0&rev=2
2019-09-11 08:34:08 +00:00
8b3150b797 Let it build again (2)
OBS-URL: https://build.opensuse.org/package/show/Publishing/texi2roff?expand=0&rev=19
2019-09-10 08:27:49 +00:00
b7bb6488fe Let it build
OBS-URL: https://build.opensuse.org/package/show/Publishing/texi2roff?expand=0&rev=18
2019-09-09 12:16:57 +00:00
Stephan Kulow
c044740432 Accepting request 284512 from Publishing
Previous subpackage of texinfo

OBS-URL: https://build.opensuse.org/request/show/284512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texi2roff?expand=0&rev=1
2015-02-16 14:01:40 +00:00
727f446cbb .
OBS-URL: https://build.opensuse.org/package/show/Publishing/texi2roff?expand=0&rev=16
2015-02-06 16:11:08 +00:00
c5d50290c7 .
OBS-URL: https://build.opensuse.org/package/show/Publishing/texi2roff?expand=0&rev=15
2015-02-06 16:10:37 +00:00
3 changed files with 40 additions and 13 deletions

View File

@@ -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[];

View File

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

View File

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