rpms/xforms/devel xforms.spec,1.10,1.11

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Oct 17 19:26:35 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/xforms/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21632

Modified Files:
	xforms.spec 
Log Message:
* Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-3
- BR: libGL-devel
- #BR: libXpm-devel (coming soon)



Index: xforms.spec
===================================================================
RCS file: /cvs/extras/rpms/xforms/devel/xforms.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xforms.spec	17 Oct 2005 15:55:36 -0000	1.10
+++ xforms.spec	17 Oct 2005 19:26:33 -0000	1.11
@@ -1,9 +1,9 @@
 # $Id$
 
 Name:    xforms
-Summary: X11 toolkit library
+Summary: XForms toolkit library
 Version: 1.0.90
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: LGPL
 Group:   System Environment/Libraries
@@ -12,13 +12,15 @@
 Source1: http://savannah.nongnu.org/download/xforms/xforms-%{version}.tar.gz.sig 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: XFree86-devel
-%define x_pkg %{expand:%%(basename `rpm -q --qf "%%{NAME}" --whatprovides XFree86-devel` -devel)}
-BuildRequires: %{x_pkg}-Mesa-libGL
 BuildRequires: libjpeg-devel
+BuildRequires: libGL-devel
+# coming soon
+# BuildRequires: libXpm-devel
 
-# for import/export of various image types, including: png, sgi
+# import/export: png, sgi (optional?)
 Requires: netpbm-progs
+# import eps,ps (optional?)
+#Requires: ghostscript
 
 
 %description
@@ -31,7 +33,7 @@
 
 
 %package devel
-Summary: Development files for the xforms toolkit
+Summary: Development files for the XForms toolkit library
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 %description devel
@@ -47,7 +49,6 @@
 
 %configure \
   --disable-static \
-  --without-warnings --disable-debug \
   --enable-optimization="$RPM_OPT_FLAGS"
 
 make %{?_smp_mflags} 
@@ -84,7 +85,11 @@
 %{_mandir}/man*/*
 
 
-%changelog
+%changelog 
+* Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-3
+- BR: libGL-devel
+- #BR: libXpm-devel (coming soon)
+
 * Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-2
 - BR: libGL.so.1 -> BR: %%x_pkg-Mesa-libGL 
 - remove legacy crud




More information about the fedora-extras-commits mailing list