Author: s4504kr
Update of /cvs/nonfree/rpms/openmotif/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18422
Modified Files:
.cvsignore openmotif.spec sources
Log Message:
New upstream release
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/openmotif/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 24 Sep 2009 16:00:32 -0000 1.2
+++ .cvsignore 31 Mar 2010 19:18:08 -0000 1.3
@@ -1 +1 @@
-openmotif-2.3.2.tar.gz
+openmotif-2.3.3.tar.gz
Index: openmotif.spec
===================================================================
RCS file: /cvs/nonfree/rpms/openmotif/devel/openmotif.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openmotif.spec 24 Sep 2009 16:00:32 -0000 1.1
+++ openmotif.spec 31 Mar 2010 19:18:09 -0000 1.2
@@ -1,15 +1,17 @@
+%global major 2.3
Summary: Open Motif runtime libraries and executables
Name: openmotif
-Version: 2.3.2
-Release: 5%{?dist}
+Version: %{major}.3
+Release: 1%{?dist}
License: Open Group Public License
Group: System Environment/Libraries
-Source:
ftp://ftp.ics.com/openmotif/2.3/2.3.2/%{name}-%{version}.tar.gz
+Source:
ftp://ftp.ics.com/openmotif/%{major}/%{version}/%{name}-%{version}.tar.gz
Source1: xmbind
Source2: README.Fedora
URL:
http://www.motifzone.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Buildrequires: automake autoconf texinfo
BuildRequires: flex
BuildRequires: byacc
BuildRequires: libjpeg-devel libpng-devel
@@ -19,8 +21,7 @@
Patch1: openMotif-2.2.3-uil_lib.patch
Patch2: openMotif-2.3.0-rgbtxt.patch
-Patch3: openMotif-2.3.0-mwmrc_dir.patch
-Patch4: openMotif-2.3.0-no_X11R6.patch
+Patch3: openmotif-2.3.3-paths.patch
# Conflicts: lesstif
@@ -75,6 +76,7 @@
Group: Development/Libraries
Conflicts: lesstif-devel
Requires: openmotif-devel = %{version}-%{release}
+BuildArch: noarch
%description docs
This is the Open Motif %{version} additional documentation
@@ -83,12 +85,14 @@
%setup -q
%patch1 -p1 -b .uil_lib
%patch2 -p1 -b .rgbtxt
-%patch3 -p1 -b .mwmrc_dir
-%patch4 -p1 -b .no_X11R6
+%patch3 -p1 -b .paths
cp %{SOURCE2} .
%build
+aclocal -I .
+automake --foreign
+autoconf
%configure \
--enable-xft \
--enable-jpeg --enable-png
@@ -182,6 +186,10 @@
%{_mandir}/man3/*
%changelog
+* Wed Mar 31 2010 Jochen Schmitt <Jochen herr-schmitt de> 2.3.3-1
+- New upstream releasee
+- Make an unhappy RH employee happy
+
* Wed Sep 16 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.3.2-5
- Remove req. to /usr/share/X11/XKeysymDB
@@ -197,5 +205,5 @@
- Try to fix conflict with lesstif-devel
* Wed Mar 25 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.3.2-1
-- Initional Package for
rpmfusion.org
+- Initional Package for
rpmfusion.org (Based on the original RH release)
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/openmotif/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 24 Sep 2009 16:00:32 -0000 1.2
+++ sources 31 Mar 2010 19:18:09 -0000 1.3
@@ -1 +1 @@
-bf5479d52bc114d299200ec20e463e96 openmotif-2.3.2.tar.gz
+fd27cd3369d6c7d5ef79eccba524f7be openmotif-2.3.3.tar.gz