|
@@ -1,47 +1,50 @@
|
|
|
|
+Name: yudit
|
|
Summary: Unicode Text Editor
|
|
Summary: Unicode Text Editor
|
|
Summary(ja): ユニコード対応テキストエディタ
|
|
Summary(ja): ユニコード対応テキストエディタ
|
|
-Name: yudit
|
|
|
|
Version: 2.9.2
|
|
Version: 2.9.2
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
|
|
+
|
|
Group: Applications/Editors
|
|
Group: Applications/Editors
|
|
-License: GPL
|
|
+License: GPLv2
|
|
|
|
+URL: http://www.yudit.org/
|
|
|
|
+
|
|
Source: http://yudit.org/download/%{name}-%{version}.tar.bz2
|
|
Source: http://yudit.org/download/%{name}-%{version}.tar.bz2
|
|
Source1: %{name}.desktop
|
|
Source1: %{name}.desktop
|
|
Patch10: yudit-2.7.2-vine-20030522.patch
|
|
Patch10: yudit-2.7.2-vine-20030522.patch
|
|
-URL: http://www.yudit.org/
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libX11-devel
|
|
|
|
+BuildRequires: libXt-devel
|
|
|
|
+BuildRequires: libXau-devel
|
|
|
|
+BuildRequires: libXdmcp-devel
|
|
|
|
+BuildRequires: libxcb-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
-Yudit is a unicode text editor for the X Window
|
|
+Yudit is a unicode text editor for the X Window System. She can do True Type font rendering, printing, transliterated keyboard input and handwriting recognition with no dependencies on on external engines. Her conversion utilities can convert text between various encodings. Keyboard input maps can also act like text converters. There is no need for a pre-installed multi-lingual environment. Menus are translated into many languages.
|
|
-System. She can do True Type font rendering,
|
|
+
|
|
-printing, transliterated keyboard input and
|
|
+GNU (C) 1997-2007 Gaspar Sinai <gaspar@yudit.org>
|
|
-handwriting recognition with no dependencies on
|
|
|
|
-on external engines. Her conversion utilities
|
|
|
|
-can convert text between various encodings.
|
|
|
|
-Keyboard input maps can also act like text
|
|
|
|
-converters. There is no need for a pre-installed
|
|
|
|
-multi-lingual environment. Menus are translated
|
|
|
|
-into many languages.
|
|
|
|
-
|
|
|
|
-GNU (C) 1997-2006 Gaspar Sinai <gaspar@yudit.org>
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch10 -p1 -b .vine
|
|
%patch10 -p1 -b .vine
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure
|
|
+%configure --with-x
|
|
make
|
|
make
|
|
|
|
|
|
%install
|
|
%install
|
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
-mkdir -p $RPM_BUILD_ROOT/etc/X11/applnk/Applications
|
|
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
|
|
install -m 644 gnome-yudit.png $RPM_BUILD_ROOT/usr/share/pixmaps/yudit.png
|
|
install -m 644 gnome-yudit.png $RPM_BUILD_ROOT/usr/share/pixmaps/yudit.png
|
|
-install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/applnk/Applications/
|
|
+install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/applications/
|
|
|
|
+
|
|
|
|
+%post
|
|
|
|
+update-desktop-database >& /dev/null ||:
|
|
|
|
+
|
|
|
|
+%postun
|
|
|
|
+update-desktop-database >& /dev/null ||:
|
|
|
|
|
|
%clean
|
|
%clean
|
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
|
@@ -67,10 +70,19 @@ install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/applnk/Applications/
|
|
%{_datadir}/yudit/locale/*
|
|
%{_datadir}/yudit/locale/*
|
|
%dir %{_datadir}/yudit/config
|
|
%dir %{_datadir}/yudit/config
|
|
%config %{_datadir}/yudit/config/*
|
|
%config %{_datadir}/yudit/config/*
|
|
-%config /etc/X11/applnk/Applications/yudit.desktop
|
|
+%config %{_datadir}/applications/yudit.desktop
|
|
%{_datadir}/pixmaps/yudit.png
|
|
%{_datadir}/pixmaps/yudit.png
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Oct 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.9.2-3
|
|
|
|
+- rebuilt on current VineSeed
|
|
|
|
+- added BuildRequires: libXau-devel, Xdmcp-devel and libxcb-devel
|
|
|
|
+- moved yudit.desktop to %{_datadir}/applications
|
|
|
|
+
|
|
|
|
+* Sat Feb 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.2-2
|
|
|
|
+- rebuild with Vine6 environment
|
|
|
|
+- add BuildRequires: libXt-devel
|
|
|
|
+
|
|
* Mon Jul 26 2010 Shu KONNO <owa@bg.wakwak.com> 2.9.2-1
|
|
* Mon Jul 26 2010 Shu KONNO <owa@bg.wakwak.com> 2.9.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|