]> git.pld-linux.org Git - packages/Narval-selftest.git/blob - Narval-selftest.spec
27c53c7b315d2094ca562c3269460dd4b44d4e3e
[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 Source0:        ftp://ftp.logilab.org/pub/narval/applications/%{short_name}-%{version}.npm
9 # Source0-md5:  8eafb69ffc27f2bac9136f8f7475be43
10 License:        GPL
11 Group:          Applications
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 Requires:       Narval
14 Url:            http://www.logilab.org/narval/app.html
15
16 %description
17 selftest is the test module for Narval.
18
19 It provides the actions and transformations necessary to run the
20 validation tests for the Narval kernel.
21
22 %description -l pl
23 selftest to modu³ testuj±cy dla Narvala.
24
25 Dostarcza dzia³añ i przekszta³ceñ koniecznych do wykonania testów
26 poprawno¶ci kernela Narvala.
27
28 %prep
29
30 %build
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT/%{_datadir}/narval/apps
35 install %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/narval/apps
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %{_datadir}/narval/apps/*
This page took 0.057254 seconds and 2 git commands to generate.