Name: abcMIDI Version: 20110807 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPLv2+ URL: http://abc.sourceforge.net/abcMIDI/ Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2011-08-07.zip %description abcMIDI is a package of programs for processing ABC music notation files. It consists of several programs: - abc2midi to convert ABC music notation to MIDI - midi2abc to convert MIDI files to the corresponding ABC. - abc2abc to reformat and/or transpose ABC files - yaps to typeset ABC files as PostScript. - mftext to dump a MIDI file as text. - abcmatch to search for specific sequences of notes in an abc file. - midicopy to copy parts of a MIDI file into another one. For a description of the ABC syntax, please see the ABC user guide which is a part of the abcm2ps package. %prep %setup -q -n abcmidi # correct end-of-line encoding for f in doc/*.txt samples/*.abc doc/AUTHORS; do sed 's/\r//' $f > $f.new touch -r $f $f.new mv $f.new $f done %build make %{?_smp_mflags} CFLAGS="-DANSILIBS %{optflags}" %install make install DESTDIR=%{buildroot} prefix=%{_prefix} # Will be installed later with the doc macro rm -rf %{buildroot}%{_docdir} %files %doc samples VERSION doc/*.txt doc/AUTHORS doc/CHANGES %{_mandir}/man1/*.1* %{_bindir}/abc2abc %{_bindir}/abc2midi %{_bindir}/abcmatch %{_bindir}/mftext %{_bindir}/midi2abc %{_bindir}/midicopy %{_bindir}/yaps %changelog * Tue Aug 09 2011 Olivier Samyn - 20110807-1 - Updated upstream version. - Keep timestamp on end-of-line correction. - Uses %{optflags} instead of $RPM_OPT_FLAGS. - Updated description. - Verbose %files section. * Sun Jul 03 2011 Olivier Samyn - 20110610-4 - Simplify make and make install calls. * Tue Jun 28 2011 Olivier Samyn - 20110610-3 - Removed the %clean section. - Use make install instead of listing files manually. * Tue Jun 28 2011 Olivier Samyn - 20110610-2 - Updated URL. - Removed BuildRoot, defattr and executable flag lines. - Added -p to all install commands. - Use %{_mandir}/man1/* in the %files section. - Removed VERSION file from the EOL modification list. * Mon Jun 20 2011 Olivier Samyn - 20110610-1 - New upstream release 2011-06-10. * Mon Feb 07 2011 Fedora Release Engineering - 20090317-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Jul 24 2009 Fedora Release Engineering - 20090317-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sat Jun 13 2009 Gerard Milmeister - 20090317-1 - new release 2009-03-17 * Wed Sep 24 2008 Gerard Milmeister - 20080924-1 - new release 2008-09-24 * Mon Jul 14 2008 Tom "spot" Callaway - 20070106-3 - fix license tag * Mon Feb 18 2008 Fedora Release Engineering - 20070106-2 - Autorebuild for GCC 4.3 * Tue Jan 9 2007 Gerard Milmeister - 20070106-1 - new version 20070106 * Wed Dec 13 2006 Gerard Milmeister - 20061211-1 - new version 20061211 * Mon Nov 6 2006 Gerard Milmeister - 20061103-1 - new version 20061103 * Tue Oct 31 2006 Gerard Milmeister - 20061027-1 - new version 20061027 * Mon Oct 16 2006 Gerard Milmeister - 20061015-1 - new version 20061015 * Mon Oct 9 2006 Gerard Milmeister - 20061005-1 - new version 20061005 * Mon Sep 11 2006 Gerard Milmeister - 20060910-1 - new version 20060910 * Wed Aug 30 2006 Gerard Milmeister - 20060829-1 - new version 20060829 * Mon Aug 28 2006 Gerard Milmeister - 20060805-2 - Rebuild for FE6 * Tue Aug 8 2006 Gerard Milmeister - 20060805-1 - new version 2006-08-05 * Mon Jul 31 2006 Gerard Milmeister - 20060730-1 - new version 2006-07-30 * Mon Jun 26 2006 Gerard Milmeister - 20060625-1 - new version 2006-06-25 * Thu Jun 15 2006 Gerard Milmeister - 20060608-1 - new version 2006-06-08 * Sun Jun 4 2006 Gerard Milmeister - 20060422-1 - new version 2006-04-22 * Tue Mar 7 2006 Gerard Milmeister - 20060207-1 - First Fedora release