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