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

Revision 521, 3.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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