]> git.pld-linux.org Git - SPECS.git/blob - xclips.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xclips.spec
1 Summary:        X interface to CLIPS
2 Summary(pl.UTF-8):      Iksowe międzymordzie do CLIPSa
3 Name:           xclips
4 Version:        2.01
5 Release:        2
6 Epoch:          1
7 License:        Public Domain (?)
8 Group:          Development/Languages
9 Source0:        http://www.ghg.net/clips/download/source/x-prjct.tar.Z
10 # Source0-md5:  1bb0d0e684742188b8c14912c26f12cb
11 Patch0:         %{name}-automake.patch
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  clips-devel >= 6.24
15 BuildRequires:  xorg-lib-libXaw-devel
16 BuildRequires:  xorg-lib-libXmu-devel
17 BuildRequires:  xorg-lib-libXt-devel
18 BuildRequires:  xorg-lib-libXext-devel
19 BuildRequires:  xorg-lib-libX11-devel
20 URL:            http://www.ghg.net/clips/CLIPS.html
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 CLIPS is a productive development and delivery expert system tool
25 which provides a complete environment for the construction of rule
26 and/or object based expert systems. CLIPS is being used by numerous
27 users throughout the public and private community including: all NASA
28 sites and branches of the military, numerous federal bureaus,
29 government contractors, universities, and many companies.
30
31 This package contains X interface to CLIPS.
32
33 %description -l pl.UTF-8
34 CLIPS jest narzędziem do tworzenia i wdrażania systemów eksperckich
35 zapewniającym kompletne środowisko do tworzenia systemów eksperckich
36 opartych na regułach lub obiektach. CLIPS jest używany przez wielu
37 użytkowników prywatnych i publicznych, tym: NASA i różne gałęzie
38 wojska, biura federalne, kontrahentów rządowych, uniwersytety i wiele
39 firm.
40
41 Ten pakiet zawiera iksowe międzymordzie do CLIPSa.
42
43 %prep
44 %setup -q -n x-prjct
45 %patch0 -p1
46 # this directory confuses make(1)
47 rm -rf makefile
48
49 %build
50 %{__aclocal}
51 %{__autoheader}
52 %{__autoconf}
53 %{__automake}
54
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} DESTDIR=$RPM_BUILD_ROOT install
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %attr(755,root,root) %{_bindir}/xclips*
This page took 0.152681 seconds and 3 git commands to generate.