Browse Source

xterm 269-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3452 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
100e4731e1
1 changed files with 16 additions and 6 deletions
  1. 16 6
      x/xterm/xterm-vl.spec

+ 16 - 6
x/xterm/xterm-vl.spec

@@ -1,7 +1,7 @@
 Summary: Terminal emulator for the X Window System
 Summary(ja): X ウィンドウシステム用ターミナルエミュレータ
 Name: xterm
-Version: 250
+Version: 269
 Release: 1%{?_dist_release}
 URL: http://dickey.his.com/xterm
 License: MIT
@@ -9,17 +9,19 @@ Group: User Interface/X
 
 Source0: ftp://invisible-island.net/xterm/%{name}-%{version}.tgz
 Source1: ftp://invisible-island.net/xterm/16colors.txt
-Source2: %{name}.desktop
 
 Patch1: xterm-245-resources.patch
-Patch2: xterm-222-can-2003-0063.patch
-Patch3: xterm-226-man-page_paths.patch
+Patch3: xterm-256-man-page_paths.patch
+Patch4: xterm-269-desktopfile.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: imake, pkgconfig, ncurses-devel
 #BuildRequires: libutempter-devel
 BuildRequires: libXft-devel, libXaw-devel, libXext-devel, desktop-file-utils
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %define x11_app_defaults_dir %(pkg-config --variable appdefaultdir xt)
 
 %description
@@ -31,8 +33,8 @@ programs that can't use the window system directly.
 %setup -q
 
 %patch1 -p1 -b .redhat-resources
-%patch2 -p1 -b .can-2003-0063
 %patch3 -p1 -b .man-page_paths
+%patch4 -p1 -b .desktopfile
 
 %build
 %configure \
@@ -58,7 +60,7 @@ cp -fp %{SOURCE1} 16colors.txt
 
 desktop-file-install --vendor="" \
 	--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
-	%{SOURCE2}
+	xterm.desktop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -82,6 +84,14 @@ rm -rf $RPM_BUILD_ROOT
 %{x11_app_defaults_dir}/XTerm-color
 
 %changelog
+* Thu Apr 14 2011 IWAI, Masaharu <iwai@alib.jp> 269-1
+- new upstream release
+- drop unnecessary CAN-2003-0063 patch (Patch2): upstream fixed
+- drop xterm.desktop (Source2): using upstream desktop file
+- add desktop file patch (Patch4)
+- update man pages paths patch (Patch3): from Fedora 269-1
+- add Vendor and Distribution tags
+
 * Fri Nov 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 250-1
 - new upstream release