]> git.pld-linux.org Git - packages/lilypond.git/commitdiff
- added info patch, release 3
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Nov 2002 14:04:15 +0000 (14:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lilypond-info.patch -> 1.1
    lilypond.spec -> 1.8

lilypond-info.patch [new file with mode: 0644]
lilypond.spec

diff --git a/lilypond-info.patch b/lilypond-info.patch
new file mode 100644 (file)
index 0000000..ba01498
--- /dev/null
@@ -0,0 +1,30 @@
+--- lilypond-1.4.13/Documentation/user/lilypond.tely.orig      Fri May 11 15:29:05 2001
++++ lilypond-1.4.13/Documentation/user/lilypond.tely   Sat Nov  2 13:07:49 2002
+@@ -3,10 +3,10 @@
+ @settitle GNU LilyPond
+-@dircategory GNU music project
++@dircategory Miscellaneous:
+ @direntry
+ @c    ;; prepend GNU for dir, must be unique
+-* GNU LilyPond: (lilypond).          The GNU music typesetter.
++* GNU LilyPond: (lilypond).           The GNU music typesetter
+ @c * install-info: (texinfo)Invoking install-info. Update info/dir entries.
+ @c * texi2dvi: (texinfo)Format with texi2dvi.      Print Texinfo documents.
+ @end direntry
+--- lilypond-1.4.13/scm/documentation-lib.scm.orig     Fri Apr  6 18:06:46 2001
++++ lilypond-1.4.13/scm/documentation-lib.scm  Sat Nov  2 13:13:40 2002
+@@ -108,10 +108,10 @@
+    "\\input texinfo @c -*-texinfo-*-"
+    "\n@setfilename " file-name ".info"
+    "\n@settitle " name
+-   "\n@dircategory GNU music project"
++   "\n@dircategory Miscellaneous:"
+    "\n@direntry"
+    ;; prepend GNU for dir, must be unique
+-   "\n* GNU " name ": (" file-name ").          " name "."
++   "\n* GNU " name ": (" file-name ").  " name
+    "\n@end direntry"
+    ;; ugh, prev and next should be settable, of course
+    (node "Top") ",(lilypond)Index,(lilypond)Full Grob interface list," top
index ba37aecc081c036666d4b97fcdc59dbf7e687ae1..c0391500e626bb9669c7b0c76605476e907ca33f 100644 (file)
@@ -2,12 +2,13 @@ Summary:      Music typesetter
 Summary(pl):   Program do skĀ³adania nut
 Name:          lilypond
 Version:       1.4.13
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Sound
 Source0:       ftp://ftp.gnu.org/gnu/lilypond/%{name}-%{version}.tar.gz
 Patch0:                %{name}-pythonhack.patch
 Patch1:                %{name}-gcc3.patch
+Patch2:                %{name}-info.patch
 URL:           http://www.cs.uu.nl/people/hanwen/lilypond/index.html
 BuildRequires: bison
 BuildRequires: flex
@@ -15,6 +16,7 @@ BuildRequires:        guile-devel
 BuildRequires: kpathsea-devel
 BuildRequires: libltdl-devel
 BuildRequires: libstdc++-devel
+BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _datadir        %{_prefix}/share/lilypond
@@ -39,6 +41,7 @@ wszystkim oprogramowania do publikacji muzycznych.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure2_13
This page took 0.076601 seconds and 4 git commands to generate.