]> git.pld-linux.org Git - packages/Narval-selftest.git/commitdiff
- new spec
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 20 Oct 2001 14:48:32 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Narval-selftest.spec -> 1.1

Narval-selftest.spec [new file with mode: 0644]

diff --git a/Narval-selftest.spec b/Narval-selftest.spec
new file mode 100644 (file)
index 0000000..fadd22b
--- /dev/null
@@ -0,0 +1,43 @@
+%define short_name selftest
+
+Summary:       Narval selftest module
+Summary(pl):   Modu³ testowy dla Narvala
+Name:          Narval-%{short_name}
+Version:       20011016
+Release:       1
+Source0:       ftp://ftp.logilab.org/pub/narval/applications/%{short_name}-%{version}.npm
+License:       GPL
+Group:         Applications
+Group(de):     Applikationen
+Group(pl):     Aplikacje
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:      Narval
+Url:           http://www.logilab.org/narval/app.html
+
+%description
+selftest is the test module for Narval.
+
+It provides the actions and transformations necessary to run the
+validation tests for the Narval kernel.
+
+%description -l pl
+selftest to modu³ testuj±cy dla Narvala.
+
+Dostarcza dzia³añ i przekszta³ceñ koniecznych do wykonania testów
+poprawno¶ci kernela Narvala.
+
+%prep
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_datadir}/narval/apps
+install %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/narval/apps
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/narval/apps/*
This page took 0.084708 seconds and 4 git commands to generate.