summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-22 06:42:47 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-22 06:42:47 -0800
commitd1ff0a073d959d1d18c856eae483589aec423518 (patch)
tree22feacf4302079ceb4f0f895645548f6b5625b7e
parentc425d6c8563ce2891bea01c6020344d47f6c6e51 (diff)
downloadremix-d1ff0a073d959d1d18c856eae483589aec423518.tar.gz
remix-d1ff0a073d959d1d18c856eae483589aec423518.tar.bz2
remix-d1ff0a073d959d1d18c856eae483589aec423518.zip
initial packaging
-rw-r--r--packaging/remix.spec36
1 files changed, 18 insertions, 18 deletions
diff --git a/packaging/remix.spec b/packaging/remix.spec
index fc0c77e..25453c4 100644
--- a/packaging/remix.spec
+++ b/packaging/remix.spec
@@ -1,33 +1,33 @@
-Name: remix
-Summary: An audio sequencing and mixing library
-Version: 0.2.4
-Release: 1
-Group: Libraries/Sound
-License: LGPLv2.1
-URL: http://www.metadecks.org/software/remix/
-Source0: %{name}-%{version}.tar.gz
-BuildRequires: libsndfile-devel
+Name: remix
+Version: 0.2.4
+Release: 1
+License: LGPL-2.1
+Summary: An audio sequencing and mixing library
+Url: http://www.metadecks.org/software/remix/
+Group: Libraries/Sound
+Source0: %{name}-%{version}.tar.gz
+BuildRequires: libsndfile-devel
%description
Remix is an audio sequencing and mixing library that provides a multichannel,
sparse audio data container (streams), a structured mixing abstraction (decks),
-and widely useful means of generating control data (via envelopes) and of
+and widely useful means of generating control data (via envelopes) and of
caching audio data.
%package -n libremix
-Summary: An audio sequencing and mixing library
-Group: Libraries
+Summary: An audio sequencing and mixing library
+Group: Libraries
%description -n libremix
Remix is an audio sequencing and mixing library that provides a multichannel,
sparse audio data container (streams), a structured mixing abstraction (decks),
-and widely useful means of generating control data (via envelopes) and of
+and widely useful means of generating control data (via envelopes) and of
caching audio data.
%package -n libremix-devel
-Summary: Libraries, includes, etc to develop remix applications
-Group: Libraries
-Requires: lib%{name} = %{version}-%{release}
+Summary: Libraries, includes, etc to develop remix applications
+Group: Libraries
+Requires: lib%{name} = %{version}
%description -n libremix-devel
Libraries, include files, etc you can use to develop remix applications.
@@ -36,8 +36,8 @@ Libraries, include files, etc you can use to develop remix applications.
%setup -q
%build
-%configure --prefix=%{prefix}
-make %{?jobs:-j%jobs}
+%configure
+make %{?_smp_mflags}
%install
%make_install