source: projects/specs/trunk/l/lha/lha-vl.spec @ 11071

Revision 11071, 3.3 KB checked in by tomop, 7 years ago (diff)

lha-1.14i-4.git20161015

Line 
1%define git_date 20161015
2%define src_version %{version}-git%{git_date}
3
4Summary:        LHa file archiving utility with compress (autoconfiscated)
5Summary(ja):    高圧縮アーカイバ (autoconf 版)
6Name:           lha
7Version:        1.14i
8Release:        4.git%{git_date}%{?_dist_release}
9Group:          Applications/Archiving
10License:        distributable
11URL:            http://lha.sourceforge.jp/
12Source:         lha-%{src_version}.tar.xz
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15Vendor:         Project Vine
16Distribution:   Vine Linux
17
18%description
19LHa is a file archiving utility with high compression algorithm.
20
21%description -l ja
22LHa は効率の高い圧縮機能を持つファイルアーカイバです。
23
24-lh5-, -lh6-, -lh7- 圧縮形式での圧縮/展開が可能なアーカイバ
25LHa の UNIX 版の非正式 バージョンアップ版です。
26
27%prep
28%setup -q -n %{name}
29
30%build
31autoreconf -f -i
32
33%configure \
34        --mandir=%{_mandir}/ja \
35        --enable-multibyte-filename=auto \
36        --enable-ignore-dot-files
37%__make
38
39%check
40%__make check
41
42%install
43%__rm -rf %{buildroot}
44%makeinstall mandir=%{buildroot}%{_mandir}/ja
45
46%clean
47%__rm -rf %{buildroot}
48
49%files
50%defattr(-,root,root)
51%doc ChangeLog
52%doc olddoc/change*.txt olddoc/{PROBLEMS,README,CHANGES}.euc
53%{_bindir}/lha
54%{_mandir}/ja/man1/lha.1*
55
56%changelog
57* Sun May  7 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.14i-4.git20161015
58- updated to git HEAD.
59
60* Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14i-3
61- rebuild for Vine Linux 6
62
63* Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 1.14i-2
64- spec in utf-8
65
66* Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14i-1
67- applied new versioning policy
68
69* Fri Oct 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.14i-0vl9
70- [SECURITY] update to 1.14i-ac20050924p1
71  - fix multiple issues (CVE-2006-4335, CVE-2006-4337, CVE-2006-4338)
72
73* Sat Oct 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.14i-0vl8
74- change source to autoconfiscated version
75  - 1.14i-ac20050924
76  - change URL
77  - drop obsolete patches
78
79* Sun Sep 10 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14i-0vl7
80- changed Group to Applications/Archiving
81
82* Sat Sep  4 2004 SATO Masakiyo <info@pocomoco.net> 1.14i-0vl6
83- add patch 101 for CAN-2004-0694, CAN-2004-0745, CAN-2004-0769, CAN-2004-0771
84
85* Sun May  2 2004 IWAI, Masaharu <iwai@alib.jp> 1.14i-0vl5
86- [SECURITY FIX] CAN-2004-0234, CAN-2004-0235
87    - add lha-114i-sec.patch (Patch100): from Red Hat Linux 9 lha-1.14i-9.1
88
89* Fri May  2 2003 IWAI Masaharu <iwai@alib.jp> 1.14i-0vl4
90- rebuild with new toolchain
91
92* Sat Feb 23 2002 Toru Sagami <sagami@vinelinux.org> 1.14i-0vl3
93- use distributed tar.gz 
94
95* Sat Jan 13 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
96- 1.14i-0vl2
97- use _mandir
98
99* Fri Oct 13 2000 Toru Sagami <czs14350@mb.infoweb.ne.jp>
100- 1.14i-0vl1
101- added lha-1.14i.patch from ad-hoc 114i.lzh onto 1.14h
102
103* Sun Jul 09 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
104- 1.14g-0vl2
105- fixed %files section to handle compressed man page
106
107* Tue May 16 2000 Lisa Sagami <czs14350@nifty.ne.jp>
108- 1.14g: supports -lh7-
109
110* Sat May 13 2000 Lisa Sagami <czs14350@nifty.ne.jp>
111- moved ja_JP.ujis -> ja
112- small fix: Vendor, Description and so on
113
114* Fri Dec 24 1999 Jun Nishii <jun@vinelinux.org>
115- change group
116
117* Tue Aug 31 1999 Norihito Ohmori <ohmori@flatout.org>
118- new versoin 1.14f
119
120* Tue Aug 10 1999 Norihito Ohmori <ohmori@flatout.org>
121- rebuild for new environment (glibc-2.1.x)
Note: See TracBrowser for help on using the repository browser.