|
@@ -1,19 +1,20 @@
|
|
-Name: howm
|
|
|
|
-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
|
|
|
|
|
|
+Name: howm
|
|
|
|
+Version: 1.3.9.1
|
|
|
|
+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
|
|
|
|
+Source3: %{name}-init.el
|
|
|
|
+Source4: vine-default-%{name}.el
|
|
|
|
+
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-root
|
|
|
|
+BuildArch: noarch
|
|
|
|
+Requires(post,preun): emacsen
|
|
|
|
|
|
%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;
|
|
@@ -27,7 +28,6 @@ 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
|
|
@@ -38,7 +38,17 @@ Emacs で断片的なメモをどんどんとるための環境です. 分類機
|
|
%__mkdir_p %{buildroot}%{emacsen_pkgdir}/install
|
|
%__mkdir_p %{buildroot}%{emacsen_pkgdir}/install
|
|
%__mkdir_p %{buildroot}%{emacsen_pkgdir}/remove
|
|
%__mkdir_p %{buildroot}%{emacsen_pkgdir}/remove
|
|
|
|
|
|
|
|
+#
|
|
|
|
+# install el files
|
|
|
|
+#
|
|
|
|
+
|
|
%__install -m 0644 *.el %{buildroot}%{_datadir}/emacs/site-lisp/%{name}
|
|
%__install -m 0644 *.el %{buildroot}%{_datadir}/emacs/site-lisp/%{name}
|
|
|
|
+%__install -m 0644 %{SOURCE3} %{SOURCE4} \
|
|
|
|
+ ${RPM_BUILD_ROOT}/%{_datadir}/emacs/site-lisp/%{name}/
|
|
|
|
+
|
|
|
|
+#
|
|
|
|
+# install script (bytecompile el and install elc, remove)
|
|
|
|
+#
|
|
|
|
|
|
%_installemacsenscript %{name} %{SOURCE1}
|
|
%_installemacsenscript %{name} %{SOURCE1}
|
|
|
|
|
|
@@ -48,6 +58,10 @@ Emacs で断片的なメモをどんどんとるための環境です. 分類機
|
|
%__rm -rf %{buildroot}
|
|
%__rm -rf %{buildroot}
|
|
|
|
|
|
%post
|
|
%post
|
|
|
|
+#
|
|
|
|
+# bytecompile and install
|
|
|
|
+#
|
|
|
|
+
|
|
if [ "$1" = 2 ]; then
|
|
if [ "$1" = 2 ]; then
|
|
%_emacsenPackageRemove %{name}
|
|
%_emacsenPackageRemove %{name}
|
|
|
|
|
|
@@ -72,7 +86,15 @@ fi
|
|
%{emacsen_pkgdir}/remove/%{name}
|
|
%{emacsen_pkgdir}/remove/%{name}
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Fri Jan 08 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.9-1
|
|
|
|
|
|
+* Sun Jan 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.9.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- dropped howm-1.3.9-check-make-local-hook.patch
|
|
|
|
+ - this patch merged into upstream
|
|
|
|
+- changed to Requires(post,preun): emacsen
|
|
|
|
+ - Prereq tag is already deprecated
|
|
|
|
+- supported vine-default
|
|
|
|
+
|
|
|
|
+* Sun Jan 02 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.9-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- supported emacs-24.0.50
|
|
- supported emacs-24.0.50
|
|
- applied howm-1.3.9-check-make-local-hook.patch
|
|
- applied howm-1.3.9-check-make-local-hook.patch
|