X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Flilypond.fedora.spec.in;h=fafd9cd376d9df3969c95eae2c271d48d225f07e;hb=b77d9662d42abb0169e56eb26bb6d26d487f826c;hp=527ead002361d5584dabb301c3fb75397091c9ac;hpb=cfbe7661413b152a10293f3da7fb412e325254f9;p=lilypond.git diff --git a/make/lilypond.fedora.spec.in b/make/lilypond.fedora.spec.in index 527ead0023..fafd9cd376 100644 --- a/make/lilypond.fedora.spec.in +++ b/make/lilypond.fedora.spec.in @@ -39,7 +39,7 @@ Group: Applications/Publishing %description documentation Documentation and example files of LilyPond. An index is available at -%{docdir}/web/Documentation/out-www/index.html +%{docdir}/web/Documentation/index.html %prep %setup @@ -53,7 +53,7 @@ Documentation and example files of LilyPond. An index is available at # because RPM will gladly do a substitution anyway. # compile with static libstdc++ for better platform portability. -./configure --enable-static-gxx --without-kpathsea --disable-checking --prefix=%{_prefix} --enable-optimising +./configure --enable-static-gxx --disable-checking --prefix=%{_prefix} --enable-optimising make -j2 all @@ -86,7 +86,7 @@ make prefix="$RPM_BUILD_ROOT%{_prefix}" \ infodir="$RPM_BUILD_ROOT%{_infodir}" \ webdir="$RPM_BUILD_ROOT%{_prefix}/share/doc/lilypond/" web-install -ln -sf ../../doc/lilypond/Documentation/user/out-www/*png $RPM_BUILD_ROOT%{_infodir}/lilypond/ +ln -sf ../../doc/lilypond/Documentation/user/*png $RPM_BUILD_ROOT%{_infodir}/lilypond/ # info %if %{info} @@ -158,6 +158,7 @@ scrollkeeper-update %{_bindir}/midi2ly %{_bindir}/lilypond-book %{_bindir}/mup2ly +%{_bindir}/musicxml2ly %{_bindir}/lilypond-invoke-editor %doc THANKS @@ -173,6 +174,7 @@ scrollkeeper-update %endif %{_mandir}/man1/abc2ly.1.gz +%{_mandir}/man1/musicxml2ly.1.gz %{_mandir}/man1/convert-ly.1.gz %{_mandir}/man1/etf2ly.1.gz %{_mandir}/man1/lilypond.1.gz @@ -183,8 +185,7 @@ scrollkeeper-update %{_datadir}/lilypond/@TOPLEVEL_VERSION@/ %{_datadir}/locale/*/LC_MESSAGES/lilypond.mo - -# %{_libdir}/lilypond/ +%{_libdir}/lilypond/ %files documentation @@ -193,3 +194,7 @@ scrollkeeper-update %{docdir} %{_datadir}/omf/lilypond/@TOPLEVEL_VERSION@ + + +%clean +rm -rf %{buildroot