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