source: projects/specs/trunk/b/bbapm/bbapm-vl.spec @ 521

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

import VineSeed package specs

Line 
1%define version 0.0.1
2%define release 0vl1
3
4Name: bbapm
5Version: %{version}
6Release: %{release}
7Group: User Interface/Desktops
8Source0: http://bbtools.thelinuxcommunity.org/sources/bbapm-%{version}.tar.gz
9Url: http://bbtools.thelinuxcommunity.org/contrib.phtml#bbapm
10BuildRoot: %{_tmppath}/%{name}-root
11Prefix: /usr
12Copyright: GPL2
13Summary: bbapm - shows the battery status of your laptop
14Summary(ja): bbapm - ¥Ð¥Ã¥Æ¥ê¡¼¥â¥Ë¥¿
15%description
16This application shows the battery status of your laptop
17 (it is based on bbsload).
18This program is written to be used with Blackbox,
19but it works in any other X11-Windowmanager.
20
21%description -l ja
22bbapm ¤Ï¡¢¥é¥Ã¥×¥È¥Ã¥×¥Ñ¥½¥³¥ó¤Î¥Ð¥Ã¥Æ¥ê¡¼¾õÂÖ¤òɽ¼¨¤·¤Þ¤¹¡£
23¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤Î Blackbox ¤È¶¦¤ËÍѤ¤¤ë¤¿¤á¤Ëºî¤é¤ì¤Þ¤·¤¿¤¬¡¢
24¤½¤Î¾¤Î¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã¤Ç¤â»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£
25
26%prep
27rm -rf ${RPM_BUILD_ROOT}
28
29%setup -q
30
31%build
32./configure --prefix=${RPM_BUILD_ROOT}%{prefix}
33make datadir=%{prefix}/share
34
35%install
36mkdir -p ${RPM_BUILD_ROOT}
37make install
38
39%clean
40rm -rf ${RPM_BUILD_ROOT}
41
42%files
43%defattr(-,root,root)
44%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO
45%{prefix}/share/bbtools/README.bbapm
46%{prefix}/share/bbtools/bbapm.conf
47%{prefix}/share/bbtools/bbapm.nobb
48%{prefix}/share/bbtools/bbapm.style
49%{prefix}/share/bbtools/bbtoolsrc.in
50%{_bindir}/bbapm
51
52%changelog
53* Sat Jul 28 2001 IWAI, Masaharu <iwaim@cc.mbn.or.jp>
54- 0.0.1-0vl1
55- first release for 0.0.1
Note: See TracBrowser for help on using the repository browser.