|
@@ -1,19 +1,20 @@
|
|
|
%define _noVersionedDependencies 1
|
|
|
%define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
|
|
|
|
|
|
-%define origver 6.1.0
|
|
|
+%define origver 7.0.0
|
|
|
%define origname riece
|
|
|
|
|
|
Summary: Riece is emacs based irc client
|
|
|
Summary(ja): Riece は Emacsen 上で動作する IRC のクライアント
|
|
|
Name: %{origname}
|
|
|
Version: %{origver}
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
Source0: http://dl.sv.gnu.org/releases/riece/%{name}-%{version}.tar.gz
|
|
|
Source1: %{name}-install.sh
|
|
|
Source2: %{name}-remove.sh
|
|
|
Source3: %{name}-init.el
|
|
|
+Patch0: riece-7.0.0-check-make-local-hook.patch
|
|
|
|
|
|
License: GPL
|
|
|
Group: Applications/Editors/Emacs
|
|
@@ -57,6 +58,8 @@ Riece の主な特長は以下の通りです。
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+%patch0 -p1 -b .orig
|
|
|
+
|
|
|
|
|
|
%build
|
|
|
%configure
|
|
@@ -167,6 +170,12 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Dec 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.0-2
|
|
|
+- applied riece-7.0.0-check-make-local-hook.patch
|
|
|
+
|
|
|
+* Wed Nov 03 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.0-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Mon Jan 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.1.0-1
|
|
|
- new upstream release
|
|
|
|