Author: qboosh Date: Thu Jan 3 19:30:02 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - removed obsolete nolibs patch - BR: libXt-devel (not just libX11-devel) - GPL v2
---- Files affected: SPECS: vile.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: SPECS/vile.spec diff -u SPECS/vile.spec:1.44 SPECS/vile.spec:1.45 --- SPECS/vile.spec:1.44 Sun Dec 30 04:59:41 2007 +++ SPECS/vile.spec Thu Jan 3 20:29:56 2008 @@ -8,21 +8,20 @@ Name: vile Version: 9.6 Release: 1 -License: GPL +License: GPL v2 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: 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: xorg-lib-libX11-devel -BuildRequires: autoconf +URL: http://invisible-island.net/vile/ BuildRequires: automake -%{?with_static:BuildRequires: glibc-static} BuildRequires: ncurses-devel -%{?with_static:BuildRequires: ncurses-static} +BuildRequires: xorg-lib-libXt-devel +%if %{with static} +BuildRequires: glibc-static +BuildRequires: ncurses-static +%endif Requires: %{name}-common = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -66,8 +65,8 @@ %package X11 Summary: xvile (vile with X11 support) -Summary(pl.UTF-8): xvile (vile dla X Window) -Group: Applications/Editors +Summary(pl.UTF-8): xvile (vile dla X Window System) +Group: X11/Applications/Editors Requires: %{name}-common = %{version}-%{release} %description X11 @@ -83,8 +82,6 @@ %build cp -f /usr/share/automake/config.sub . -#rm -f configure -#%{__autoconf} %if %{with static} LDFLAGS="%{rpmldflags} -static" %configure \ @@ -165,6 +162,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2008-01-03 19:29:56 qboosh +- removed obsolete nolibs patch +- BR: libXt-devel (not just libX11-devel) +- GPL v2 + Revision 1.44 2007-12-30 03:59:41 aredridel - 9.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vile.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
