automatic version update by autodist [release 2.22.2-1mamba;Sat Jun 04 2022]
This commit is contained in:
parent
e2e203e9d0
commit
b35dac407c
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version|cut -d. -f1-2)
|
||||
Name: lilypond
|
||||
Version: 2.19.10
|
||||
Version: 2.22.2
|
||||
Release: 1mamba
|
||||
Summary: An automated engraving system.
|
||||
Group: Applications/Multimedia
|
||||
@ -8,9 +8,8 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://lilypond.org/
|
||||
Source: http://download.linuxaudio.org/lilypond/sources/v%{majver}/lilypond-%{version}.tar.gz
|
||||
Source: http://lilypond.org/downloads/sources/v%{majver}/lilypond-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
@ -18,6 +17,7 @@ BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libguile1-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
@ -28,30 +28,36 @@ BuildRequires: fontforge
|
||||
BuildRequires: urw-fonts
|
||||
BuildRequires: t1utils
|
||||
BuildRequires: ghostscript-fonts
|
||||
BuildRequires: make381
|
||||
BuildRequires: texlive >= 20140525
|
||||
BuildRequires: fontforge
|
||||
BuildRequires: libfontforge-devel
|
||||
BuildRequires: tex-gyre-fonts
|
||||
BuildRequires: extractpdfmark
|
||||
Requires: ghostscript-fonts
|
||||
Requires(post):%{__install_info}
|
||||
|
||||
%description
|
||||
LilyPond is an automated engraving system. It formats music beautifully and automatically, and has a friendly syntax for its input files.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-documentation \
|
||||
--with-ncsb-dir=%{_datadir}/ghostscript/fonts \
|
||||
GUILE_CONFIG=guile-config1
|
||||
--with-texgyre-dir=%{_datadir}/fonts/tex-gyre \
|
||||
GUILE_CONFIG=guile-config1 \
|
||||
PYTHON=%{__python3}
|
||||
|
||||
# --with-ncsb-dir=%{_datadir}/ghostscript/fonts \
|
||||
|
||||
make381 %{_smp_mflags}
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
make381 install DESTDIR=%{buildroot}
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -78,26 +84,18 @@ make381 install DESTDIR=%{buildroot}
|
||||
%{_bindir}/lilysong
|
||||
%{_bindir}/midi2ly
|
||||
%{_bindir}/musicxml2ly
|
||||
%{_libdir}/lilypond/%{version}/python/midi.so
|
||||
#%{_libdir}/lilypond/%{version}/python/midi.so
|
||||
%{_datadir}/emacs/site-lisp/*.el
|
||||
#%{_datadir}/info/lilypond*.gz
|
||||
%{_datadir}/lilypond/%{version}/*
|
||||
#%{_mandir}/man1/abc2ly.1.gz
|
||||
#%{_mandir}/man1/convert-ly.1.gz
|
||||
#%{_mandir}/man1/etf2ly.1.gz
|
||||
#%{_mandir}/man1/lilymidi.1.gz
|
||||
#%{_mandir}/man1/lilypond-book.1.gz
|
||||
#%{_mandir}/man1/lilypond-invoke-editor.1.gz
|
||||
#%{_mandir}/man1/lilypond.1.gz
|
||||
#%{_mandir}/man1/lilysong.1.gz
|
||||
#%{_mandir}/man1/midi2ly.1.gz
|
||||
#%{_mandir}/man1/musicxml2ly.1.gz
|
||||
#%{_infodir}/music-glossary.info.gz
|
||||
#%{_datadir}/omf/lilypond/%{version}/*.omf
|
||||
%doc COPYING
|
||||
#README.txt THANKS
|
||||
|
||||
%changelog
|
||||
* Sat Jun 04 2022 Automatic Build System <autodist@mambasoft.it> 2.22.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 26 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.19.82-1mamba
|
||||
- update to 2.19.82
|
||||
|
||||
* Mon Jul 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.19.10-1mamba
|
||||
- update to 2.19.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user