diff --git a/abcMIDI.spec b/abcMIDI.spec index 1250bf4..d77a496 100644 --- a/abcMIDI.spec +++ b/abcMIDI.spec @@ -4,9 +4,9 @@ Release: 2%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia -License: GPL +License: GPLv2+ URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2007-01-06.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2008-09-24.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -22,7 +22,9 @@ which is a part of the abcm2ps. %prep %setup -q -n abcmidi # correct end-of-line encoding -sed -i 's/\r//' doc/*.txt demo.abc doc/AUTHORS VERSION +sed -i 's/\r//' doc/*.txt *.abc doc/AUTHORS VERSION +# remove executable flag from text files +chmod 0644 *.abc VERSION doc/*.txt doc/AUTHORS doc/CHANGES %build @@ -55,12 +57,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc demo.abc VERSION doc/*.txt doc/AUTHORS doc/CHANGES +%doc *.abc VERSION doc/*.txt doc/AUTHORS doc/CHANGES %{_mandir}/man*/* %{_bindir}/* %changelog +* Wed Sep 24 2008 Gerard Milmeister - 20080924-1 +- new release 2008-09-24 + * Mon Feb 18 2008 Fedora Release Engineering - 20070106-2 - Autorebuild for GCC 4.3