source: projects/specs/trunk/m/manadic/manadic-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary:        manadic - A dictionaly for Mana
2Summary(ja):    真字用辞書
3Name:           manadic
4Version:        0.1.4
5Release:        1%{?_dist_release}
6License:        distributable
7Group:          Applications/Text
8URL:            http://sourceforge.jp/projects/shinji/
9Source:         manadic-%{version}.tar.bz2
10Patch:          manadic-0.1.4-Makefile.in.patch
11Buildroot:      %{_tmppath}/%{name}-%{version}-root
12#BuildArch:     noarch
13BuildRequires:  mana
14Requires:       mana
15
16Vendor:         Project Vine
17Distribution:   Vine Linux
18
19%description
20This package contains a dictionaly for Mana.
21
22%description -l ja
23このパッケージには真字用の辞書が含まれています。
24
25%prep
26%setup -q
27
28%patch0 -p1 -b .Makefile.in
29
30%build
31%configure
32%__make
33
34%install
35%__rm -rf %{buildroot}
36%__make DESTDIR=%{buildroot} install
37
38%clean
39%__rm -rf %{buildroot}
40
41%files
42%defattr(-,root,root)
43%doc AUTHORS COPYING ChangeLog NEWS README
44%config %{_sysconfdir}/manarc
45%{_libdir}/mana/dic/ipadic
46
47%changelog
48* Thu Oct  2 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.4-1vl5
49- applied new versioning policy
50- spec in UTF-8
51
52* Tue Dec 26 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.1.4-0vl2
53- drop BuildArch: noarch (chadic.* may be architecture-dependent)
54
55* Sun May 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.1.4-0vl1
56- initial build
Note: See TracBrowser for help on using the repository browser.