Browse Source

lha-1.14i-4.git20161015

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11071 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
e401e0f1cb
1 changed files with 12 additions and 7 deletions
  1. 12 7
      l/lha/lha-vl.spec

+ 12 - 7
l/lha/lha-vl.spec

@@ -1,15 +1,15 @@
-%define ac_date 20050924p1
-%define src_version %{version}-ac%{ac_date}
+%define git_date 20161015
+%define src_version %{version}-git%{git_date}
 
 Summary:	LHa file archiving utility with compress (autoconfiscated)
 Summary(ja):	高圧縮アーカイバ (autoconf 版)
 Name:		lha
 Version:	1.14i
-Release:	3%{?_dist_release}
+Release:	4.git%{git_date}%{?_dist_release}
 Group:		Applications/Archiving
 License:	distributable
 URL:		http://lha.sourceforge.jp/
-Source:		lha-%{src_version}.tar.gz
+Source:		lha-%{src_version}.tar.xz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 Vendor:		Project Vine
@@ -25,9 +25,11 @@ LHa は効率の高い圧縮機能を持つファイルアーカイバです。
 LHa の UNIX 版の非正式 バージョンアップ版です。
 
 %prep
-%setup -q -n %{name}-%{src_version}
+%setup -q -n %{name}
 
 %build
+autoreconf -f -i
+
 %configure \
 	--mandir=%{_mandir}/ja \
 	--enable-multibyte-filename=auto \
@@ -49,9 +51,12 @@ LHa の UNIX 版の非正式 バージョンアップ版です。
 %doc ChangeLog
 %doc olddoc/change*.txt olddoc/{PROBLEMS,README,CHANGES}.euc
 %{_bindir}/lha
-%{_mandir}/ja/mann/lha.n*
+%{_mandir}/ja/man1/lha.1*
 
 %changelog
+* Sun May  7 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14i-4.git20161015
+- updated to git HEAD.
+
 * Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14i-3
 - rebuild for Vine Linux 6
 
@@ -112,5 +117,5 @@ LHa の UNIX 版の非正式 バージョンアップ版です。
 * Tue Aug 31 1999 Norihito Ohmori <ohmori@flatout.org>
 - new versoin 1.14f
 
-* Thu Aug 10 1999 Norihito Ohmori <ohmori@flatout.org>
+* Tue Aug 10 1999 Norihito Ohmori <ohmori@flatout.org>
 - rebuild for new environment (glibc-2.1.x)