SPECS: vile.spec - 9.6

aredridel aredridel at pld-linux.org
Sun Dec 30 04:59:47 CET 2007


Author: aredridel                    Date: Sun Dec 30 03:59:47 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 9.6

---- Files affected:
SPECS:
   vile.spec (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: SPECS/vile.spec
diff -u SPECS/vile.spec:1.43 SPECS/vile.spec:1.44
--- SPECS/vile.spec:1.43	Mon Feb 12 23:09:19 2007
+++ SPECS/vile.spec	Sun Dec 30 04:59:41 2007
@@ -6,18 +6,18 @@
 Summary:	Text editor compatible with Vi
 Summary(pl.UTF-8):	Edytor tekstu kompatybilny z Vi
 Name:		vile
-Version:	9.4
-Release:	2
+Version:	9.6
+Release:	1
 License:	GPL
 Group:		Applications/Editors
 # Source0:	ftp://ftp.clark.net/pub/dickey/vile/%{name}-%{version}.tgz
 Source0:	ftp://invisible-island.net/vile/%{name}-%{version}.tgz
-# Source0-md5:	1c69045467b7c48be99fa7ac2052a95f
+# Source0-md5:	3695e234f4e7e9038450876f44832613
 Source1:	x%{name}.desktop
 Patch0:		%{name}-ac_fix.patch
 Patch1:		%{name}-nolibs.patch
 URL:		http://www.clark.net/pub/dickey/vile/vile.html
-BuildRequires:	XFree86-devel
+BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	autoconf
 BuildRequires:	automake
 %{?with_static:BuildRequires:	glibc-static}
@@ -83,14 +83,14 @@
 
 %build
 cp -f /usr/share/automake/config.sub .
-rm -f configure
-%{__autoheader}
-%{__autoconf}
+#rm -f configure
+#%{__autoconf}
 %if %{with static}
-IMAKE_LOADFLAGS="%{rpmldflags} -static"; export IMAKE_LOADFLAGS
+LDFLAGS="%{rpmldflags} -static"
 %configure \
 	--with-screen=ncurses \
-	--with-CFLAGS="%{rpmcflags}"
+	--without-x \
+	--with-cflags="%{rpmcflags}"
 
 %{__make} \
 	LIBS="-lcrypt -lncurses -ltinfo"
@@ -98,11 +98,11 @@
 %{__make} distclean
 %endif
 
-IMAKE_LOADFLAGS="%{rpmldflags}"; export IMAKE_LOADFLAGS
+LDFLAGS="%{rpmldflags}"; export LDFLAGS
 %configure \
 	--with-screen=x11 \
 	--with-locale \
-	--with-CFLAGS="%{rpmcflags}"
+	--with-cflags="%{rpmcflags}"
 
 %{__make} xvile
 mv -f xvile vile.x11
@@ -111,7 +111,7 @@
 %configure \
 	--with-screen=ncurses \
 	--with-locale \
-	--with-CFLAGS="%{rpmcflags}"
+	--with-cflags="%{rpmcflags}"
 
 %{__make}
 
@@ -165,6 +165,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2007-12-30 03:59:41  aredridel
+- 9.6
+
 Revision 1.43  2007-02-12 22:09:19  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vile.spec?r1=1.43&r2=1.44&f=u



More information about the pld-cvs-commit mailing list