|
@@ -1,20 +1,19 @@
|
|
|
%define _noVersionedDependencies 1
|
|
|
%define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
|
|
|
|
|
|
-%define origver 7.0.0
|
|
|
+%define origver 7.0.3
|
|
|
%define origname riece
|
|
|
|
|
|
Summary: Riece is emacs based irc client
|
|
|
Summary(ja): Riece は Emacsen 上で動作する IRC のクライアント
|
|
|
Name: %{origname}
|
|
|
Version: %{origver}
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 1%{?_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
|
|
@@ -58,7 +57,6 @@ Riece の主な特長は以下の通りです。
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
-%patch0 -p1 -b .orig
|
|
|
|
|
|
|
|
|
%build
|
|
@@ -170,6 +168,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Feb 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.3-1
|
|
|
+- new upstream release
|
|
|
+- dropped riece-7.0.0-check-make-local-hook.patch
|
|
|
+
|
|
|
* Sun Dec 05 2010 Munehiro Yamamoto <munepi@vinelinux.org> 7.0.0-2
|
|
|
- applied riece-7.0.0-check-make-local-hook.patch
|
|
|
|