|
@@ -1,16 +1,16 @@
|
|
%define name medit
|
|
%define name medit
|
|
-%define version 1.0.5
|
|
|
|
|
|
+%define version 1.1.0
|
|
|
|
|
|
Name: %{name}
|
|
Name: %{name}
|
|
Version: %{version}
|
|
Version: %{version}
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Multiplatform GTK+2 text editor
|
|
Summary: Multiplatform GTK+2 text editor
|
|
Summary(ja): マルチプラットフォームな GTK+2 テキストエディタ
|
|
Summary(ja): マルチプラットフォームな GTK+2 テキストエディタ
|
|
Group: Applications/Editors
|
|
Group: Applications/Editors
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
URL: http://mooedit.sourceforge.net/
|
|
URL: http://mooedit.sourceforge.net/
|
|
Source0: http://prdownloads.sourceforge.net/mooedit/%{name}-%{version}.tar.bz2
|
|
Source0: http://prdownloads.sourceforge.net/mooedit/%{name}-%{version}.tar.bz2
|
|
-Source1: medit_ja.po
|
|
|
|
|
|
+#Source1: medit_ja.po
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -54,9 +54,9 @@ Medit はマルチプラットフォームな GTK+2 テキストエディタで
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-sed -i 's|fr|fr\nja|g' po/LINGUAS
|
|
|
|
|
|
+#sed -i 's|fr|fr\nja|g' po/LINGUAS
|
|
|
|
|
|
-%__cp -f %{SOURCE1} po/ja.po
|
|
|
|
|
|
+#%__cp -f %{SOURCE1} po/ja.po
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
@@ -101,6 +101,10 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man?/
|
|
%{_mandir}/man?/
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Mar 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- dropt Source1 to merge upstream
|
|
|
|
+
|
|
* Tue Feb 21 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.5-2
|
|
* Tue Feb 21 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.5-2
|
|
- rebuilt with python-2.7
|
|
- rebuilt with python-2.7
|
|
|
|
|