rpms/lilypond/devel lilypond.spec,1.38,1.39

Jon Ciesla limb at fedoraproject.org
Thu Feb 19 19:21:43 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/lilypond/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28464

Modified Files:
	lilypond.spec 
Log Message:
Split out feta and parmesan type1 fonts.



Index: lilypond.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lilypond/devel/lilypond.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- lilypond.spec	23 Jan 2009 16:37:43 -0000	1.38
+++ lilypond.spec	19 Feb 2009 19:21:12 -0000	1.39
@@ -1,6 +1,6 @@
 Name:		lilypond
 Version:	2.12.1
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	A typesetting system for music notation
 
 Group:		Applications/Publishing
@@ -18,6 +18,10 @@
 Requires:	lilypond-aybabtu-fonts = %{version}-%{release}
 Requires:	lilypond-century-schoolbook-l-fonts = %{version}-%{release}
 Requires:	lilypond-emmentaler-fonts = %{version}-%{release}
+Requires:	lilypond-feta-fonts = %{version}-%{release}
+Requires:	lilypond-feta-alphabet-fonts = %{version}-%{release}
+Requires:	lilypond-feta-braces-fonts = %{version}-%{release}
+Requires:	lilypond-parmesan-fonts = %{version}-%{release}
 
 Buildrequires:  t1utils bison flex ImageMagick gettext tetex
 BuildRequires:  python-devel >= 2.4.0
@@ -73,6 +77,58 @@
 
 These are the emmentaler fonts included in the package.
 
+%package feta-fonts
+Summary:        Lilypond feta fonts
+Group:          User Interface/X
+Requires:       fontpackages-filesystem
+Requires:	lilypond-fonts-common = %{version}-%{release}
+
+%description feta-fonts 
+LilyPond is an automated music engraving system. It formats music
+beautifully and automatically, and has a friendly syntax for its input
+files.
+
+These are the feta fonts included in the package.
+
+%package feta-alphabet-fonts
+Summary:        Lilypond feta-alphabet fonts
+Group:          User Interface/X
+Requires:       fontpackages-filesystem
+Requires:	lilypond-fonts-common = %{version}-%{release}
+
+%description feta-alphabet-fonts 
+LilyPond is an automated music engraving system. It formats music
+beautifully and automatically, and has a friendly syntax for its input
+files.
+
+These are the feta-alphabet fonts included in the package.
+
+%package feta-braces-fonts
+Summary:        Lilypond feta-braces fonts
+Group:          User Interface/X
+Requires:       fontpackages-filesystem
+Requires:	lilypond-fonts-common = %{version}-%{release}
+
+%description feta-braces-fonts 
+LilyPond is an automated music engraving system. It formats music
+beautifully and automatically, and has a friendly syntax for its input
+files.
+
+These are the feta-braces fonts included in the package.
+
+%package parmesan-fonts
+Summary:        Lilypond parmesan fonts
+Group:          User Interface/X
+Requires:       fontpackages-filesystem
+Requires:	lilypond-fonts-common = %{version}-%{release}
+
+%description parmesan-fonts 
+LilyPond is an automated music engraving system. It formats music
+beautifully and automatically, and has a friendly syntax for its input
+files.
+
+These are the parmesan fonts included in the package.
+
 %package fonts-common
 Summary:        Lilypond fonts common dir
 Group:          User Interface/X
@@ -124,8 +180,11 @@
 
 mkdir -p $RPM_BUILD_ROOT%{_fontdir}
 mv $RPM_BUILD_ROOT%{_datadir}/lilypond/%{version}/fonts/otf/*.otf $RPM_BUILD_ROOT%{_fontdir}
+mv $RPM_BUILD_ROOT%{_datadir}/lilypond/%{version}/fonts/type1/*.pfb $RPM_BUILD_ROOT%{_fontdir}
 rmdir $RPM_BUILD_ROOT%{_datadir}/lilypond/%{version}/fonts/otf
+rmdir $RPM_BUILD_ROOT%{_datadir}/lilypond/%{version}/fonts/type1
 ln -s %{_fontdir} $RPM_BUILD_ROOT%{_datadir}/lilypond/%{version}/fonts/otf
+ln -s %{_fontdir} $RPM_BUILD_ROOT%{_datadir}/lilypond/%{version}/fonts/type1
 
 
 %clean
@@ -162,6 +221,14 @@
 
 %_font_pkg -n emmentaler emmentaler*otf
 
+%_font_pkg -n feta feta1*pfb feta2*pfb
+
+%_font_pkg -n feta-alphabet feta-alphabet*pfb
+
+%_font_pkg -n feta-braces feta-braces*pfb
+
+%_font_pkg -n parmesan parmesan*pfb
+
 
 %files fonts-common
 %defattr(0644,root,root,0755)
@@ -170,6 +237,9 @@
 
 
 %changelog
+* Thu Feb 19 2009 Jon Ciesla <limb at jcomserv.net> - 2.12.1-6
+- Split out feta and parmesan type1 fonts.
+
 * Fri Jan 23 2009 Jon Ciesla <limb at jcomserv.net> - 2.12.1-5
 - Final font corrections.
 




More information about the fedora-extras-commits mailing list