]> git.pld-linux.org Git - packages/Narval-selftest.git/blob - Narval-selftest.spec
- tabs in preamble
[packages/Narval-selftest.git] / Narval-selftest.spec
1 %define short_name selftest
2
3 Summary:        Narval selftest module
4 Summary(pl.UTF-8):      Moduł testowy 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:  8eafb69ffc27f2bac9136f8f7475be43
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 Selftest is the test module for Narval.
18 It provides the actions and transformations necessary to run the
19 validation tests for the Narval kernel.
20
21 %description -l pl.UTF-8
22 Selftest to moduł testujący dla Narvala.
23 Dostarcza działań i przekształceń koniecznych do wykonania testów
24 poprawności kernela Narvala.
25
26 %prep
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -D %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/narval/apps/%{short_name}-%{version}.npm
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %{_datadir}/narval/apps/*
This page took 0.06957 seconds and 3 git commands to generate.