SPECS: aubio.spec - added subpackage progs

sls sls at pld-linux.org
Mon Jun 18 01:30:20 CEST 2007


Author: sls                          Date: Sun Jun 17 23:30:20 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added subpackage progs

---- Files affected:
SPECS:
   aubio.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/aubio.spec
diff -u SPECS/aubio.spec:1.3 SPECS/aubio.spec:1.4
--- SPECS/aubio.spec:1.3	Mon Jun 18 01:20:14 2007
+++ SPECS/aubio.spec	Mon Jun 18 01:30:15 2007
@@ -48,6 +48,21 @@
 %description static -l pl.UTF-8
 Statyczna biblioteka aubio.
 
+%package progs
+Summary:	Example applications using aubio library
+Group:		Applications
+Requires:	%{name} = %{version}-%{release}
+
+%description progs
+A few examples of applications using aubio library:
+- aubioonset: outputs the onset detected
+- aubionotes: uses both onset and pitch to extract symbolic music data
+    from an audio source and emit MIDI like data.
+- aubiocut: a python script that takes an input sound and creates one
+    new sample at each detected onset or beat. The slices produced by
+    aubiocut are useful for use with a sequencer such as Hydrogen.
+- aubiopitch: a python script to extract pitch tracks from sound files
+
 %prep
 %setup -q
 
@@ -77,7 +92,6 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS TODO
-%attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files devel
@@ -91,11 +105,18 @@
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
 
+%files progs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 $Log$
+Revision 1.4  2007/06/17 23:30:15  sls
+- added subpackage progs
+
 Revision 1.3  2007/06/17 23:20:14  sls
 - --disable lash (there's no lash.h in PLD)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/aubio.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list