SPECS: gmorgan.spec (NEW) - new, by Darek Moszkowicz <mospanek at interia.pl> ...
sparky
sparky at pld-linux.org
Fri Sep 26 18:29:29 CEST 2008
Author: sparky Date: Fri Sep 26 16:29:29 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, by Darek Moszkowicz <mospanek at interia.pl>
- builds and probably works
---- Files affected:
SPECS:
gmorgan.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gmorgan.spec
diff -u /dev/null SPECS/gmorgan.spec:1.1
--- /dev/null Fri Sep 26 18:29:29 2008
+++ SPECS/gmorgan.spec Fri Sep 26 18:29:23 2008
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+Summary: Modern organ and a rhythm station
+Summary(pl.UTF-8): Nowoczesne organy oraz stacja rytmiczna
+Name: gmorgan
+Version: 0.25
+Release: 1
+License: GPL v2
+Group: X11/Applications/Sound
+Source0: http://dl.sourceforge.net/gmorgan/%{name}-%{version}.tar.gz
+# Source0-md5: c74842cd5ecde1d83799d362114b7f34
+URL: http://gmorgan.sourceforge.net/
+BuildRequires: alsa-lib-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: fltk-devel
+BuildRequires: gettext-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Gmorgan is a rhythm station, a modern organ with full editable
+accompaniment for play in real time emulating the capabilities of
+commercial rhythm stations "Korg","Roland","Solton", also has a small
+pattern based sequencer like "Band in a Box". Uses the capabilities of
+ALSA sequencer to produce MIDI accompaniment.
+
+%description -l pl.UTF-8
+Gmorgan to stacja rytmiczna, nowoczesne organy z pełną edycją
+akompaniamentu do otwarzania muzyki w czasie rzeczywistym, emulująca
+jednocześnie możliwości komercyjnych produktów firm takich jak
+"Korg", "Roland", "Solton", wyposażona także w mały sekwenser
+podobny do "Band in a Box". Gmorgan wykorzystuje możliwości
+sekwensera ALSA do tworzenia akompaniamentów MIDI.
+
+%prep
+%setup -q
+
+%build
+%{__gettextize}
+%{__aclocal} -I m4
+%{__automake}
+%{__autoconf}
+
+%configure \
+ --disable-dependency-tracking
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/gmorgan
+%dir %{_datadir}/gmorgan
+%{_datadir}/gmorgan/*
+
+%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 2008/09/26 16:29:23 sparky
+- new, by Darek Moszkowicz <mospanek at interia.pl>
+- builds and probably works
+
================================================================
More information about the pld-cvs-commit
mailing list