]> git.pld-linux.org Git - packages/Narval-autodoc.git/blob - Narval-autodoc.spec
- many small fixes, mostly inpired by kloczek
[packages/Narval-autodoc.git] / Narval-autodoc.spec
1 %define short_name autodoc
2
3 Summary:        Autodoc extension for Narval
4 Summary(pl):    Rozszerzenie Autodoc dla Narvala
5 Name:           Narval-%{short_name}
6 Version:        20011016
7 Release:        1
8 License:        GPL
9 Group:          Applications
10 Source0:        ftp://ftp.logilab.org/pub/narval/applications/%{short_name}-%{version}.npm
11 # Source0-md5:  e125f5fb7b34970436aa780186604c8c
12 URL:            http://www.logilab.org/narval/app.html
13 Requires:       Narval
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The Autodoc extension set is a Narval recipe that generates
18 documentation for Narval actions, transformations and recipe.
19
20 %description -l pl
21 Zestaw rozszerzeñ Autodoc jest recept± Narvala, która generuje
22 dokumentacje dla dzia³añ, przekszta³ceñ i recept Narvala.
23
24 %prep
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 install -D %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/narval/apps
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %{_datadir}/narval/apps/*
This page took 0.170527 seconds and 3 git commands to generate.