]> git.pld-linux.org Git - packages/bb.git/blob - bb.spec
- patch from Gentoo
[packages/bb.git] / bb.spec
1 Summary:        BB - the portable demo
2 Summary(pl.UTF-8):      BB - przenośne demo
3 Name:           bb
4 Version:        1.3rc1
5 Release:        11
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 Patch1:         %{name}-regparm.patch
12 Patch2:         segv64.patch
13 Patch3:         bb-1.3.0_rc1-disable-pulse.patch
14 URL:            http://aa-project.sourceforge.net/bb/
15 BuildRequires:  aalib-devel >= 1.4
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  libmikmod-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 BB is an high quality audio-visual demonstration for your text
23 terminal. It is portable demo, so you can run it on plenty of
24 operating systems.
25
26 %description -l pl.UTF-8
27 BB jest wysokiej jakości demem z grafiką i dźwiękiem, działającym na
28 terminalu tekstowym. Jest przenośne - działa na wielu systemach
29 operacyjnych.
30
31 %prep
32 %setup -q -n %{name}-1.3.0
33 %patch0 -p1
34 %patch1 -p1
35 %patch2 -p1
36 %patch3 -p1
37
38 %build
39 rm -f missing
40 cp -f /usr/share/automake/config.sub .
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog NEWS README
59 %attr(755,root,root) %{_bindir}/*
60 %{_datadir}/bb
61 %{_mandir}/man1/*
This page took 0.063501 seconds and 4 git commands to generate.