rpms/lilypond/devel lilypond.spec,1.32,1.33

Jon Ciesla limb at fedoraproject.org
Wed Dec 31 13:13:44 UTC 2008


Author: limb

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

Modified Files:
	lilypond.spec 
Log Message:
 Split out fonts subpackage, BZ 477416.



Index: lilypond.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lilypond/devel/lilypond.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- lilypond.spec	30 Dec 2008 12:57:42 -0000	1.32
+++ lilypond.spec	31 Dec 2008 13:13:13 -0000	1.33
@@ -1,6 +1,6 @@
 Name:		lilypond
 Version:	2.12.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A typesetting system for music notation
 
 Group:		Applications/Publishing
@@ -14,6 +14,7 @@
 Requires:	ghostscript >= 8.15
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
+Requires: 	lilypond-fonts = %{version}-%{release}
 
 Buildrequires:  t1utils bison flex ImageMagick gettext tetex
 BuildRequires:  python-devel >= 2.4.0
@@ -23,11 +24,22 @@
 BuildRequires:  ghostscript >= 8.15
 BuildRequires:  pango-devel >= 1.12.0
 
+%package fonts
+Summary:	Fonts for lilypond
+Group:		Applications/Publishing
+Requires:	lilypond = %{version}-%{release}
+
 %description
 LilyPond is an automated music engraving system. It formats music
 beautifully and automatically, and has a friendly syntax for its input
 files.
 
+%description 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 fonts included in the package.
 
 %prep
 %setup -q
@@ -94,8 +106,14 @@
 %{_mandir}/man1/*
 %{_datadir}/omf/lilypond
 
+%files fonts
+%defattr(-,root,root,-)
+%{_datadir}/lilypond/%{version}/fonts
 
 %changelog
+* Tue Dec 30 2008 Jon Ciesla <limb at jcomserv.net> - 2.12.0-3
+- Split out fonts subpackage, BZ 477416.
+
 * Tue Dec 30 2008 Jon Ciesla <limb at jcomserv.net> - 2.12.0-2
 - Re-fix Source0 URL.
 




More information about the fedora-extras-commits mailing list