source: projects/specs/trunk/M/MHonArc/MHonArc-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: A Perl mail-to-HTML converter
2Summary(ja): Eメールを HTML 形式に変換する Perl ツール
3Name: MHonArc
4Version: 2.6.16
5Release: 3%{?_dist_release}
6License: GPLv2+
7Group: Applications/Text
8URL: http://www.mhonarc.org/
9Source: http://www.mhonarc.org/tar/%{name}-%{version}.tar.bz2
10Source1: http://www.mhonarc.jp/2.6.x/iso2022jp.pl
11
12Requires: perl >= 5.6
13Requires: perl-Unicode-String perl-Unicode-MapUTF8
14BuildRequires: perl >= 5.6
15BuildArch: noarch
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17
18
19%description
20MHonArc provides HTML mail archiving with index, mail thread linking, etc; plus
21other capabilities including support for MIME and powerful user customization
22features.
23
24%description -l ja
25MHonArc は,メールを HTML アーカイブに変換するツールで,
26インデックス,メールのスレッドのリンク,その他 MIME サポートや
27強力なカスタマイズ機能を備えています.
28
29
30%prep
31rm -rf %{buildroot}
32
33%setup -q
34
35%build
36for i in `find . -type f -name *.pl` admin/mhaadmin* mh* examples/* ; do
37        sed -e 's|/usr/local/|/usr/|g' $i >${i%.*}.new
38        mv ${i%.*}.new $i
39done
40
41
42%install
43rm -rf %{buildroot}
44
45perl install.me -batch -libpath %{buildroot}%{_libdir}/MHonArc -nodoc \
46        -manpath %{buildroot}%{_mandir} -binpath %{buildroot}%{_bindir}
47
48# just in case
49cd %{buildroot}
50find . -type f -exec perl -pi -e "s|%{buildroot}||g" {} \;
51
52
53%clean
54rm -rf %{buildroot}
55
56
57%files
58%defattr(-,root,root)
59%doc ACKNOWLG BUGS CHANGES COPYING INSTALL README.txt RELNOTES TODO
60%doc doc contrib examples extras logo
61%{_bindir}/*
62%{_libdir}/MHonArc
63%{_mandir}/*/*
64
65
66%changelog
67* Sun Feb 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.16-3
68- spec in utf-8
69- add Source1 to fix iso2022jp.pl
70
71* Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.16-2vl5
72- removed Source1 (for perl(shellwords.pl))
73- fix license tag
74
75* Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.16-1vl5
76- rebuilt with perl 5.10.0-1
77- added Source1 (for perl(shellwords.pl))
78
79* Mon Jul 17 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.16-0vl1
80- new upstream release
81- added Requires: perl-Unicode-String, perl-Unicode-MapUTF8
82
83* Wed Jul 01 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.11-0vl1
84- new upstream release
85
86* Tue Sep 02 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.6.8-0vl1
87- updated to 2.6.8 release
88
89* Wed Apr 23 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.14-0vl3
90- fixed spec file encoding (fixed to EUC)
91
92* Thu Dec 26 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.5.14-0vl2
93- Oops, fixed NOT to requires /usr/local/bin/perl :(
94
95* Thu Dec 26 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.5.14-0vl1
96- based on 2.5.10-1mdk from Mandrake/9.0 Contrib and built for Vine Linux
97- added Japanese summary and description
98- 2.5.14 is a security fix release
99
100* Tue Jul 30 2002 Lenny Cartier <lenny@mandrakesoft.com> 2.5.10-1mdk
101- 2.5.10
102
103* Mon Jul 22 2002  Lenny Cartier <lenny@mandrakesoft.com> 2.5.9-1mdk
104- 2.5.9
105
106* Fri Jul 12 2002 Pixel <pixel@mandrakesoft.com> 2.5.7-2mdk
107- remove "AutoReqProv: no" (it doesn't change anything)
108- rebuild for new perl 5.8.0
109
110* Mon Jun 24 2002 Lenny Cartier <lenny@mandrakesoft.com> 2.5.7-1mdk
111- 2.5.7
112
113* Tue Jun 18 2002 Lenny Cartier <lenny@mandrakesoft.com> 2.5.6-1mdk
114- 2.5.6
115
116* Tue May 28 2002 Christian Belisle <cbelisle@mandrakesoft.com> 2.5.5-1mdk
117- 2.5.5
118- quiet the %%setup
119
120* Tue Apr 30 2002 Lenny Cartier <lenny@mandrakesoft.com> 2.5.3-1mdk
121- 2.5.3
122
123* Wed Jun 20 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.4.9-1mdk
124- License
125- updated to 2.4.9
126
127* Sat Apr 14 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 2.4.8-1mdk
128- Build a 2.4.8.
129
130* Tue Jan 02 2001 Lenny Cartier <lenny@mandrakesoft.com> 2.4.7-2mdk
131- clean spec
132
133* Fri Nov 03 2000 Geoffrey Lee <snailtalk@mandrakesoft.com> 2.4.7-1mdk
134- shamelessly ripped from RedHat contribs.
135 
136* Fri Feb 18 2000 Yuri Detzel <yad@mail.ru>
137- Updated to version 2.4.5
138- Fixed rewriting and deleting files in lib directory
139  during building of RPM package
140- Updated to new url of MHonArc home page
141   
142* Wed Aug 18 1999 Chuck Mead <csm@lunar-penguin.com>
143- Updated to version 2.4.3
144     
145* Sat Jun 26 1999 Jeff Breidenbach <jeff@alum.mit.edu>
146- Updated to version 2.4.0
147     
148* Wed Nov 18 1998 Jeff Breidenbach <jeff@alum.mit.edu>
149- Added utilities to RPM (mha-dbedit, mha-dbrecover)
150       
151* Wed Nov 11 1998 Jeff Breidenbach <jeff@alum.mit.edu>
152- Removed "BuildRoot:" to fix path problem.
153       
154* Mon Nov 9 1998 Jeff Breidenbach <jeff@alum.mit.edu>
155- updated to version 2.3.3
156- updated Perl requirement to perl 5.
157- Removed RPM patch; used install.me command line options instead
158         
159* Tue Oct 27 1998 Jeff Breidenbach <jeff@alum.mit.edu>
160- updated to version 2.3.1
161         
162* Wed Apr 1 1998 Stig HackV舅 <stig@hackvan.com>
163- removed bogus "%dep" macro from %install script
164- removed bogus %doc tags from the /usr/{bin,lib} files
165- moved to noarch architecture
166           
167* Wed Mar 3 1998 Jeff Breidenbach <jeff@jab.org>
168- built new version under RedHat Hurricane w/ glibc
169           
170* Wed Nov 19 1997 Greg Boehnlein <damin@nacs.net>
171- rebuilt under RedHat Mustang w/ glibc
172             
173* Sat Nov 08 1997 Andrew Pimlott <pimlott@math.harvard.edu>
174- started from a contrib'ed RPM for version 1.2.3.  There was no
175  identification of the original packager.
176- lots of clean-up
177- BuiltRoot'ed 
Note: See TracBrowser for help on using the repository browser.