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

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Mon Jan 8 14:22:27 UTC 2007


Author: jnovy

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

Modified Files:
	nedit.spec 
Log Message:
- explicitly depend on lesstif to avoid nedit crashes
  (binary lesstif/openmotif incompatibilities) (#221535)
- fix buildroot



Index: nedit.spec
===================================================================
RCS file: /cvs/extras/rpms/nedit/devel/nedit.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nedit.spec	2 Sep 2006 13:26:13 -0000	1.10
+++ nedit.spec	8 Jan 2007 14:21:57 -0000	1.11
@@ -5,7 +5,7 @@
 Summary: A GUI text editor for systems with X and Motif.
 Name: nedit
 Version: 5.5
-Release: 10%{?dist}
+Release: 11%{?dist}
 Source: http://nedit.org/ftp/v5_5/nedit-%{version}-src.tar.bz2
 Source1: nedit.desktop
 Source2: nedit-icon.png
@@ -19,7 +19,8 @@
 URL: http://nedit.org
 License: GPL
 Group: Applications/Editors
-BuildRoot: %{_tmppath}/%{name}-root
+Requires: lesstif
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: lesstif-devel, libXau-devel, libXpm-devel, libXmu-devel
 %if %{desktop_file}
 BuildPrereq: desktop-file-utils >= %{desktop_file_utils_version}
@@ -84,6 +85,11 @@
 %endif
 
 %changelog
+* Mon Jan  8 2007 Jindrich Novy <jnovy at redhat.com> 5.6-11
+- explicitly depend on lesstif to avoid nedit crashes
+  (binary lesstif/openmotif incompatibilities) (#221535)
+- fix buildroot
+
 * Sat Sep  2 2006 Jindrich Novy <jnovy at redhat.com> 5.5-10.fc6
 - remove dependency on openmotif and build against lesstif
 - add missing libXmu-devel dependency




More information about the fedora-extras-commits mailing list