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