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

Revision 6455, 3.5 KB checked in by kudoh, 12 years ago (diff)

unarj-vl.spec

Line 
1Summary: An uncompressor for .arj format archive files.
2Summary(ja): .arj フォーマットのアーカイブファイルの展開プログラム
3Name: unarj
4Version: 2.65
5Release: 2%{?_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* Fri Jun 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.65-2
52- rebuilt with current environment
53
54* Sun Jun 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.65-1
55- new upstream release
56- spec in UTF-8
57
58* Tue Apr 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.63a-3
59- applied new versioning policy
60- added some files to %%doc
61
62* Sat Jan 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.63a-2vl3
63- fixed spec file encoding
64- s/Copyright/License/
65
66* Sun Dec  1 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
67- 2.63a-2vl2
68- fixed changelog
69
70* Sun Dec  1 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
71- 2.63a-2vl1
72- based on 2.63a-2 from Rawhide
73
74 - Tue Nov 13 2002 Lon Hohberger <lhh@redhat.com>
75 - Version 2.63a ships without docs.
76
77 - Fri Jun 21 2002 Tim Powers <timp@redhat.com>
78 - automated rebuild
79
80 - Thu May 23 2002 Tim Powers <timp@redhat.com>
81 - automated rebuild
82
83 - Wed Feb 27 2002 Trond Eivind Glomsrøä <teg@redhat.com> 2.43-10
84 - Rebuild
85
86 - Wed Jan 09 2002 Tim Powers <timp@redhat.com>
87 - automated rebuild
88
89 - Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
90 - Bump release + rebuild.
91
92* Tue Dec 26 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
93- 2.43-6vl1
94- based on 2.43-6 from Rawhide
95- added Japanese summary and description
96- use better macros
97
98* Tue Aug 8  2000 Philipp Knirsch <pknirsch@redhat.com>
99- Bugfix for missing subdirectory creation during extract (#13297)
100- Compile warnings fixed
101
102* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
103- automatic rebuild
104
105* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
106- rebuild in new environment
107
108* Mon Feb 14 2000 Bill Nottingham <notting@redhat.com>
109- Wow. We've been shipping i386 binaries on alpha for a while...
110
111* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
112- update to 2.43
113
114* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
115- auto rebuild in the new build environment (release 9)
116
117* Thu Dec 17 1998 Michael Maher <mike@redhat.com>
118- built package for 6.0
119
120* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
121- build root
122
123* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
124- translations modified for de, fr, tr
125
126* Wed Oct 22 1997 Otto Hammersmith <otto@redhat.com>
127- fixed src url
128
129* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
130- built against glibc
Note: See TracBrowser for help on using the repository browser.