source: projects/specs/trunk/w/wmomikuzi/wmomikuzi-vl.spec @ 521

Revision 521, 1006 bytes checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: omikuji app for wmaker
2Summary(ja): WindowMaker ÍÑ ¤ª¤ß¤¯¤¸
3Name: wmomikuzi
4Version: 0.122
5Release: 0vl1
6Source: wmomikuzi-%{version}.tar.gz
7License: GPL
8Group: Applications/Other
9Url: http://kakoup4.kumst.kyoto-u.ac.jp/~sugano/apps.html
10Buildroot: %{_tmppath}/%{name}-%{version}-toot
11
12Vendor: Project Vine
13Distribution: Vine Linux
14
15%description
16
17It's a dock-app that predicts your luck (without any scientific basis)
18in traditional Japanese Style. "omikuzi" means "written orale" or
19something like that in Japanese.
20
21%description -l ja
22¤ª¤ß¤¯¤¸¥É¥Ã¥¯¥¢¥×¥ê¤Ç¤¹¡£º£Æü¤Î±¿Àª¤òÀꤤ¤Þ¤·¤ç¤¦¡£
23
24%prep
25%setup -q
26
27%build
28make
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33install -d $RPM_BUILD_ROOT%{_bindir}
34make install BINDIR=$RPM_BUILD_ROOT%{_bindir}
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(-,root,root)
41%doc README INSTALL
42%{_bindir}/wmomikuzi
43
44%changelog
45* Mon Jul 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.122-0vl1
46- added changelog
47- s/Copyright/License/
48- changed Group to Applications/Other
Note: See TracBrowser for help on using the repository browser.