robert pushed to xforms (epel7). "- 1.0.90 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 14:24:41 UTC 2015


>From e5bc2c5e54436ebaacda02393fe1109ba3a40e4c Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at fedoraproject.org>
Date: Mon, 17 Oct 2005 14:28:54 +0000
Subject: - 1.0.90 - new version removes use-of/references-to xmkmf,/usr/X11R6
 (#170942)


diff --git a/.cvsignore b/.cvsignore
index a876639..6f4e628 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1,2 @@
-xforms-1.0.tar.gz
+xforms-1.0.90.tar.gz
+xforms-1.0.90.tar.gz.sig
diff --git a/sources b/sources
index 332b470..a4fa16d 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-64adf1c489b629a92218f7c140f4bdaf  xforms-1.0.tar.gz
+558b600402430f207e671e2d0d725b6d  xforms-1.0.90.tar.gz
+23989dbab27a1b406125bde2a2cc2b90  xforms-1.0.90.tar.gz.sig
diff --git a/xforms.spec b/xforms.spec
index bbacc8d..4d5efd3 100644
--- a/xforms.spec
+++ b/xforms.spec
@@ -1,34 +1,34 @@
-# $Id: xforms.spec,v 1.8 2005/05/23 00:21:33 katzj Exp $
-
-# Since we're using xmkmf, we must match XFree86's notion of these
-%define _x11dir /usr/X11R6
-%define _prefix %{_x11dir}
-%define _mandir %{_prefix}/man
+# $Id: xforms.spec,v 1.9 2005/10/17 14:28:54 rdieter Exp $
 
 Name:    xforms
 Summary: X11 toolkit library
-Version: 1.0
-Release: 4%{?dist_tag}
+Version: 1.0.90
+Release: 1%{?dist}
 
 License: LGPL
 Group:   System Environment/Libraries
 URL:     http://www.nongnu.org/xforms/
-Source:  http://savannah.nongnu.org/download/xforms/stable.pkg/%{version}/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Source0: http://savannah.nongnu.org/download/xforms/xforms-%{version}.tar.gz
+Source1: http://savannah.nongnu.org/download/xforms/xforms-%{version}.tar.gz.sig 
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# xpm.h, glx.h
 BuildRequires: XFree86-devel
+BuildRequires: libGL.so.1
 BuildRequires: libjpeg-devel
-BuildRequires: libtiff-devel
 
 # for xforms' import/export of various image types, including: png, sgi
 Requires: netpbm-progs
 
 
 %description
-xforms is an X11 toolkit library.
-This package contains the runtime libraries for the xforms toolkit.
+XForms is a GUI toolkit based on Xlib for X Window Systems. It
+features a rich set of objects, such as buttons, sliders, and menus
+etc. integrated into an easy and efficient object/event callback
+execution model that allows fast and easy construction of
+X-applications. In addition, the library is extensible and new objects
+can easily be created and added to the library.
 
-It has now gone Open Source (LGPL).
 
 %package devel
 Summary: Development files for the xforms toolkit
@@ -36,14 +36,12 @@ Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 # legacy versions included -designer/-static subpkgs
 Obsoletes: %{name}-designer < %{version}-%{release}
-Provides:  %{name}-designer = %{version}-%{release}
+#Provides:  %{name}-designer = %{version}-%{release}
 Obsoletes: %{name}-static < %{version}-%{release}
-Provides:  %{name}-static = %{version}-%{release}
+#Provides:  %{name}-static = %{version}-%{release}
 %description devel
 This package contains development headers and libraries for %{name}.
 
-Install this if you intend to develop / compile programs with %{name}.
-
 
 %prep
 
@@ -52,17 +50,21 @@ Install this if you intend to develop / compile programs with %{name}.
 
 %build
 
-(unset RPM_OPT_FLAGS; xmkmf -a)
+%configure \
+  --disable-static \
+  --without-warnings --disable-debug \
+  --enable-optimization="$RPM_OPT_FLAGS"
 
-make %{?_smp_mflags} \
-    CDEBUGFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} 
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-# makeinstall macro doesn't work for this pkg.
-make install install.man DESTDIR="$RPM_BUILD_ROOT"
+make install DESTDIR=$RPM_BUILD_ROOT
+
+## Unpackaged files
+rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
 
 %clean
@@ -70,24 +72,28 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %post -p /sbin/ldconfig
+
 %postun -p /sbin/ldconfig
 
 
 %files
 %defattr(-,root,root)
-%doc *README Changes Copyright COPYING
+%doc COPYING.LIB Copyright ChangeLog NEWS README
 %{_libdir}/lib*.so.*
 
 %files devel
 %defattr(-,root,root)
-%{_bindir}/fd*
+%{_bindir}/*
 %{_includedir}/*
 %{_libdir}/lib*.so
-%{_libdir}/lib*.a
-%{_mandir}/man*/fd*
+%{_mandir}/man*/*
 
 
 %changelog
+* Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-1
+- 1.0.90
+- new version removes use-of/references-to xmkmf,/usr/X11R6 (#170942)
+
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1.0-4
 - rebuild on all arches
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xforms.git/commit/?h=epel7&id=e5bc2c5e54436ebaacda02393fe1109ba3a40e4c


More information about the scm-commits mailing list