]> git.pld-linux.org Git - packages/Narval-selftest.git/blame - Narval-selftest.spec
- tabs in preamble
[packages/Narval-selftest.git] / Narval-selftest.spec
CommitLineData
b8336279
JK
1%define short_name selftest
2
3Summary: Narval selftest module
1a6a9dfd 4Summary(pl.UTF-8): Moduł testowy dla Narvala
b8336279
JK
5Name: Narval-%{short_name}
6Version: 20011016
7Release: 1
b8336279
JK
8License: GPL
9Group: Applications
75362dee
PG
10Source0: ftp://ftp.logilab.org/pub/narval/applications/%{short_name}-%{version}.npm
11# Source0-md5: 8eafb69ffc27f2bac9136f8f7475be43
12URL: http://www.logilab.org/narval/app.html
b8336279 13Requires: Narval
75362dee 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
b8336279
JK
15
16%description
75362dee 17Selftest is the test module for Narval.
b8336279
JK
18It provides the actions and transformations necessary to run the
19validation tests for the Narval kernel.
20
8d13cd6d
JR
21%description -l pl.UTF-8
22Selftest to moduł testujący dla Narvala.
23Dostarcza działań i przekształceń koniecznych do wykonania testów
24poprawności kernela Narvala.
b8336279
JK
25
26%prep
27
b8336279
JK
28%install
29rm -rf $RPM_BUILD_ROOT
14eef755 30install -D %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/narval/apps/%{short_name}-%{version}.npm
b8336279
JK
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37%{_datadir}/narval/apps/*
This page took 0.087326 seconds and 4 git commands to generate.