diff --git a/.cvsignore b/.cvsignore index e69de29..8058ae4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1,2 @@ +abcm2ps-4.11.4.tar.gz +abcplus_en-1.0.3.zip diff --git a/abcm2ps.spec b/abcm2ps.spec new file mode 100644 index 0000000..d66e578 --- /dev/null +++ b/abcm2ps.spec @@ -0,0 +1,83 @@ +Name: abcm2ps +Version: 4.11.4 +Release: 2 +Summary: A program to typeset ABC tunes into Postscript + +Group: Applications/Multimedia +License: GPL +URL: http://moinejf.free.fr +Source0: http://moinejf.free.fr/abcm2ps-4.11.4.tar.gz +Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.3.zip +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +Abcm2ps is a package which converts music tunes from ABC format to +Postscript. Based on abc2ps version 1.2.5, it was developed mainly to +print Baroque organ scores which have independent voices played on one +or many keyboards and a pedal-board. Abcm2ps introduces many +extensions to the ABC language that make it suitable for classical +music. + + +%prep +%setup -q +unzip %{SOURCE1} + + +%build +%configure --enable-a4 +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install \ + prefix=$RPM_BUILD_ROOT%{_prefix} \ + bindir=$RPM_BUILD_ROOT%{_bindir} \ + libdir=$RPM_BUILD_ROOT%{_libdir} \ + datadir=$RPM_BUILD_ROOT%{_datadir} \ + docdir=$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc abcplus*/abcplus_en.pdf +%doc *.abc License README features.txt format.txt options.txt Changes +%{_bindir}/abcm2ps +%{_datadir}/abcm2ps + + +%changelog +* Thu Sep 8 2005 Gerard Milmeister - 4.11.4-2 +- Updated description + +* Wed Sep 7 2005 Gerard Milmeister - 4.11.4-1 +- New Version 4.11.4 + +* Sun Aug 21 2005 Gerard Milmeister - 4.11.3-1 +- New Version 4.11.3 + +* Fri Jun 24 2005 Gerard Milmeister - 4.11.0-1 +- New Version 4.11.0 + +* Sun May 29 2005 Gerard Milmeister - 4.10.0-1 +- New Version 4.10.0 + +* Mon May 9 2005 Gerard Milmeister - 4.9.7-1 +- New Version 4.9.7 + +* Thu Apr 14 2005 Gerard Milmeister - 4.9.5-1 +- New Version 4.9.5 + +* Thu Mar 24 2005 Gerard Milmeister - 4.9.2-1 +- New Version 4.9.2 + +* Thu Mar 17 2005 Gerard Milmeister - 4.9.1-1 +- New Version 4.9.1 + +* Tue Feb 22 2005 Gerard Milmeister - 4.8.11-1 +- First Fedora release diff --git a/sources b/sources index e69de29..96ee17b 100644 --- a/sources +++ b/sources @@ -0,0 +1,2 @@ +296c0ff7527234a1b9bbf44b70731fb4 abcm2ps-4.11.4.tar.gz +221c256a7102244d1509be209601586e abcplus_en-1.0.3.zip