]> git.pld-linux.org Git - packages/bb.git/commitdiff
- many small fixes, inspired by kloczek
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 7 Jul 2003 04:23:50 +0000 (04:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bb.spec -> 1.15

bb.spec

diff --git a/bb.spec b/bb.spec
index d745579a3fe6019d528b7af6e1545d94f8618b7d..812bf4f90779c78517171030c4cf13c17f1d2461 100644 (file)
--- a/bb.spec
+++ b/bb.spec
@@ -7,11 +7,11 @@ License:      GPL
 Group:         Applications/Terminal
 Source0:       http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
 # Source0-md5: 1ae5b742fbe654ba51c31832cf7e81fd
-URL:           http://aa-project.sourceforge.net/bb/
 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)
 
@@ -40,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.067696 seconds and 4 git commands to generate.