]> git.pld-linux.org Git - packages/lilypond.git/blob - lilypond.spec
- pl translation, cleanup, use %%configure2_13 - but doesn't build
[packages/lilypond.git] / lilypond.spec
1 Summary:        Music typesetter
2 Summary(pl):    Program do sk³adania nut
3 Name:           lilypond
4 Version:        1.2.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 Group(de):      Applikationen/Laut
9 Group(pl):      Aplikacje/D¼wiêk
10 Source0:        ftp://ftp.gnu.org/gnu/lilypond/%{name}-%{version}.tar.gz
11 URL:            http://www.cs.uu.nl/people/hanwen/lilypond/index.html
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 LilyPond is a music typesetter. It produces beautiful sheet music
16 using a high level description file as input. It excels at typesetting
17 classical music, but you can also print pop-songs. With LilyPond we
18 hope to make music publication software available to anyone on the
19 internet.
20
21 %description -l pl
22 LilyPond jest programem do sk³adu muzycznego. Produkuje piêkne
23 partytury u¿ywaj±c jêzyka wysokiego poziomu jako wej¶cie. S³u¿y przede
24 wszystkim do sk³adania nut muzyki klasycznej, ale mo¿na drukowaæ tak¿e
25 piosenki pop. Autorzy udostêpniaj± LilyPond z nadziej± dostarczenia
26 wszystkim oprogramowania do publikacji muzycznych.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure2_13
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf ${RPM_BUILD_ROOT}
42
43 %files
44 %defattr(644,root,root,755)
This page took 0.075865 seconds and 3 git commands to generate.