source: projects/specs/branches/6/m/manadic/manadic-vl.spec @ 3937

Revision 3937, 1.3 KB checked in by inagaki, 13 years ago (diff)

update: dejagnu, manadic, taper

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