summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-06-27 07:09:30 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-06-27 07:09:30 -0400
commitb219a93acf62eee47db96c4e5cc3bf09d9455af8 (patch)
treef9d92ba9156218a5edd127b6354e01ec76b1f18b
parent928d8d8cbb9d6d518c196c07761fb630c5ac43e8 (diff)
downloadremix-b219a93acf62eee47db96c4e5cc3bf09d9455af8.tar.gz
remix-b219a93acf62eee47db96c4e5cc3bf09d9455af8.tar.bz2
remix-b219a93acf62eee47db96c4e5cc3bf09d9455af8.zip
-rw-r--r--packaging/remix.changes3
-rw-r--r--packaging/remix.spec11
2 files changed, 10 insertions, 4 deletions
diff --git a/packaging/remix.changes b/packaging/remix.changes
index 8f3535c..4974967 100644
--- a/packaging/remix.changes
+++ b/packaging/remix.changes
@@ -1,3 +1,6 @@
+* Thu Jun 27 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130520.100604@928d8d8
+- Rename devel package, own directories
+
* Wed Feb 06 2013 Anas Nashif <anas.nashif@intel.com> upstream/0.2.4@8dc2db0
- Remove manifest, fixed license
diff --git a/packaging/remix.spec b/packaging/remix.spec
index 81303f4..712360c 100644
--- a/packaging/remix.spec
+++ b/packaging/remix.spec
@@ -1,10 +1,11 @@
Name: remix
Version: 0.2.4
Release: 1
+VCS: platform/upstream/remix#accepted/tizen/20130520.100604-0-g928d8d8cbb9d6d518c196c07761fb630c5ac43e8-dirty
License: LGPL-2.1
Summary: An audio sequencing and mixing library
Url: http://www.metadecks.org/software/remix/
-Group: Libraries/Sound
+Group: Multimedia/Audio
Source0: %{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
@@ -27,12 +28,12 @@ sparse audio data container (streams), a structured mixing abstraction (decks),
and widely useful means of generating control data (via envelopes) and of
caching audio data.
-%package -n libremix-devel
+%package devel
Summary: Libraries, includes, etc to develop remix applications
Group: Libraries
Requires: lib%{name} = %{version}
-%description -n libremix-devel
+%description devel
Libraries, include files, etc you can use to develop remix applications.
%prep
@@ -55,13 +56,15 @@ make %{?_smp_mflags}
%license COPYING
%{_libdir}/libremix.so.*
%{_libdir}/libctxdata.so.*
+%dir %{_prefix}/lib/remix
%{_prefix}/lib/remix/libremix_ladspa*
%{_prefix}/lib/remix/libremix_noise*
-%files -n libremix-devel
+%files devel
%defattr(-,root,root,-)
%{_libdir}/libremix.so
%{_libdir}/libctxdata.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/ctxdata.h
+%dir %{_includedir}/remix
%{_includedir}/remix/*.h