Browse Source

updated howm-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2429 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
52daf7b6a9
1 changed files with 11 additions and 2 deletions
  1. 11 2
      h/howm/howm-vl.spec

+ 11 - 2
h/howm/howm-vl.spec

@@ -1,16 +1,19 @@
 Name: howm
-Version: 1.3.8
+Version: 1.3.9
 Release: 1%{?_dist_release}
+Summary: a note-taking tool on Emacs
+Summary(ja): Emacs で断片的なメモをどんどんとるための環境
 License: GPL
 Group: Applications/Editors/Emacs
 URL: http://howm.sourceforge.jp/
 Source0: %{name}-%{version}.tar.gz
 Source1: %{name}-install.sh
 Source2: %{name}-remove.sh
+Patch0: howm-1.3.9-check-make-local-hook.patch
+
 BuildRoot: %{_tmppath}/%{name}-root
 BuildArch: noarch
 Prereq: emacsen
-Summary: Emacs で断片的なメモをどんどんとるための環境
 
 %description
 Howm is a note-taking tool on Emacs. It is similar to emacs-wiki;
@@ -24,6 +27,7 @@ Emacs で断片的なメモをどんどんとるための環境です. 分類機
 
 %prep
 %setup -q
+%patch0 -p1 -b .orig
 
 %build
 %__rm -rf */Makefile.am */Makefile.in
@@ -68,6 +72,11 @@ fi
 %{emacsen_pkgdir}/remove/%{name}
 
 %changelog
+* Fri Jan 08 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.9-1
+- new upstream release
+- supported emacs-24.0.50
+  - applied howm-1.3.9-check-make-local-hook.patch
+
 * Fri Jan 08 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.8-1
 - new upstream release
 - use %%{emacsen_pkgdir}