]> git.pld-linux.org Git - packages/clips.git/blob - clips.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/clips.git] / clips.spec
1 Summary:        CLIPS - a productive development and delivery expert system tool
2 Summary(pl):    CLIPS - narzêdzie do tworzenia i wdra¿ania systemów eksperckich
3 Name:           clips
4 Version:        6.1
5 Release:        2
6 License:        GPL
7 Group:          Development/Languages
8 Source0:        http://www.ghgcorp.com/clips/download/other/%{name}6.tgz
9 Source1:        3CCP.pdf
10 Source2:        abstract.pdf
11 Source3:        apg.pdf
12 Source4:        arch5-1.pdf
13 Source5:        bpg.pdf
14 Source6:        ig.pdf
15 Source7:        usrguide.pdf
16 URL:            http://www.ghgcorp.com/clips/
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 CLIPS is a productive development and delivery expert system tool
21 which provides a complete environment for the construction of rule
22 and/or object based expert systems. CLIPS is being used by numerous
23 users throughout the public and private community including: all NASA
24 sites and branches of the military, numerous federal bureaus,
25 government contractors, universities, and many companies.
26
27 %description -l pl
28 CLIPS jest narzêdziem do tworzenia i wdra¿ania systemów eksperckich
29 zapewniaj±cym kompletne ¶rodowisko do tworzenia systemów eksperckich
30 opartych na regu³ach lub obiektach. CLIPS jest u¿ywany przez wielu
31 u¿ytkowników prywatnych i publicznych, tym: NASA i ró¿ne ga³êzie
32 wojska, biura federalne, kontrahentów rz±dowych, uniwersytety i wiele
33 firm.
34
35 %package doc
36 Summary:        CLIPS documentation
37 Summary(pl):    Dokumentacja do CLIPS
38 Group:          Development/Languages
39
40 %description doc
41 CLIPS documentation.
42
43 %description doc -l pl
44 Dokumentacja do CLIPS.
45
46 %prep
47 %setup -q -n %{name}%{version}
48
49 %build
50 %configure2_13
51 %{__make} 
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} DESTDIR=$RPM_BUILD_ROOT install
57
58 install %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \
59         %{SOURCE6} %{SOURCE7} .
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post   -p /sbin/ldconfig
65 %postun -p /sbin/ldconfig
66
67 %files
68 %defattr(644,root,root,755)
69 %attr(755,root,root) %{_bindir}/clips
70 %attr(755,root,root) %{_libdir}/libClips*
71
72 %files doc
73 %defattr(644,root,root,755)
74 %doc 3CCP.pdf abstract.pdf apg.pdf arch5-1.pdf bpg.pdf
75 %doc ig.pdf usrguide.pdf
This page took 0.059216 seconds and 4 git commands to generate.