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

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

diff --git a/Narval-negociation.spec b/Narval-negociation.spec
new file mode 100644 (file)
index 0000000..c8fa0b7
--- /dev/null
@@ -0,0 +1,43 @@
+%define short_name negociation
+
+Summary:       Negociation extensions for Narval
+Summary(pl):   Rozszerzenie negocjacyjne 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
+The negociation package contains transforms and recipes that are
+useful to build multi-agents negociation applications.
+
+A sample of application can be found in the PIA package.
+
+%description -l pl
+Pakiet negociation zawiera przekszta³cenia i recepty u¿yteczne do
+budowania aplikacji negocjuj±cych miêdzy agentami.
+
+Przyk³adow± aplikacjê zawiera pakiet PIA.
+
+%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.060391 seconds and 4 git commands to generate.