53 lines
1.4 KiB
RPMSpec
53 lines
1.4 KiB
RPMSpec
%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 <silvan.calarco@mambasoft.it>
|
|
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 <silvan.calarco@mambasoft.it> 1.3rc1-1mamba
|
|
- package created using the webbuild interface
|