]> git.pld-linux.org Git - packages/bb.git/blob - bb.spec
- rel 5
[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:        5
6 License:        GPL
7 Group:          Applications/Terminal
8 Source0:        http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
9 # Source0-md5:  1ae5b742fbe654ba51c31832cf7e81fd
10 Patch0:         %{name}-typos.patch
11 URL:            http://aa-project.sourceforge.net/bb/
12 BuildRequires:  aalib-devel >= 1.4
13 BuildRequires:  autoconf
14 BuildRequires:  automake
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 cp -f /usr/share/automake/config.sub .
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README
53 %attr(755,root,root) %{_bindir}/*
54 %{_datadir}/bb
55 %{_mandir}/man1/*
This page took 0.065632 seconds and 3 git commands to generate.