]> git.pld-linux.org Git - packages/Narval-selftest.git/blob - Narval-selftest.spec
- changes inpired by kloczek: URL upper-case
[packages/Narval-selftest.git] / Narval-selftest.spec
1 %define short_name selftest
2
3 Summary:        Narval selftest module
4 Summary(pl):    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
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 $RPM_BUILD_ROOT/%{_datadir}/narval/apps
31 install %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/narval/apps
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %{_datadir}/narval/apps/*
This page took 0.06587 seconds and 3 git commands to generate.