]> git.pld-linux.org Git - packages/Narval-autodoc.git/commitdiff
- new spec
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 20 Oct 2001 14:49:19 +0000 (14:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Narval-autodoc.spec -> 1.1

Narval-autodoc.spec [new file with mode: 0644]

diff --git a/Narval-autodoc.spec b/Narval-autodoc.spec
new file mode 100644 (file)
index 0000000..46bd054
--- /dev/null
@@ -0,0 +1,39 @@
+%define short_name autodoc
+
+Summary:       Autodoc extension for Narval
+Summary(pl):   Rozszerzenie Autodoc dla Narvala
+Name:          Narval-%{short_name}
+Version:       20011016
+Release:       1
+Source0:       ftp://ftp.logilab.org/pub/narval/applications/%{short_name}-%{version}.npm
+License:       GPL
+Group:         Applications
+Group(de):     Applikationen
+Group(pl):     Aplikacje
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:      Narval
+Url:           http://www.logilab.org/narval/app.html
+
+%description
+The Autodoc extension set is a Narval recipe that generates
+documentation for Narval actions, transformations and recipe.
+
+%description -l pl
+Zestaw rozszerzeñ Autodoc jest recept± Narvala, która generuje
+dokumentacje dla dzia³añ, przekszta³ceñ i recept Narvala.
+
+%prep
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_datadir}/narval/apps
+install %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/narval/apps
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/narval/apps/*
This page took 0.075033 seconds and 4 git commands to generate.