source: projects/specs/trunk/h/howm/howm-vl.spec @ 2429

Revision 2429, 3.0 KB checked in by munepi, 13 years ago (diff)

updated howm-vl.spec

Line 
1Name: howm
2Version: 1.3.9
3Release: 1%{?_dist_release}
4Summary: a note-taking tool on Emacs
5Summary(ja): Emacs で断片的なメモをどんどんとるための環境
6License: GPL
7Group: Applications/Editors/Emacs
8URL: http://howm.sourceforge.jp/
9Source0: %{name}-%{version}.tar.gz
10Source1: %{name}-install.sh
11Source2: %{name}-remove.sh
12Patch0: howm-1.3.9-check-make-local-hook.patch
13
14BuildRoot: %{_tmppath}/%{name}-root
15BuildArch: noarch
16Prereq: emacsen
17
18%description
19Howm is a note-taking tool on Emacs. It is similar to emacs-wiki;
20you can enjoy hyperlinks and full-text search easily. It is not
21similar to emacs-wiki; it can be combined with any format.
22
23%description -l ja
24Emacs で断片的なメモをどんどんとるための環境です. 分類機能はあえてつけ
25ません. かわりに, 全文検索とメモ間リンクが手軽にできるようにしました.
26自由書式なので改宗も不要 :-)
27
28%prep
29%setup -q
30%patch0 -p1 -b .orig
31
32%build
33%__rm -rf */Makefile.am */Makefile.in
34
35%install
36%__rm -rf %{buildroot}
37%__mkdir_p %{buildroot}%{_datadir}/emacs/site-lisp/%{name}
38%__mkdir_p %{buildroot}%{emacsen_pkgdir}/install
39%__mkdir_p %{buildroot}%{emacsen_pkgdir}/remove
40
41%__install -m 0644 *.el %{buildroot}%{_datadir}/emacs/site-lisp/%{name}
42
43%_installemacsenscript %{name} %{SOURCE1}
44
45%_removeemacsenscript  %{name} %{SOURCE2}
46
47%clean
48%__rm -rf %{buildroot}
49
50%post
51if [ "$1" = 2 ]; then
52%_emacsenPackageRemove %{name}
53
54fi
55%_addemacsenlist %{name}
56
57%_emacsenPackageInstall %{name}
58
59%preun
60if [ "$1" = 0 ]; then
61%_emacsenPackageRemove %{name}
62
63%_removeemacsenlist %{name}
64
65fi
66
67%files
68%defattr(-,root,root)
69%doc COPYING ChangeLog doc en ext ja sample
70%{_datadir}/emacs/site-lisp/%{name}/
71%{emacsen_pkgdir}/install/%{name}
72%{emacsen_pkgdir}/remove/%{name}
73
74%changelog
75* Fri Jan 08 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.9-1
76- new upstream release
77- supported emacs-24.0.50
78  - applied howm-1.3.9-check-make-local-hook.patch
79
80* Fri Jan 08 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.8-1
81- new upstream release
82- use %%{emacsen_pkgdir}
83
84* Sat Jan 10 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.3.7-1
85- new upstream release
86
87* Sat Nov 01 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.3.6-1
88- apply new versioning policy
89- spec in utf-8
90- source update
91
92# * Sat Aug 30 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.3.6-0vl1
93# - new upstream
94
95* Tue Jan 09 2007 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.3.4-0vl1
96- New upstream version.
97- Change Group.
98
99* Sun May 15 2005 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.2.3-0vl1
100- New upstream version.
101
102* Sun Nov 21 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.2-0vl2
103- Fix howm-en-dir and howm-ja-dir.
104
105* Fri Oct 01 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.2-0vl1
106- New upstream version.
107
108* Mon Jun 14 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.1.2.1-0vl1
109- New upstream version.
110
111* Tue Feb 24 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.1.1-0vl1
112- New upstream version.
113
114* Wed Feb 11 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.1.0.4-0vl1
115- Initial build.
116
Note: See TracBrowser for help on using the repository browser.