summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Pala2003-06-26 08:48:41 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit24fe80512fc90d89d02dffc8382c2d3e6f31d573 (patch)
tree014986941ef7f8f6c022fb1fb08e7ce91f7924c0
parentcd178b0cad5bf0027750e38ec8151c9d0bbb74e8 (diff)
downloaddumb-24fe80512fc90d89d02dffc8382c2d3e6f31d573.zip
dumb-24fe80512fc90d89d02dffc8382c2d3e6f31d573.tar.gz
- upgraded to 0.9.2
Changed files: dumb.spec -> 1.4
-rw-r--r--dumb.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/dumb.spec b/dumb.spec
index 394599c..845ae0d 100644
--- a/dumb.spec
+++ b/dumb.spec
@@ -1,12 +1,12 @@
Summary: DUMB - Dedicated Universal Music Bastardisation
Summary(pl): DUMB - Dedicated Universal Music Bastardisation
Name: dumb
-Version: 0.9.1
+Version: 0.9.2
Release: 1
License: GPL-like
Group: Development/Libraries
Source0: http://dl.sourceforge.net/dumb/%{name}-%{version}.tar.gz
-# Source0-md5: bf8a8cc3af4c5f6700b812b69a7cbb35
+# Source0-md5: 0ce45f64934e6d5d7b82a55108596680
URL: http://dumb.sourceforge.net/
BuildRequires: allegro-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -21,7 +21,13 @@ Biblioteka DUMB - Dedicated Universal Music Bastardisation.
%setup -q -n %{name}
%build
-./fix.sh unix
+cat <<EOF > make/config.txt
+include make/unix.inc
+ALL_TARGETS := core core-examples core-headers
+ALL_TARGETS += allegro allegro-examples allegro-headers
+PREFIX := /usr
+EOF
+
%{__make} all CC="%{__cc}" OFLAGS="%{optflags}"
%install