|
@@ -3,8 +3,8 @@
|
|
|
Summary: Emacs Lisp for editing po file of gettext
|
|
|
Summary(ja): gettextの po ファイルを編集するためのEmacs Lisp
|
|
|
Name: po-mode
|
|
|
-Version: 0.17
|
|
|
-Release: 5%{?_dist_release}
|
|
|
+Version: 0.18.1.1
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: GPLv3 and LGPLv2+
|
|
|
Group: Applications/Editors/Emacs
|
|
|
Source: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
|
|
@@ -13,10 +13,8 @@ Source1: po-mode-init.el
|
|
|
Source3: %{origname}-install.sh
|
|
|
Source4: %{origname}-remove.sh
|
|
|
Source5: vine-default-%{origname}.el
|
|
|
-## <BTS:VineLinux:934>:
|
|
|
-# http://git.savannah.gnu.org/cgit/gettext.git/commit/?id=9a6599c4d3d3db699b269b53a9a458bf0728ce08
|
|
|
-Patch0: po-mode-fix934.patch
|
|
|
Requires(post): emacsen, emacsen-common >= 0.1
|
|
|
+Requires: emacsen
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildArch: noarch
|
|
|
|
|
@@ -32,7 +30,6 @@ gettext の po ファイルを編集するための Emacs Lisp です.
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n gettext-%{version}
|
|
|
-%patch0 -p1
|
|
|
|
|
|
%build
|
|
|
|
|
@@ -95,11 +92,16 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Apr 22 2011 IWAI, Masaharu <iwai@alib.jp> 0.18.1.1-1
|
|
|
+- new upstream release
|
|
|
+- drop using forward-line patch (Patch0): upstream fixed
|
|
|
+- add Requires: emacsen
|
|
|
+
|
|
|
* Wed Feb 24 2010 IWAI, Masaharu <iwai@alib.jp> - 0.17-5
|
|
|
- split from gettext package: [VineSeed:20076]
|
|
|
- add Packager
|
|
|
- replace Prereq to Requires(post)
|
|
|
-- add using forward-line patch (Patch1): <BTS:VineLinux:934>
|
|
|
+- add using forward-line patch (Patch0): <BTS:VineLinux:934>
|
|
|
|
|
|
* Tue Dec 22 2009 Munehiro Yamamoto <munepi@vinelinux.org> - 0.17-4
|
|
|
- correct some output messages on po-mode-install.sh
|