source: projects/specs/trunk/u/unarj/unarj-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: An uncompressor for .arj format archive files.
2Summary(ja): .arj フォーマットのアーカイブファイルの展開プログラム
3Name: unarj
4Version: 2.65
5Release: 1%{?_dist_release}
6Group: Applications/Archiving
7License: distributable
8Source: ftp://metalab.unc.edu/pub/Linux/utils/compress/unarj-%{version}.tar.gz
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10
11
12%description
13The UNARJ program is used to uncompress .arj format archives.  The
14.arj format archive was mostly used on DOS machines.
15
16Install the unarj package if you need to uncompress .arj format
17archives.
18
19%description -l ja
20unarj プログラムは .arj フォーマットのアーカイブ展開に使われます.
21.arj フォーマットアーカイブは主に DOS 機で使われるものです.
22
23.arj フォーマットのアーカイブを展開する必要がある場合は
24unarj パッケージをインストールして下さい.
25
26
27%prep
28%setup -q -n unarj-%{version}
29
30%build
31make clean
32make %{?_smp_mflags}
33
34%install
35[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
36mkdir -p $RPM_BUILD_ROOT%{_bindir}
37
38install -m 755 unarj $RPM_BUILD_ROOT%{_bindir}
39
40
41%clean
42[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(-,root,root)
46%doc *.txt
47%{_bindir}/unarj
48
49
50%changelog
51* Sun Jun 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.65-1
52- new upstream release
53- spec in UTF-8
54
55* Tue Apr 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.63a-3
56- applied new versioning policy
57- added some files to %%doc
58
59* Sat Jan 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.63a-2vl3
60- fixed spec file encoding
61- s/Copyright/License/
62
63* Sun Dec  1 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
64- 2.63a-2vl2
65- fixed changelog
66
67* Sun Dec  1 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
68- 2.63a-2vl1
69- based on 2.63a-2 from Rawhide
70
71 - Tue Nov 13 2002 Lon Hohberger <lhh@redhat.com>
72 - Version 2.63a ships without docs.
73
74 - Fri Jun 21 2002 Tim Powers <timp@redhat.com>
75 - automated rebuild
76
77 - Thu May 23 2002 Tim Powers <timp@redhat.com>
78 - automated rebuild
79
80 - Wed Feb 27 2002 Trond Eivind Glomsrøä <teg@redhat.com> 2.43-10
81 - Rebuild
82
83 - Wed Jan 09 2002 Tim Powers <timp@redhat.com>
84 - automated rebuild
85
86 - Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
87 - Bump release + rebuild.
88
89* Tue Dec 26 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
90- 2.43-6vl1
91- based on 2.43-6 from Rawhide
92- added Japanese summary and description
93- use better macros
94
95* Tue Aug 8  2000 Philipp Knirsch <pknirsch@redhat.com>
96- Bugfix for missing subdirectory creation during extract (#13297)
97- Compile warnings fixed
98
99* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
100- automatic rebuild
101
102* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
103- rebuild in new environment
104
105* Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
106- Wow. We've been shipping i386 binaries on alpha for a while...
107
108* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
109- update to 2.43
110
111* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
112- auto rebuild in the new build environment (release 9)
113
114* Thu Dec 17 1998 Michael Maher <mike@redhat.com>
115- built package for 6.0
116
117* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
118- build root
119
120* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
121- translations modified for de, fr, tr
122
123* Wed Oct 22 1997 Otto Hammersmith <otto@redhat.com>
124- fixed src url
125
126* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
127- built against glibc
Note: See TracBrowser for help on using the repository browser.