]> git.pld-linux.org Git - packages/bb.git/blobdiff - bb.spec
- patch from Gentoo
[packages/bb.git] / bb.spec
diff --git a/bb.spec b/bb.spec
index db7758f70f2022397a4afb11c061d5ff4888dd5c..64ed30a41567cb5c75b5d6feab9baaa7c7b54bee 100644 (file)
--- a/bb.spec
+++ b/bb.spec
@@ -1,16 +1,20 @@
 Summary:       BB - the portable demo
-Summary(pl):   BB - przeno¶ne demo
+Summary(pl.UTF-8):     BB - przenośne demo
 Name:          bb
 Version:       1.3rc1
-Release:       3
+Release:       11
 License:       GPL
 Group:         Applications/Terminal
 Source0:       http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
 # Source0-md5: 1ae5b742fbe654ba51c31832cf7e81fd
+Patch0:                %{name}-typos.patch
+Patch1:                %{name}-regparm.patch
+Patch2:                segv64.patch
+Patch3:                bb-1.3.0_rc1-disable-pulse.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)
 
@@ -19,16 +23,21 @@ 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
+%description -l pl.UTF-8
+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
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 rm -f missing
+cp -f /usr/share/automake/config.sub .
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -38,7 +47,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.071432 seconds and 4 git commands to generate.