rpms/xbae/FC-5 xbae.spec,1.3,1.4

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sun Sep 17 20:19:58 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/xbae/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18468

Modified Files:
	xbae.spec 
Log Message:
* Sun Sep 17 2006 Patrice Dumas <pertusus at free.fr> 4.60.4-4.1
- use openmotif instead of lesstif for FC5



Index: xbae.spec
===================================================================
RCS file: /cvs/extras/rpms/xbae/FC-5/xbae.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xbae.spec	9 Sep 2006 16:17:11 -0000	1.3
+++ xbae.spec	17 Sep 2006 20:19:58 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           xbae
 Version:        4.60.4
-Release:        4%{?dist}
+Release:        4%{?dist}.1
 Summary:        Motif matrix, caption and text input widgets
 Group:          System Environment/Libraries
 License:        BSD
@@ -15,8 +15,8 @@
 # lesstif-devel
 # Wcl-devel is only needed by an example, which adds the Xbae widgets to Wcl
 BuildRequires:  libXpm-devel 
-#BuildRequires:  openmotif-devel
-BuildRequires:  lesstif-devel
+BuildRequires:  openmotif-devel
+#BuildRequires:  lesstif-devel
 # Wcl-devel should only needed by an example, which adds the Xbae widgets 
 # to Wcl, so there is no real need for it.
 #BuildRequires:  Wcl-devel
@@ -29,9 +29,10 @@
 
 # for the aclocal directory
 Requires:       automake
-# to be sure that we link against lesstif even if openmotif provides the same
-# soname
-Requires:       lesstif
+# to be sure that we link against lesstif/openmotif even if the other 
+# provides the same soname
+#Requires:       lesstif
+Requires:       openmotif
 
 %description
 XbaeMatrix is a free Motif(R) table widget (also compatible with the free 
@@ -51,8 +52,8 @@
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-#Requires:       openmotif-devel 
-Requires:       lesstif-devel 
+Requires:       openmotif-devel 
+#Requires:       lesstif-devel 
 Requires:       libXpm-devel
 Provides:       Xbae-devel = %{version}-%{release}
 Obsoletes:      Xbae-devel < %{version}-%{release}
@@ -121,6 +122,9 @@
 %{_datadir}/aclocal/*
 
 %changelog
+* Sun Sep 17 2006 Patrice Dumas <pertusus at free.fr> 4.60.4-4.1
+- use openmotif instead of lesstif for FC5
+
 * Sat Sep  9 2006 Patrice Dumas <pertusus at free.fr> 4.60.4-4
 - add BuildRequires libXmu-devel for examples
 




More information about the scm-commits mailing list