Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
beebce1412 | ||
|
|
b7a1f496f9 | ||
|
|
d064e1c5d1 |
5 changed files with 304 additions and 289 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
||||||
/gpgkey-B5049F22184B56AF7C3AFBDBEB9474E50D5C15EB.gpg
|
xforms-1.0.90.tar.gz
|
||||||
/xforms-1.2.?.tar.gz
|
xforms-1.0.90.tar.gz.sig
|
||||||
/xforms-1.2.?.tar.gz.sig
|
|
||||||
|
|
|
||||||
5
sources
5
sources
|
|
@ -1,3 +1,2 @@
|
||||||
SHA512 (gpgkey-B5049F22184B56AF7C3AFBDBEB9474E50D5C15EB.gpg) = 280a5353edc78a5a1dc5f95c64e343b667684d58488b21f576b93c76adffc366cda5c5647d200196508e0d8d9d9888d866a35c41e739e6307a8ecc0e705df2d0
|
558b600402430f207e671e2d0d725b6d xforms-1.0.90.tar.gz
|
||||||
SHA512 (xforms-1.2.4.tar.gz) = 9b6233e996e420afcbfb32ae70136611970296933a052038cd0d9e7b34e5aa69702af09d4d0e6a777a1421fccf0f0c4e39547136a560578294931adc3309057d
|
23989dbab27a1b406125bde2a2cc2b90 xforms-1.0.90.tar.gz.sig
|
||||||
SHA512 (xforms-1.2.4.tar.gz.sig) = 04bc51eee9698946c3c63ec4e289bf53adfd5bb45f34591d67aa11454a167bae157f36953de46bf03fbfebeac7cf2329da6146b6fd60ad85666290aaa9016883
|
|
||||||
|
|
|
||||||
228
xforms-1.0.90-prelink.patch
Normal file
228
xforms-1.0.90-prelink.patch
Normal file
|
|
@ -0,0 +1,228 @@
|
||||||
|
--- xforms-1.0.90/fd2ps/Makefile.in.prelink 2004-03-30 03:48:44.000000000 -0600
|
||||||
|
+++ xforms-1.0.90/fd2ps/Makefile.in 2006-01-02 15:18:01.000000000 -0600
|
||||||
|
@@ -115,7 +115,7 @@
|
||||||
|
|
||||||
|
bin_PROGRAMS = fd2ps
|
||||||
|
|
||||||
|
-fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
+fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
fd2ps_SOURCES = \
|
||||||
|
align.c \
|
||||||
|
--- xforms-1.0.90/fd2ps/Makefile.am.prelink 2003-11-13 15:46:47.000000000 -0600
|
||||||
|
+++ xforms-1.0.90/fd2ps/Makefile.am 2006-01-02 15:18:10.000000000 -0600
|
||||||
|
@@ -16,7 +16,7 @@
|
||||||
|
|
||||||
|
bin_PROGRAMS = fd2ps
|
||||||
|
|
||||||
|
-fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
+fd2ps_LDADD = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
fd2ps_SOURCES = \
|
||||||
|
align.c \
|
||||||
|
--- xforms-1.0.90/image/Makefile.in.prelink 2004-03-30 03:48:46.000000000 -0600
|
||||||
|
+++ xforms-1.0.90/image/Makefile.in 2006-01-02 15:05:52.000000000 -0600
|
||||||
|
@@ -109,7 +109,7 @@
|
||||||
|
|
||||||
|
lib_LTLIBRARIES = libflimage.la
|
||||||
|
|
||||||
|
-libflimage_la_LDFLAGS = -version-info 1:0:0
|
||||||
|
+libflimage_la_LDFLAGS = ../lib/libforms.la $(JPEG_LIB) $(X_LIBS) -lX11 -version-info 1:0:0
|
||||||
|
|
||||||
|
libflimage_la_SOURCES = \
|
||||||
|
flimage.h \
|
||||||
|
--- xforms-1.0.90/image/Makefile.am.prelink 2003-11-13 15:46:48.000000000 -0600
|
||||||
|
+++ xforms-1.0.90/image/Makefile.am 2006-01-02 15:05:50.000000000 -0600
|
||||||
|
@@ -7,7 +7,7 @@
|
||||||
|
|
||||||
|
lib_LTLIBRARIES = libflimage.la
|
||||||
|
|
||||||
|
-libflimage_la_LDFLAGS = -version-info 1:0:0
|
||||||
|
+libflimage_la_LDFLAGS = ../lib/libforms.la $(JPEG_LIB) $(X_LIBS) -lX11 -version-info 1:0:0
|
||||||
|
|
||||||
|
libflimage_la_SOURCES = \
|
||||||
|
flimage.h \
|
||||||
|
--- xforms-1.0.90/gl/Makefile.in.prelink 2004-03-30 03:48:46.000000000 -0600
|
||||||
|
+++ xforms-1.0.90/gl/Makefile.in 2006-01-02 15:04:24.000000000 -0600
|
||||||
|
@@ -109,7 +109,7 @@
|
||||||
|
|
||||||
|
lib_LTLIBRARIES = libformsGL.la
|
||||||
|
|
||||||
|
-libformsGL_la_LDFLAGS = -version-info 1:0:0
|
||||||
|
+libformsGL_la_LDFLAGS = ../lib/libforms.la $(X_LIBS) -lGL -version-info 1:0:0
|
||||||
|
|
||||||
|
libformsGL_la_SOURCES = \
|
||||||
|
glcanvas.c \
|
||||||
|
--- xforms-1.0.90/gl/Makefile.am.prelink 2003-11-20 03:33:11.000000000 -0600
|
||||||
|
+++ xforms-1.0.90/gl/Makefile.am 2006-01-02 15:04:20.000000000 -0600
|
||||||
|
@@ -7,7 +7,7 @@
|
||||||
|
|
||||||
|
lib_LTLIBRARIES = libformsGL.la
|
||||||
|
|
||||||
|
-libformsGL_la_LDFLAGS = -version-info 1:0:0
|
||||||
|
+libformsGL_la_LDFLAGS = ../lib/libforms.la $(X_LIBS) -lGL -version-info 1:0:0
|
||||||
|
|
||||||
|
libformsGL_la_SOURCES = \
|
||||||
|
glcanvas.c \
|
||||||
|
--- xforms-1.0.90/demos/Makefile.in.prelink 2004-03-30 03:48:44.000000000 -0600
|
||||||
|
+++ xforms-1.0.90/demos/Makefile.in 2006-01-02 15:07:41.000000000 -0600
|
||||||
|
@@ -206,7 +206,7 @@
|
||||||
|
|
||||||
|
# Most of these demos link against libforms only. For them this default is
|
||||||
|
# sufficient:
|
||||||
|
-AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
+AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
arrowbutton_SOURCES = arrowbutton.c
|
||||||
|
borderwidth_SOURCES = borderwidth.c
|
||||||
|
@@ -263,12 +263,12 @@
|
||||||
|
|
||||||
|
gl_SOURCES = gl.c
|
||||||
|
gl_LDADD = ../lib/libforms.la ../gl/libformsGL.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
|
||||||
|
glwin_SOURCES = glwin.c
|
||||||
|
glwin_LDADD = ../lib/libforms.la ../gl/libformsGL.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
|
||||||
|
goodies_SOURCES = goodies.c
|
||||||
|
@@ -276,7 +276,7 @@
|
||||||
|
|
||||||
|
ibrowser_SOURCES = ibrowser.c
|
||||||
|
ibrowser_LDADD = ../image/libflimage.la ../lib/libforms.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \
|
||||||
|
$(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -284,7 +284,7 @@
|
||||||
|
|
||||||
|
iconvert_SOURCES = iconvert.c
|
||||||
|
iconvert_LDADD = ../image/libflimage.la ../lib/libforms.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \
|
||||||
|
$(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -295,7 +295,7 @@
|
||||||
|
|
||||||
|
itest_SOURCES = itest.c
|
||||||
|
itest_LDADD = ../image/libflimage.la ../lib/libforms.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \
|
||||||
|
$(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -304,7 +304,7 @@
|
||||||
|
|
||||||
|
ll_SOURCES = ll.c
|
||||||
|
ll_LDADD = ../image/libflimage.la ../lib/libforms.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \
|
||||||
|
$(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -355,7 +355,7 @@
|
||||||
|
|
||||||
|
xyplotover_SOURCES = xyplotover.c
|
||||||
|
xyplotover_LDADD = ../image/libflimage.la ../lib/libforms.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \
|
||||||
|
$(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
|
||||||
|
--- xforms-1.0.90/demos/Makefile.am.prelink 2004-02-24 09:42:43.000000000 -0600
|
||||||
|
+++ xforms-1.0.90/demos/Makefile.am 2006-01-02 15:19:03.000000000 -0600
|
||||||
|
@@ -105,7 +105,7 @@
|
||||||
|
|
||||||
|
# Most of these demos link against libforms only. For them this default is
|
||||||
|
# sufficient:
|
||||||
|
-AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(XPM_LIB) -lX11 $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
+AM_LDFLAGS = ../lib/libforms.la $(X_LIBS) $(X_PRE_LIBS) $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
arrowbutton_SOURCES = arrowbutton.c
|
||||||
|
borderwidth_SOURCES = borderwidth.c
|
||||||
|
@@ -168,11 +168,11 @@
|
||||||
|
|
||||||
|
gl_SOURCES = gl.c
|
||||||
|
gl_LDADD = ../lib/libforms.la ../gl/libformsGL.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) -lGL $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
glwin_SOURCES = glwin.c
|
||||||
|
glwin_LDADD = ../lib/libforms.la ../gl/libformsGL.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) -lGL -lX11 $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) -lGL $(LIBS) $(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
goodies_SOURCES = goodies.c
|
||||||
|
group_SOURCES = group.c
|
||||||
|
@@ -180,14 +180,14 @@
|
||||||
|
ibrowser_SOURCES = ibrowser.c
|
||||||
|
ibrowser.$(OBJEXT): fd/ibrowser_gui.c
|
||||||
|
ibrowser_LDADD = ../image/libflimage.la ../lib/libforms.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \
|
||||||
|
$(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
iconify_SOURCES = iconify.c
|
||||||
|
|
||||||
|
iconvert_SOURCES = iconvert.c
|
||||||
|
iconvert_LDADD = ../image/libflimage.la ../lib/libforms.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \
|
||||||
|
$(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
inputall_SOURCES = inputall.c
|
||||||
|
@@ -199,7 +199,7 @@
|
||||||
|
itest_SOURCES = itest.c
|
||||||
|
itest.$(OBJEXT): fd/is_gui.c
|
||||||
|
itest_LDADD = ../image/libflimage.la ../lib/libforms.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \
|
||||||
|
$(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
lalign_SOURCES = lalign.c
|
||||||
|
@@ -207,7 +207,7 @@
|
||||||
|
|
||||||
|
ll_SOURCES = ll.c
|
||||||
|
ll_LDADD = ../image/libflimage.la ../lib/libforms.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \
|
||||||
|
$(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
longlabel_SOURCES = longlabel.c
|
||||||
|
@@ -260,7 +260,7 @@
|
||||||
|
|
||||||
|
xyplotover_SOURCES = xyplotover.c
|
||||||
|
xyplotover_LDADD = ../image/libflimage.la ../lib/libforms.la \
|
||||||
|
- $(X_LIBS) $(X_PRE_LIBS) $(JPEG_LIB) $(XPM_LIB) -lX11 $(LIBS) \
|
||||||
|
+ $(X_LIBS) $(X_PRE_LIBS) $(LIBS) \
|
||||||
|
$(X_EXTRA_LIBS)
|
||||||
|
|
||||||
|
yesno_SOURCES = yesno.c
|
||||||
|
--- xforms-1.0.90/lib/Makefile.in.prelink 2004-03-30 03:48:46.000000000 -0600
|
||||||
|
+++ xforms-1.0.90/lib/Makefile.in 2006-01-02 14:52:11.000000000 -0600
|
||||||
|
@@ -116,7 +116,7 @@
|
||||||
|
|
||||||
|
lib_LTLIBRARIES = libforms.la
|
||||||
|
|
||||||
|
-libforms_la_LDFLAGS = -version-info 1:0:0
|
||||||
|
+libforms_la_LDFLAGS = $(X_LIBS) $(XPM_LIB) -lX11 -version-info 1:0:0
|
||||||
|
|
||||||
|
libforms_la_SOURCES = \
|
||||||
|
align.c \
|
||||||
|
--- xforms-1.0.90/lib/Makefile.am.prelink 2003-11-20 03:33:16.000000000 -0600
|
||||||
|
+++ xforms-1.0.90/lib/Makefile.am 2006-01-02 14:52:19.000000000 -0600
|
||||||
|
@@ -17,7 +17,7 @@
|
||||||
|
|
||||||
|
lib_LTLIBRARIES = libforms.la
|
||||||
|
|
||||||
|
-libforms_la_LDFLAGS = -version-info 1:0:0
|
||||||
|
+libforms_la_LDFLAGS = $(X_LIBS) $(XPM_LIB) -lX11 -version-info 1:0:0
|
||||||
|
|
||||||
|
libforms_la_SOURCES = \
|
||||||
|
align.c \
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
Declare curobj for GCC 10 as static (RHBZ#1800271, thanks to Jens Thoms Toerring)
|
|
||||||
|
|
||||||
--- xforms-1.2.4/fdesign/sp_spinner.c 2013-12-14 14:26:25.000000000 +0100
|
|
||||||
+++ xforms-1.2.4/fdesign/sp_spinner.c.gcc10 2020-02-10 21:36:31.032128122 +0100
|
|
||||||
@@ -29,7 +29,7 @@
|
|
||||||
#include "spec/spinner_spec.h"
|
|
||||||
|
|
||||||
static FD_spinnerattrib * spn_attrib;
|
|
||||||
-FL_OBJECT *curobj;
|
|
||||||
+static FL_OBJECT *curobj;
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************
|
|
||||||
--- xforms-1.2.4/fdesign/sp_twheel.c 2014-06-28 22:34:29.000000000 +0200
|
|
||||||
+++ xforms-1.2.4/fdesign/sp_twheel.c.gcc10 2020-02-10 21:36:07.910351664 +0100
|
|
||||||
@@ -38,7 +38,7 @@
|
|
||||||
#include "spec/twheel_spec.h"
|
|
||||||
|
|
||||||
static FD_twheelattrib * twheel_attrib;
|
|
||||||
-FL_OBJECT * curobj;
|
|
||||||
+static FL_OBJECT * curobj;
|
|
||||||
|
|
||||||
|
|
||||||
/***************************************
|
|
||||||
333
xforms.spec
333
xforms.spec
|
|
@ -1,288 +1,100 @@
|
||||||
Summary: GUI toolkit based on Xlib for X Window Systems
|
|
||||||
Name: xforms
|
Name: xforms
|
||||||
Version: 1.2.4
|
Summary: XForms toolkit library
|
||||||
Release: 30%{?dist}
|
Version: 1.0.90
|
||||||
License: LGPL-2.1-or-later
|
Release: 11%{?dist}
|
||||||
URL: http://xforms-toolkit.org/
|
|
||||||
Source0: https://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}%{?pre}.tar.gz
|
License: LGPLv2+
|
||||||
Source1: https://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}%{?pre}.tar.gz.sig
|
Group: System Environment/Libraries
|
||||||
Source2: gpgkey-B5049F22184B56AF7C3AFBDBEB9474E50D5C15EB.gpg
|
URL: http://www.nongnu.org/xforms/
|
||||||
Patch0: xforms-1.2.4-gcc10.patch
|
Source0: http://savannah.nongnu.org/download/xforms/xforms-%{version}.tar.gz
|
||||||
BuildRequires: gnupg2
|
Source1: http://savannah.nongnu.org/download/xforms/xforms-%{version}.tar.gz.sig
|
||||||
BuildRequires: gcc
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: libjpeg-devel
|
# TODO: remove -lc (all), -lm (most) linker steps
|
||||||
BuildRequires: libXpm-devel
|
Patch1: xforms-1.0.90-prelink.patch
|
||||||
BuildRequires: libGL-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: libGL-devel
|
||||||
|
%define x_deps xorg-x11-devel
|
||||||
|
%if 0%{?fedora} > 4 || 0%{?rhel} > 4
|
||||||
|
%define x_deps libX11-devel libXpm-devel
|
||||||
|
%endif
|
||||||
|
BuildRequires: %{x_deps}
|
||||||
|
|
||||||
# import/export: png, sgi (optional?)
|
# import/export: png, sgi (optional?)
|
||||||
Requires: netpbm-progs
|
Requires: netpbm-progs
|
||||||
# import eps,ps (optional?)
|
# import eps,ps (optional?)
|
||||||
#Requires: ghostscript
|
#Requires: ghostscript
|
||||||
# eww, http://lists.nongnu.org/archive/html/xforms-development/2010-05/msg00000.html
|
|
||||||
Requires: xorg-x11-fonts-ISO8859-1-75dpi
|
|
||||||
Requires: xorg-x11-fonts-ISO8859-1-100dpi
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
XForms is a GUI toolkit based on Xlib for X Window Systems. It features a
|
XForms is a GUI toolkit based on Xlib for X Window Systems. It
|
||||||
rich set of objects, such as buttons, sliders, browsers, and menus etc.
|
features a rich set of objects, such as buttons, sliders, and menus
|
||||||
integrated into an easy and efficient object/event callback execution model
|
etc. integrated into an easy and efficient object/event callback
|
||||||
that allows fast and easy construction of X-applications. In addition, the
|
execution model that allows fast and easy construction of
|
||||||
library is extensible and new objects can easily be created and added to
|
X-applications. In addition, the library is extensible and new objects
|
||||||
the library.
|
can easily be created and added to the library.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the XForms toolkit library
|
Summary: Development files for the XForms toolkit library
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Group: Development/Libraries
|
||||||
Requires: libGL-devel
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libX11-devel
|
Requires: %{x_deps}
|
||||||
|
Requires: libjpeg-devel
|
||||||
%description devel
|
%description devel
|
||||||
The xforms-devel package includes header files and libraries necessary for
|
%{summary}.
|
||||||
developing programs which use the XForms toolkit library.
|
|
||||||
|
|
||||||
%package doc
|
|
||||||
Summary: Documentation files for the XForms toolkit library
|
|
||||||
BuildRequires: texi2html
|
|
||||||
BuildRequires: texinfo
|
|
||||||
BuildRequires: texinfo-tex
|
|
||||||
BuildRequires: ImageMagick
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description doc
|
|
||||||
XForms is a GUI toolkit based on Xlib for X Window Systems. This package
|
|
||||||
contains the documentation for developing applications that use the XForms
|
|
||||||
toolkit library.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
||||||
%autosetup -n %{name}-%{version}%{?pre} -p1
|
|
||||||
|
|
||||||
# rpath hack
|
%setup -q
|
||||||
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
|
||||||
|
%patch1 -p1 -b .prelink
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-demos \
|
|
||||||
--enable-docs --htmldir=%{_pkgdocdir}/html --pdfdir=%{_pkgdocdir} \
|
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-optimization="$RPM_OPT_FLAGS"
|
--enable-optimization="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%make_build X_PRE_LIBS=""
|
make %{?_smp_mflags} X_PRE_LIBS=""
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install INSTALL='install -p'
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
rm -rfv demos/.deps
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
cp -r demos/ $RPM_BUILD_ROOT%{_pkgdocdir}/
|
|
||||||
|
|
||||||
## Unpackaged files
|
## Unpackaged files
|
||||||
rm -fv $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||||
rm -rfv $RPM_BUILD_ROOT%{_infodir}/{dir,xforms_images}
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING.LIB Copyright
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog README
|
%doc COPYING.LIB Copyright ChangeLog NEWS README
|
||||||
%{_libdir}/libflimage.so.2*
|
%{_libdir}/lib*.so.*
|
||||||
%{_libdir}/libformsGL.so.2*
|
|
||||||
%{_libdir}/libforms.so.2*
|
|
||||||
%exclude %{_pkgdocdir}/demos/
|
|
||||||
%exclude %{_pkgdocdir}/html/
|
|
||||||
%exclude %{_pkgdocdir}/xforms.pdf
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/fd2ps
|
%defattr(-,root,root)
|
||||||
%{_bindir}/fdesign
|
%{_bindir}/*
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man*/*
|
||||||
%{_mandir}/man5/*
|
|
||||||
|
|
||||||
%files doc
|
|
||||||
%{_infodir}/xforms.info*
|
|
||||||
%{_pkgdocdir}/demos/
|
|
||||||
%{_pkgdocdir}/html/
|
|
||||||
%{_pkgdocdir}/xforms.pdf
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-30
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-29
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-28
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-27
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 1.2.4-26
|
|
||||||
- convert license to SPDX
|
|
||||||
|
|
||||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-25
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-24
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-23
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-22
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-21
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-20
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-19
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-18
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-17
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Feb 10 2020 Robert Scheck <robert@fedoraproject.org> - 1.2.4-16
|
|
||||||
- Declare curobj as static (#1800271, thanks to Jens Thoms Toerring)
|
|
||||||
|
|
||||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-15
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-14
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu May 28 2015 Rex Dieter <rdieter@fedoraproject.org> 1.2.4-5
|
|
||||||
- tweak pkgdocdir to work on el6 too, fix %%preun doc scriptlet
|
|
||||||
|
|
||||||
* Thu May 28 2015 Rex Dieter <rdieter@fedoraproject.org> 1.2.4-4
|
|
||||||
- -doc: include demos/ too
|
|
||||||
|
|
||||||
* Tue May 26 2015 Rex Dieter <rdieter@fedoraproject.org> 1.2.4-3
|
|
||||||
- -doc subpkg
|
|
||||||
- trim %%changelog
|
|
||||||
|
|
||||||
* Wed Apr 08 2015 Robert Scheck <robert@fedoraproject.org> - 1.2.4-2
|
|
||||||
- Some minor spec file tweaks
|
|
||||||
|
|
||||||
* Wed Apr 08 2015 Robert Scheck <robert@fedoraproject.org> - 1.2.4-1
|
|
||||||
- Upgrade to 1.2.4
|
|
||||||
|
|
||||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 15 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.3-1
|
|
||||||
- 1.2.3
|
|
||||||
|
|
||||||
* Tue Jan 14 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.2-1
|
|
||||||
- 1.2.2
|
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.94-0.10.pre17
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.94-0.9.pre17
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.0.94-0.8.pre17
|
|
||||||
- rebuild due to "jpeg8-ABI" feature drop
|
|
||||||
|
|
||||||
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> 1.0.94-0.7.pre17
|
|
||||||
- 1.9.94pre17
|
|
||||||
|
|
||||||
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.0.94-0.6.pre12
|
|
||||||
- rebuild against new libjpeg
|
|
||||||
|
|
||||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.94-0.5.pre12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 06 2012 Rex Dieter <rdieter@fedoraproject.org> 1.0.94-0.4.pre12
|
|
||||||
- xforms-1.9.94pre12
|
|
||||||
|
|
||||||
* Tue May 15 2012 Rex Dieter <rdieter@fedoraproject.org> 1.0.94-0.3.pre11
|
|
||||||
- xforms-1.9.94pre11
|
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.94-0.2.pre5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Aug 15 2011 Rex Dieter <rdieter@fedoraproject.org> 1.0.94-0.1.pre5
|
|
||||||
- 1.0.94pre5
|
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.93-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun May 23 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.0.93-1
|
|
||||||
- xforms-1.0.93
|
|
||||||
|
|
||||||
* Tue May 18 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.0.93-0.1.pre7
|
|
||||||
- xforms-1.0.93pre7
|
|
||||||
- Requires: xorg-x11-fonts-ISO8859-1-75dpi
|
|
||||||
|
|
||||||
* Thu Nov 05 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.92-2.sp2
|
|
||||||
- xforms-1.9.92sp2
|
|
||||||
|
|
||||||
* Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.92-1.sp1
|
|
||||||
- xforms-1.0.92sp1
|
|
||||||
|
|
||||||
* Tue Sep 15 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.92-0.4.pre13
|
|
||||||
- xforms-1.0.92pre13
|
|
||||||
|
|
||||||
* Mon Sep 14 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.92-0.3.pre12
|
|
||||||
- xforms-1.0.92pre12
|
|
||||||
|
|
||||||
* Wed Sep 02 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.92-0.2.pre8
|
|
||||||
- xforms-1.0.92pre8
|
|
||||||
|
|
||||||
* Mon Aug 31 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.92-0.1.pre7
|
|
||||||
- xforms-1.0.92pre7
|
|
||||||
|
|
||||||
* Mon Aug 31 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.91-2
|
|
||||||
- %%files: fix %%defattr typo
|
|
||||||
- drop libXpm-devel from x_deps
|
|
||||||
|
|
||||||
* Mon Jul 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.91-1
|
|
||||||
- xforms-1.0.91
|
|
||||||
- nuke rpaths
|
|
||||||
- rebase prelink/no_undefined patch
|
|
||||||
|
|
||||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.90-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.90-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.90-11
|
* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.90-11
|
||||||
- respin (gcc43)
|
- respin (gcc43)
|
||||||
|
|
||||||
|
|
@ -298,7 +110,7 @@ rm -rfv $RPM_BUILD_ROOT%{_infodir}/{dir,xforms_images}
|
||||||
* Tue Aug 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-7
|
* Tue Aug 08 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-7
|
||||||
- cleanup
|
- cleanup
|
||||||
|
|
||||||
* Wed Mar 01 2006 Rex Dieter <rexdieter[AT]users.sf.net>
|
* Wed Mar 01 2006 Rex Dieter <rexdieter[AT]users.sf.net>
|
||||||
- fc5: gcc/glibc respin
|
- fc5: gcc/glibc respin
|
||||||
|
|
||||||
* Fri Jan 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-6
|
* Fri Jan 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-6
|
||||||
|
|
@ -309,14 +121,14 @@ rm -rfv $RPM_BUILD_ROOT%{_infodir}/{dir,xforms_images}
|
||||||
|
|
||||||
* Mon Dec 19 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-4
|
* Mon Dec 19 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-4
|
||||||
- BR: libXpm-devel
|
- BR: libXpm-devel
|
||||||
- -devel: Req: libX11-devel
|
- -devel: Req: libX11-devel
|
||||||
|
|
||||||
* Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-3
|
* Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-3
|
||||||
- BR: libGL-devel
|
- BR: libGL-devel
|
||||||
- #BR: libXpm-devel (coming soon)
|
- #BR: libXpm-devel (coming soon)
|
||||||
|
|
||||||
* Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-2
|
* Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-2
|
||||||
- BR: libGL.so.1 -> BR: %%x_pkg-Mesa-libGL
|
- BR: libGL.so.1 -> BR: %%x_pkg-Mesa-libGL
|
||||||
- remove legacy crud
|
- remove legacy crud
|
||||||
|
|
||||||
* Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-1
|
* Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-1
|
||||||
|
|
@ -326,7 +138,7 @@ rm -rfv $RPM_BUILD_ROOT%{_infodir}/{dir,xforms_images}
|
||||||
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.0-4
|
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.0-4
|
||||||
- rebuild on all arches
|
- rebuild on all arches
|
||||||
|
|
||||||
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
* Sun Nov 23 2003 Rex Dieter <rexdieter at sf.net> 0:1.0-0.fdr.2
|
* Sun Nov 23 2003 Rex Dieter <rexdieter at sf.net> 0:1.0-0.fdr.2
|
||||||
|
|
@ -337,9 +149,10 @@ rm -rfv $RPM_BUILD_ROOT%{_infodir}/{dir,xforms_images}
|
||||||
- BuildRequires: libtiff-devel
|
- BuildRequires: libtiff-devel
|
||||||
- add few more %%doc files.
|
- add few more %%doc files.
|
||||||
|
|
||||||
* Wed Apr 02 2003 Rex Dieter <rexdieter at sf.net> 0:1.0-0.fdr.0
|
* Fri Apr 02 2003 Rex Dieter <rexdieter at sf.net> 0:1.0-0.fdr.0
|
||||||
- fedora-ize package.
|
- fedora-ize package.
|
||||||
|
|
||||||
* Mon Jan 20 2003 Rex Dieter <rexdieter at sf.net> 1.0-0
|
* Mon Jan 20 2003 Rex Dieter <rexdieter at sf.net> 1.0-0
|
||||||
- 1.0-release
|
- 1.0-release
|
||||||
- redhat-ize specfile
|
- redhat-ize specfile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue