]> git.pld-linux.org Git - packages/Narval-autodoc.git/blob - Narval-autodoc.spec
- tabs in preamble
[packages/Narval-autodoc.git] / Narval-autodoc.spec
1 %define short_name autodoc
2
3 Summary:        Autodoc extension for Narval
4 Summary(pl.UTF-8):      Rozszerzenie Autodoc dla Narvala
5 Name:           Narval-%{short_name}
6 Version:        20020220
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:  1a415d413564387aaef72106a9f3f2ae
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.UTF-8
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/%{short_name}-%{version}.npm
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.066641 seconds and 4 git commands to generate.