]> git.pld-linux.org Git - packages/bb.git/commitdiff
- new spec bb-1_3rc1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Jun 2001 01:24:20 +0000 (01:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bb.spec -> 1.1

bb.spec [new file with mode: 0644]

diff --git a/bb.spec b/bb.spec
new file mode 100644 (file)
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/*
This page took 0.703424 seconds and 4 git commands to generate.