]> git.pld-linux.org Git - packages/bb.git/blob - bb.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/bb.git] / bb.spec
1 Summary:        BB - the portable demo
2 Summary(pl):    BB - przeno¶ne demo
3 Name:           bb
4 Version:        1.3rc1
5 Release:        2
6 License:        GPL
7 Group:          Applications/Terminal
8 Source0:        ftp://download.sourceforge.net/pub/sourceforge/aa-project/%{name}-%{version}.tar.gz
9 URL:            http://aa-project.sourceforge.net/bb/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  aalib-devel >= 1.4
13 BuildRequires:  libmikmod-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 BB is an high quality audio-visual demonstration for your text
18 terminal. It is portable demo, so you can run it on plenty of
19 operating systems.
20
21 %description -l pl
22 BB jest wysokiej jako¶ci demem z grafik± i d¼wiêkiem, dzia³aj±cym na
23 terminalu tekstowym. Jest przeno¶ne - dzia³a na wielu systemach
24 operacyjnych.
25
26 %prep
27 %setup -q -n %{name}-1.3.0
28
29 %build
30 rm -f missing
31 aclocal
32 autoconf
33 automake -a -c
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install DESTDIR=$RPM_BUILD_ROOT
41
42 gzip -9nf AUTHORS ChangeLog NEWS README
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/bb
51 %{_mandir}/man1/*
This page took 0.038595 seconds and 3 git commands to generate.