package created by autospec [release 12.02-1mamba;Sat Oct 20 2012]
This commit is contained in:
parent
e4f7a5d482
commit
327c2b6ef3
@ -1,2 +1,4 @@
|
||||
# mma
|
||||
|
||||
“MMA—Musical MIDI Accompaniment” is an accompaniment generator. It creates MIDI tracks for a soloist to perform over from a user supplied file containing chords and MMA directives.
|
||||
|
||||
|
52
mma.spec
Normal file
52
mma.spec
Normal file
@ -0,0 +1,52 @@
|
||||
Name: mma
|
||||
Version: 12.02
|
||||
Release: 1mamba
|
||||
Summary: “MMA—Musical MIDI Accompaniment” is an accompaniment generator
|
||||
Group: Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.mellowood.ca/mma/index.html
|
||||
Source: http://www.mellowood.ca/mma/mma-bin-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
“MMA—Musical MIDI Accompaniment” is an accompaniment generator. It creates MIDI tracks for a soloist to perform over from a user supplied file containing chords and MMA directives.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-bin-%{version}
|
||||
sed -i "s|/usr/local/|%{buildroot}%{_prefix}/|g" cp-install
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
./cp-install << __EOF
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
__EOF
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/mma
|
||||
%dir %{_datadir}/mma/includes/
|
||||
%{_datadir}/mma/includes/*
|
||||
%dir %{_datadir}/mma/lib/
|
||||
%{_datadir}/mma/lib/*
|
||||
%dir %{_datadir}/mma/MMA/
|
||||
%{_datadir}/mma/MMA/*
|
||||
%dir %{_datadir}/mma/docs
|
||||
%{_datadir}/mma/docs/*
|
||||
|
||||
%changelog
|
||||
* Sat Oct 20 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 12.02-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user