Browse Source

updated riece-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2285 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 14 years ago
parent
commit
8592ec733b
1 changed files with 11 additions and 2 deletions
  1. 11 2
      r/riece/riece-vl.spec

+ 11 - 2
r/riece/riece-vl.spec

@@ -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