RPM for navi2ch
修訂 | a073725b38f2a0315e564dfaed93a5276c2bcf06 (tree) |
---|---|
時間 | 2011-02-11 19:36:19 |
作者 | TATEISHI Katsuyuki <kt@whee...> |
Commiter | TATEISHI Katsuyuki |
Add emacs-el as BuildRequires to avoid installation path error.
@@ -2,7 +2,7 @@ | ||
2 | 2 | |
3 | 3 | Name: navi2ch |
4 | 4 | Version: 1.8.3 |
5 | -Release: 2%{?dist} | |
5 | +Release: 3%{?dist} | |
6 | 6 | Summary: Navigator for 2ch(navi2ch) is a '2ch bbs' browser worked on Emacsen |
7 | 7 | |
8 | 8 | Group: Applications/Internet |
@@ -12,7 +12,7 @@ Source0: %{name}-%{version}.tar.gz | ||
12 | 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
13 | 13 | BuildArch: noarch |
14 | 14 | |
15 | -BuildRequires: emacs | |
15 | +BuildRequires: emacs emacs-el | |
16 | 16 | Requires: emacs >= 21 |
17 | 17 | |
18 | 18 | %description |
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT | ||
62 | 62 | %{elispdir}/%{name}/*.el |
63 | 63 | |
64 | 64 | %changelog |
65 | +* Fri Feb 11 2011 TATEISHI Katsuyuki <kt@wheel.jp> 1.8.3-3 | |
66 | +- Add emacs-el as BuildRequires to avoid installation path error. | |
67 | + | |
65 | 68 | * Fri Feb 11 2011 TATEISHI Katsuyuki <kt@wheel.jp> 1.8.3-2 |
66 | 69 | - Rebuild to fix installation path depending build env. No changes to |
67 | 70 | the spec but bump Release. |