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