On Sat, 17 Oct 2015, Brian Monroe wrote:
Martin,
It looks like his email is on the ticket you listed. Have you tried
contacting him directly?
Yes I have, no response.
abcm2ps-8.9.2 is now available upstream. For those who can and want to
build a working RPM package themselves: I have attached a working
specfile. The "-fPIC" build option was needed when I tried the specfile in
Fedora 23 Beta. In Fedora 22 it also worked without that. No other tweaks
or patches needed, so I really don't understand why the Fedora packaging
issue isn't fixed yet or if the maintainer is still active.
I removed Guido Gonzato's excellent abcplus pdf manual from the package
spec. It's maintained separately from abcm2ps, and should not be part of
the abcm2ps package IMO. That makes it easier to maintain and keep
up-to-date the Fedora package also.
--
MT
Name: abcm2ps
Version: 8.9.2
Release: 0%{?dist}
Summary: A program to typeset ABC tunes into Postscript
Group: Applications/Multimedia
License: GPL
URL: http://moinejf.free.fr
Source: http://moinejf.free.fr/abcm2ps-%{version}.tar.gz
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
%build
%configure
make %{?_smp_mflags} CFLAGS+="-fPIC"
%install
rm -rf %{buildroot}
make install \
prefix=%{buildroot}%{_prefix} \
bindir=%{buildroot}%{_bindir} \
libdir=%{buildroot}%{_libdir} \
datadir=%{buildroot}%{_datadir} \
docdir=%{buildroot}%{_docdir}/%{name}-%{version}
rm -rf %{buildroot}%{_docdir}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc *.eps *.abc *.html README options.txt Changes
%{_bindir}/abcm2ps
%{_datadir}/abcm2ps
_______________________________________________
music mailing list
music@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/music