source: projects/specs/branches/6/k/kcc/kcc-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: Kanji code filter
2Summary(ja): ´Á»ú¥³¡¼¥ÉÊÑ´¹¥Õ¥£¥ë¥¿
3Name: kcc
4Group: Applications/Text
5Version: 2.3
6Release: 1%{?_dist_release}
7Source: kcc.tar.gz
8Patch0: kcc-stdarg.patch
9License: GPL2
10Buildroot: %{_tmppath}/%{name}-%{version}-root
11
12Vendor: Project Vine
13Distribution: Vine Linux
14
15%description
16Kanji code filter with auto-detection of the code.
17
18%description -l ja
19¼«Æ°È½Ê̵¡Ç½¤Ä¤­´Á»ú¥³¡¼¥É¥Õ¥£¥ë¥¿¡¼¤Ç¤¹¡£ÆüËܸìEUC¡¤7¥Ó¥Ã¥ÈJIS¡¤
208¥Ó¥Ã¥ÈJIS¡¤¥·¥Õ¥ÈJIS¤ËÂбþ¤·¤Æ¤ª¤ê¡¢È¾³Ñ¤«¤Ê¤Ë¤âÂбþ¤·¤Æ¤¤¤Þ¤¹¡£
21
22%prep
23rm -rf %{buildroot}
24
25%setup -q -n %{name}
26%patch0 -p1 -b .stdarg
27
28%build
29make CFLAGS="$RPM_OPT_FLAGS"
30
31%install
32mkdir -p %{buildroot}/%{_bindir}
33mkdir -p %{buildroot}/%{_mandir}/ja/man1
34make BINPATH=%{buildroot}/%{_bindir} install
35make MANPATH=%{buildroot}/%{_mandir} JMANDIR=ja install.man
36
37%clean
38rm -rf %{buildroot}
39
40%files
41%defattr(-,root,root)
42%doc COPYING README
43%{_bindir}/kcc
44%{_mandir}/ja/man1/*
45
46%changelog
47* Sat May 16 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.3-1
48- applied new versioning policy, spec in UTF-8
49
50* Tue Aug 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.3-0vl4
51- rebuild with new toolchains
52- added Patch0 to compiler gcc >= 3.3
53- s/Copyright/License/
54
55* Fri Jan 12 2001 Jun Nishii <jun@vinelinux.org>
56- 2.3-0vl3
57- use macros in spec
58
59* Tue Aug  1 2000 Jun Nishii <jun@vinelinux.org>
60- 2.3-0vl2
61- move man to ja from ja_JP.ujis
62- auto gzip man by brp
63
64* Thu Jan  6 2000 Jun Nishii <jun@vinelinux.org>
65- ver 2.3
66
67* Sun Sep 26 1999 Hideya Hane <Vine@flatout.org>
68- rebuild for glibc-2.1
69
70* Fri Dec 18 1998 Jun NISHII <jun@vinelinux.org>
71- first release
Note: See TracBrowser for help on using the repository browser.