rpms/jed/devel jed.spec,1.11,1.12

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Sat Jun 3 01:59:27 UTC 2006


Author: notting

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

Modified Files:
	jed.spec 
Log Message:
various spec cleanups



Index: jed.spec
===================================================================
RCS file: /cvs/extras/rpms/jed/devel/jed.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- jed.spec	10 May 2006 03:18:48 -0000	1.11
+++ jed.spec	3 Jun 2006 01:59:27 -0000	1.12
@@ -1,19 +1,18 @@
 Summary: Fast, compact editor based on the S-Lang screen library
 Name: jed
 Version: 0.99.18
-Release: 2
+Release: 3
 License: GPL
 Group: Applications/Editors
 Source0: ftp://space.mit.edu/pub/davis/jed/v0.99/jed-0.99-18.tar.bz2
 Patch1: jed-0.99.12-xkeys.patch
 URL: http://www.jedsoft.org/jed/
 Patch2: jed-etc.patch
-Patch3: jed-multilib.patch
 Patch4: jed-selinux.patch
 Prereq: /sbin/install-info
 Obsoletes: jed-common jed-xjed
-BuildPrereq: slang-devel >= 2.0, autoconf, libselinux-devel
-BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
+BuildRequires: slang-devel >= 2.0, autoconf, libselinux-devel
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 Jed is a fast, compact editor based on the S-lang screen library.  Jed
@@ -30,8 +29,10 @@
 %setup -q -n jed-0.99-18
 %patch1 -p1 -b .xkeys
 %patch2 -p1
-#%patch3 -p1
 %patch4 -p1 -b .selinux
+
+find doc -type f -exec chmod a-x {} \;
+
 cd autoconf
 autoconf
 mv configure ..
@@ -66,6 +67,9 @@
 %{_datadir}/jed
 
 %changelog
+* Fri Jun  2 2006 Bill Nottingham <notting at redhat.com> - 0.99.18-3
+- various spec cleanups (#189374)
+
 * Tue May  9 2006 Bill Nottingham <notting at redhat.com> - 0.99.18-2
 - don't do all the installation by hand
 - get help files installed




More information about the fedora-extras-commits mailing list