Author: notting
Update of /cvs/extras/rpms/jed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10520
Modified Files: .cvsignore jed-selinux.patch jed.spec sources Log Message: update to new version for new slang
Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jed/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Mar 2005 22:37:55 -0000 1.2 +++ .cvsignore 30 Nov 2005 21:54:31 -0000 1.3 @@ -1 +1 @@ -jed-0.99-16.tar.bz2 +jed-B0.99-17.135.tar.bz2
jed-selinux.patch:
Index: jed-selinux.patch =================================================================== RCS file: /cvs/extras/rpms/jed/devel/jed-selinux.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jed-selinux.patch 4 Mar 2005 22:37:55 -0000 1.1 +++ jed-selinux.patch 30 Nov 2005 21:54:31 -0000 1.2 @@ -1,5 +1,5 @@ ---- jed-0.99-16/autoconf/configure.in.selinux 2004-09-25 01:33:25.000000000 -0400 -+++ jed-0.99-16/autoconf/configure.in 2004-09-25 01:40:05.000000000 -0400 +--- jed-0.99-16/autoconf/configure.ac.selinux 2004-09-25 01:33:25.000000000 -0400 ++++ jed-0.99-16/autoconf/configure.ac 2004-09-25 01:40:05.000000000 -0400 @@ -38,6 +38,8 @@
AC_CHECK_LIB(util,openpty)
Index: jed.spec =================================================================== RCS file: /cvs/extras/rpms/jed/devel/jed.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- jed.spec 10 May 2005 02:55:05 -0000 1.6 +++ jed.spec 30 Nov 2005 21:54:31 -0000 1.7 @@ -1,17 +1,17 @@ Summary: Fast, compact editor based on the S-Lang screen library Name: jed -Version: 0.99.16 -Release: 10 +Version: 0.99.17 +Release: 0.pre135.1 License: GPL Group: Applications/Editors -Source0: ftp://space.mit.edu/pub/davis/jed/jed-0.99-16.tar.bz2 +Source0: ftp://space.mit.edu/pub/davis/jed/v0.99/pre-0.99-17/jed-B0.99-17.135.tar.bz2 Patch1: jed-0.99.12-xkeys.patch Patch2: jed-info.patch Patch3: jed-multilib.patch Patch4: jed-selinux.patch Prereq: /sbin/install-info Obsoletes: jed-common jed-xjed -BuildPrereq: slang-devel /usr/bin/autoconf-2.13 +BuildPrereq: slang-devel >= 2.0, autoconf BuildRoot: /var/tmp/jed-root
%description @@ -26,13 +26,15 @@ what you'd like to use.
%prep -%setup -q -n jed-0.99-16 +%setup -q -n jed-B0.99-17.135 %patch1 -p1 -b .xkeys %patch2 -p1 -%patch3 -p1 +#%patch3 -p1 %patch4 -p1 -b .selinux -autoconf-2.13 -l autoconf autoconf/configure.in > configure -chmod +x configure +cd autoconf +autoconf +mv configure .. +cd ..
%build export JED_ROOT="%{_datadir}/jed"
Index: sources =================================================================== RCS file: /cvs/extras/rpms/jed/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Mar 2005 22:37:55 -0000 1.2 +++ sources 30 Nov 2005 21:54:31 -0000 1.3 @@ -1 +1 @@ -c2bcd89c92a120559865a539c2705999 jed-0.99-16.tar.bz2 +8f9d3d6fa8805f0c10f14936600077c4 jed-B0.99-17.135.tar.bz2
scm-commits@lists.fedoraproject.org