|
@@ -6,26 +6,28 @@
|
|
|
%define Name navi2ch
|
|
|
%define origver %{Version}
|
|
|
%define origname %{Name}
|
|
|
+%define rel 3
|
|
|
+%define cvsdate 20100415
|
|
|
+%define cvsrel 1
|
|
|
|
|
|
Summary: 2ch client on Emacsen
|
|
|
Summary(ja): (X)Emacsで動く2ちゃんねるクライアントです
|
|
|
Name: %{Name}
|
|
|
Version: %{Version}
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: %{rel}.cvs%{cvsdate}%{?_dist_release}
|
|
|
License: GPL
|
|
|
Group: Applications/Editors/Emacs
|
|
|
#Source: http://prdownloads.sourceforge.net/%{Name}/%{Name}-%{Version}.tar.gz
|
|
|
-Source: http://prdownloads.sourceforge.net/%{Name}/%{Name}-20080929.tar.gz
|
|
|
+Source: http://navi2ch.sourceforge.net/snapshot/%{name}-cvs_0.0.%{cvsdate}-%{cvsrel}.tar.gz
|
|
|
Source1: navi2ch-install.sh
|
|
|
Source2: navi2ch-remove.sh
|
|
|
Source3: vine-default-navi2ch.el
|
|
|
Source4: navi2ch-init.el
|
|
|
-Patch1: navi2ch-machibbs.el-r1.32.patch
|
|
|
-Patch10: navi2ch-1.7.5-emacs22.patch
|
|
|
BuildRoot: %{_tmppath}/%{Name}-%{Version}-root
|
|
|
URL: http://navi2ch.sourceforge.net/
|
|
|
BuildArch: noarch
|
|
|
|
|
|
+BuildRequires: emacs
|
|
|
PreReq: emacsen make gzip texinfo
|
|
|
%prereq_ge emacsen-common
|
|
|
Provides: %{origname} = %{origver}
|
|
@@ -49,9 +51,7 @@ monafont を使いたい場合は、~/.navi2ch/init.el に、
|
|
|
|
|
|
%prep
|
|
|
#%setup -q -n %{Name}-%{Version}
|
|
|
-%setup -q -n %{Name}
|
|
|
-%patch1 -p1
|
|
|
-#%patch10 -p1
|
|
|
+%setup -q -n %{name}-cvs-%{cvsdate}
|
|
|
|
|
|
%build
|
|
|
|
|
@@ -146,6 +146,12 @@ rm -rf ${RPM_BUILD_DIR}/%{Name}-%{Version}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri May 14 2010 IWAI, Masaharu <iwai@alib.jp> 2.0.0-3.cvs20100415
|
|
|
+- update to snapshot 0.0.20100415-1
|
|
|
+- drop unnecessary machibbs patch (Patch1)
|
|
|
+- drop unused Emacs22 patch (Patch10)
|
|
|
+- add BuildRequires: emacs
|
|
|
+
|
|
|
* Mon Dec 21 2009 IWAI, Masaharu <iwai@alib.jp> 2.0.0-2
|
|
|
- apply vine-default
|
|
|
- rename navi2ch-init.el to vine-default-navi2ch.el (Source3)
|