From 52c7ad2326d320fb31a6ff28b719557a0eeb6289 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:46:09 +0100 Subject: [PATCH] package created using the webbuild interface [release 1.3rc1-1mamba;Sat Apr 12 2014] --- README.md | 2 ++ bb.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 bb.spec diff --git a/README.md b/README.md index e7846ab..2c12410 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # bb +BB is an high quality audio-visual demonstration for your text terminal. It is portable demo, so you can run it on plenty of operating systems and DOS. + diff --git a/bb.spec b/bb.spec new file mode 100644 index 0000000..eda6636 --- /dev/null +++ b/bb.spec @@ -0,0 +1,52 @@ +%define srcver 1.3.0 +Name: bb +Version: 1.3rc1 +Release: 1mamba +Summary: An high quality audio-visual demonstration for your text terminal +Group: Applications/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://aa-project.sourceforge.net/bb/ +Source: http://prdownloads.sourceforge.net/aa-project/bb-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libaa-devel +BuildRequires: libgpm-devel +BuildRequires: libmikmod-devel +BuildRequires: libslang-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +BB is an high quality audio-visual demonstration for your text terminal. It is portable demo, so you can run it on plenty of operating systems and DOS. + +%prep +%setup -q -n %{name}-%{srcver} + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/bb +%dir %{_datadir}/bb +%{_datadir}/bb/bb.s3m +%{_datadir}/bb/bb2.s3m +%{_datadir}/bb/bb3.s3m +%{_mandir}/man1/bb.1* +%doc COPYING + +%changelog +* Sat Apr 12 2014 Silvan Calarco 1.3rc1-1mamba +- package created using the webbuild interface