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