Browse Source

updated howm-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6170 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
a1f8d71d34
1 changed files with 9 additions and 4 deletions
  1. 9 4
      h/howm/howm-vl.spec

+ 9 - 4
h/howm/howm-vl.spec

@@ -1,12 +1,14 @@
+%define rcversion 2
+
 Name:		howm
-Version:	1.3.9.2
-Release:	1%{?_dist_release}
+Version:	1.4.0
+Release:	1%{?rcversion:.rc%rcversion}%{?_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
+Source0:	http://howm.sourceforge.jp/a/%{name}-%{version}%{?rcversion:rc%rcversion}.tar.gz
 Source1:	%{name}-install.sh
 Source2:	%{name}-remove.sh
 Source3:	%{name}-init.el
@@ -27,7 +29,7 @@ Emacs で断片的なメモをどんどんとるための環境です. 分類機
 自由書式なので改宗も不要 :-)
 
 %prep
-%setup -q
+%setup -q %{?rcversion:-n %{name}-%{version}rc%{rcversion}}
 
 %build
 %__rm -rf */Makefile.am */Makefile.in
@@ -86,6 +88,9 @@ fi
 %{emacsen_pkgdir}/remove/%{name}
 
 %changelog
+* Sat May 12 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.4.0-1.rc2
+- updated to 1.4.0rc2
+
 * Sat Mar 31 2012 Munehiro Yamamoto <munepi@vinelinux.org> 1.3.9.2-1
 - new upstream release