From: Jakub Bogusz Date: Wed, 6 Jun 2001 01:24:20 +0000 (+0000) Subject: - new spec X-Git-Tag: bb-1_3rc1-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbb.git;a=commitdiff_plain;h=e1cbce54ea3b5be65aab1181f87603249a9dca70 - new spec Changed files: bb.spec -> 1.1 --- e1cbce54ea3b5be65aab1181f87603249a9dca70 diff --git a/bb.spec b/bb.spec new file mode 100644 index 0000000..2d5f351 --- /dev/null +++ b/bb.spec @@ -0,0 +1,47 @@ +Summary: BB - the portable demo +Summary(pl): BB - przeno¶ne demo +Name: bb +Version: 1.3rc1 +Release: 1 +License: GPL +Group: Applications/Terminal +Group(de): Applikationen/Terminal +Group(pl): Aplikacje/Terminal +Source0: ftp://download.sourceforge.net/pub/sourceforge/aa-project/%{name}-%{version}.tar.gz +URL: http://aa-project.sourceforge.net/bb/ +BuildRequires: aalib-devel >= 1.4 +BuildRequires: libmikmod-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%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. + +%description -l pl +BB jest wysokiej jako¶ci demem z grafik± i d¼wiêkiem, dzia³aj±cym na +terminalu tekstowym. Jest przeno¶ne - dzia³a na wielu systemach +operacyjnych. + +%prep +%setup -q -n %{name}-1.3.0 + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +gzip -9nf AUTHORS ChangeLog NEWS README + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%{_datadir}/bb +%{_mandir}/man1/*