summaryrefslogtreecommitdiff
path: root/packaging/remix.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/remix.spec')
-rw-r--r--packaging/remix.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/remix.spec b/packaging/remix.spec
index 25453c4..de039e5 100644
--- a/packaging/remix.spec
+++ b/packaging/remix.spec
@@ -7,6 +7,7 @@ Url: http://www.metadecks.org/software/remix/
Group: Libraries/Sound
Source0: %{name}-%{version}.tar.gz
BuildRequires: libsndfile-devel
+BuildRequires: autoconf, automake, libtool
%description
Remix is an audio sequencing and mixing library that provides a multichannel,
@@ -36,7 +37,7 @@ Libraries, include files, etc you can use to develop remix applications.
%setup -q
%build
-%configure
+%reconfigure
make %{?_smp_mflags}
%install