packages: rumor/rumor.spec (NEW) - initial

stivi stivi at pld-linux.org
Wed Jan 20 20:07:04 CET 2010


Author: stivi                        Date: Wed Jan 20 19:07:04 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/rumor:
   rumor.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/rumor/rumor.spec
diff -u /dev/null packages/rumor/rumor.spec:1.1
--- /dev/null	Wed Jan 20 20:07:04 2010
+++ packages/rumor/rumor.spec	Wed Jan 20 20:06:59 2010
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	Really Unintelligent Music transcriptOR
+Name:		rumor
+Version:	1.0.3b
+Release:	1
+License:	GPL v2
+Group:		Applications/Sound
+Source0:	http://www.volny.cz/smilauer/rumor/src/%{name}-%{version}.tar.bz2
+# Source0-md5:	c95917356659b77bb83505cb2512ad1b
+URL:		http://www.volny.cz/smilauer/rumor
+BuildRequires:	alsa-lib-devel
+BuildRequires:	guile-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Rumor is a realtime monophonic (with chords) MIDI keyboard to Lilypond
+converter. It receives MIDI events, quantizes them according to its
+metronome on the fly and outputs handwritten-like corresponding
+Lilypond notation. Tempo, meter, key and other parameters can be set
+via command-line options.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/rumor
+%{_infodir}/rumor.info.gz
+
+%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.1  2010/01/20 19:06:59  stivi
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list