summaryrefslogtreecommitdiff
path: root/packaging/remix.spec
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-02-06 06:49:31 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-02-06 06:49:31 -0800
commit928d8d8cbb9d6d518c196c07761fb630c5ac43e8 (patch)
tree8cad3547638ab723ec51d8a4f3a9518a92b15991 /packaging/remix.spec
parent8dc2db00082fc9670647ff4e3ac566a39d19a170 (diff)
downloadremix-928d8d8cbb9d6d518c196c07761fb630c5ac43e8.tar.gz
remix-928d8d8cbb9d6d518c196c07761fb630c5ac43e8.tar.bz2
remix-928d8d8cbb9d6d518c196c07761fb630c5ac43e8.zip
Diffstat (limited to 'packaging/remix.spec')
-rw-r--r--packaging/remix.spec17
1 files changed, 7 insertions, 10 deletions
diff --git a/packaging/remix.spec b/packaging/remix.spec
index eec3944..81303f4 100644
--- a/packaging/remix.spec
+++ b/packaging/remix.spec
@@ -6,8 +6,10 @@ 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
-BuildRequires: autoconf, automake, libtool
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: pkgconfig(sndfile)
%description
Remix is an audio sequencing and mixing library that provides a multichannel,
@@ -42,9 +44,6 @@ make %{?_smp_mflags}
%install
%make_install
-mkdir -p %{buildroot}/usr/share/license
-cp %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name}
-
%remove_docs
%post -n libremix -p /sbin/ldconfig
@@ -52,14 +51,12 @@ cp %{_builddir}/%{buildsubdir}/COPYING %{buildroot}/usr/share/license/%{name}
%postun -n libremix -p /sbin/ldconfig
%files -n libremix
-%manifest %{name}.manifest
%defattr(-,root,root,-)
-%doc COPYING
+%license COPYING
%{_libdir}/libremix.so.*
%{_libdir}/libctxdata.so.*
-/usr/lib/remix/libremix_ladspa*
-/usr/lib/remix/libremix_noise*
-/usr/share/license/%{name}
+%{_prefix}/lib/remix/libremix_ladspa*
+%{_prefix}/lib/remix/libremix_noise*
%files -n libremix-devel
%defattr(-,root,root,-)