]> git.pld-linux.org Git - packages/yodl.git/blob - yodl.spec
- release 5 for Ac (4 is for Ra)
[packages/yodl.git] / yodl.spec
1 Summary:        Yodl: Yet oneOther Document Language
2 Summary(pl):    Yodl: Jeszcze jeden jêzyk opisu dokumentów
3 Name:           yodl
4 Version:        1.31.18
5 Release:        5
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        ftp://ftp.lilypond.org/pub/yodl/development/%{name}-%{version}.tar.gz
9 # Source0-md5:  247c5bf178baeb1f0b96511323f30a61
10 URL:            http://www.xs4all.nl/~jantien/yodl/
11 BuildRequires:  bash
12 BuildRequires:  python
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Yodl is a package that implements a pre-document language and tools to
17 process it. The idea of Yodl is that you write up a document in a
18 pre-language, then use the tools (e.g. yodl2html) to convert it to
19 some final document language. Current converters are for HTML, ms,
20 man, LaTeX SGML and texinfo, plus a poor-man's text converter. Main
21 document types are "article", "report", "book" and "manpage". The Yodl
22 document language is designed to be easy to use and extensible.
23
24 %description -l pl
25 Yodl to pakiet z implementacj± jêzyka pre-dokumentu i narzêdzi do jego
26 przetwarzania. Idea Yodla jest taka, ¿e pisze siê dokument w
27 pre-jêzyku, nastêpnie u¿ywa narzêdzi (np. yodl2html) by
28 przekonwertowaæ go do jakiego¶ docelowego jêzyka dokumentu. Aktualnie
29 yodl zawiera konwertery do: HTML, ms, man, LaTeX, SGML i texinfo, oraz
30 text. G³ówne typy dokumentów to "artyku³", "raport", "ksi±¿ka" i
31 "strona podrêcznika man". Jêzyk Yodl by³ projektowany tak, by byæ
32 ³atwy w u¿yciu i rozszerzalny.
33
34 %prep
35 %setup -q
36
37 %build
38 ac_cv_prog_BASH=/bin/bash; export ac_cv_prog_BASH
39 %configure2_13
40 %{__make} all
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__make} -C Documentation info || true
45 %{__make} install \
46         prefix=$RPM_BUILD_ROOT%{_prefix} \
47         mandir=$RPM_BUILD_ROOT%{_mandir} \
48         bindir=$RPM_BUILD_ROOT%{_bindir} \
49         infodir=$RPM_BUILD_ROOT%{_infodir} \
50         datadir=$RPM_BUILD_ROOT%{_datadir}/yodl
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc ANNOUNCE.txt AUTHORS.txt PATCHES.txt README.txt CHANGES TODO
58 %doc ANNOUNCE-1.22 ChangeLog-1.22
59 # verbatim include of Documentation: list the directory without issuing a %dir
60 %doc Documentation
61 %attr(755,root,root) %{_bindir}/*
62 %{_datadir}/yodl
63
64 %{_mandir}/man?/*
This page took 0.609399 seconds and 3 git commands to generate.