]> git.pld-linux.org Git - packages/bb.git/blame - bb.spec
- converted to UTF-8
[packages/bb.git] / bb.spec
CommitLineData
e1cbce54 1Summary: BB - the portable demo
9f7e2cbf 2Summary(pl.UTF-8): BB - przenośne demo
e1cbce54
JB
3Name: bb
4Version: 1.3rc1
b3df47f1 5Release: 6
e1cbce54
JB
6License: GPL
7Group: Applications/Terminal
d45a8321 8Source0: http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
1c009ad5 9# Source0-md5: 1ae5b742fbe654ba51c31832cf7e81fd
ea4f1cc9 10Patch0: %{name}-typos.patch
fc0cae10
PG
11URL: http://aa-project.sourceforge.net/bb/
12BuildRequires: aalib-devel >= 1.4
e8278ebf 13BuildRequires: autoconf
14BuildRequires: automake
e1cbce54
JB
15BuildRequires: libmikmod-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19BB is an high quality audio-visual demonstration for your text
e8278ebf 20terminal. It is portable demo, so you can run it on plenty of
21operating systems.
e1cbce54 22
9f7e2cbf
JR
23%description -l pl.UTF-8
24BB jest wysokiej jakości demem z grafiką i dźwiękiem, działającym na
25terminalu tekstowym. Jest przenośne - działa na wielu systemach
e1cbce54
JB
26operacyjnych.
27
28%prep
29%setup -q -n %{name}-1.3.0
1500dda1 30%patch0 -p1
e1cbce54
JB
31
32%build
e8278ebf 33rm -f missing
14c87988 34cp -f /usr/share/automake/config.sub .
a4ba4384 35%{__aclocal}
64037e2d 36%{__autoconf}
37%{__automake}
e8278ebf 38%configure
e1cbce54
JB
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
fc0cae10
PG
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
e1cbce54 46
e1cbce54
JB
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
a4ba4384 52%doc AUTHORS ChangeLog NEWS README
e1cbce54
JB
53%attr(755,root,root) %{_bindir}/*
54%{_datadir}/bb
55%{_mandir}/man1/*
This page took 0.070268 seconds and 4 git commands to generate.