]> git.pld-linux.org Git - packages/bb.git/blobdiff - bb.spec
- many small fixes, inspired by kloczek
[packages/bb.git] / bb.spec
diff --git a/bb.spec b/bb.spec
index 004bcb9cc61cb5023aa4956e0375472b2a3aa635..812bf4f90779c78517171030c4cf13c17f1d2461 100644 (file)
--- a/bb.spec
+++ b/bb.spec
@@ -2,14 +2,16 @@ Summary:      BB - the portable demo
 Summary(pl):   BB - przeno¶ne demo
 Name:          bb
 Version:       1.3rc1
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Terminal
 Source0:       http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
+# Source0-md5: 1ae5b742fbe654ba51c31832cf7e81fd
+Patch0:                %{name}-typos.patch
 URL:           http://aa-project.sourceforge.net/bb/
+BuildRequires: aalib-devel >= 1.4
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: aalib-devel >= 1.4
 BuildRequires: libmikmod-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,6 +27,7 @@ operacyjnych.
 
 %prep
 %setup -q -n %{name}-1.3.0
+%patch0 -p1
 
 %build
 rm -f missing
@@ -37,7 +40,8 @@ rm -f missing
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.063086 seconds and 4 git commands to generate.