update to 2.19.10 [release 2.19.10-1mamba;Mon Jul 21 2014]
This commit is contained in:
parent
d93fc26e48
commit
e2e203e9d0
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version|cut -d. -f1-2)
|
%define majver %(echo %version|cut -d. -f1-2)
|
||||||
Name: lilypond
|
Name: lilypond
|
||||||
Version: 2.16.2
|
Version: 2.19.10
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An automated engraving system.
|
Summary: An automated engraving system.
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -15,10 +15,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgc-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libguile-devel
|
BuildRequires: libguile1-devel
|
||||||
|
BuildRequires: libltdl-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -27,9 +27,11 @@ BuildRequires: mftrace
|
|||||||
BuildRequires: fontforge
|
BuildRequires: fontforge
|
||||||
BuildRequires: urw-fonts
|
BuildRequires: urw-fonts
|
||||||
BuildRequires: t1utils
|
BuildRequires: t1utils
|
||||||
BuildRequires: libguile-devel >= 1.8.1
|
|
||||||
BuildRequires: ghostscript-fonts
|
BuildRequires: ghostscript-fonts
|
||||||
BuildRequires: make381
|
BuildRequires: make381
|
||||||
|
BuildRequires: texlive >= 20140525
|
||||||
|
BuildRequires: fontforge
|
||||||
|
BuildRequires: libfontforge-devel
|
||||||
Requires: ghostscript-fonts
|
Requires: ghostscript-fonts
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
|
|
||||||
@ -42,7 +44,8 @@ LilyPond is an automated engraving system. It formats music beautifully and auto
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-documentation \
|
--disable-documentation \
|
||||||
--with-ncsb-dir=%{_datadir}/ghostscript/fonts
|
--with-ncsb-dir=%{_datadir}/ghostscript/fonts \
|
||||||
|
GUILE_CONFIG=guile-config1
|
||||||
|
|
||||||
make381 %{_smp_mflags}
|
make381 %{_smp_mflags}
|
||||||
|
|
||||||
@ -91,9 +94,13 @@ make381 install DESTDIR=%{buildroot}
|
|||||||
#%{_mandir}/man1/musicxml2ly.1.gz
|
#%{_mandir}/man1/musicxml2ly.1.gz
|
||||||
#%{_infodir}/music-glossary.info.gz
|
#%{_infodir}/music-glossary.info.gz
|
||||||
#%{_datadir}/omf/lilypond/%{version}/*.omf
|
#%{_datadir}/omf/lilypond/%{version}/*.omf
|
||||||
%doc COPYING README.txt THANKS
|
%doc COPYING
|
||||||
|
#README.txt THANKS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.19.10-1mamba
|
||||||
|
- update to 2.19.10
|
||||||
|
|
||||||
* Fri Mar 22 2013 Automatic Build System <autodist@mambasoft.it> 2.16.2-1mamba
|
* Fri Mar 22 2013 Automatic Build System <autodist@mambasoft.it> 2.16.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user