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