root/tags/lgt2202/scripts/logtalk.spec

Revision 1447, 1.7 KB (checked in by pmoura, 4 years ago)

Updated Logtalk release number to 2.20.2.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1Name: logtalk
2Summary: Logtalk - Open source object-oriented extension to Prolog
3Version: 2.20.2
4Release: 1
5License: Artistic License 2.0
6Group: Development/Languages
7Packager: Paulo Moura <pmoura@logtalk.org>
8Source: http://www.logtalk.org/files/lgt2202.tgz
9BuildArchitectures: noarch
10URL: http://www.logtalk.org/
11Prefix: /usr/local
12AutoReqProv: no
13%description
14Logtalk is an open source object-oriented extension to the Prolog programming language. Integrating logic programming with object-oriented and event-driven programming, it is compatible with most Prolog compilers. It supports both prototypes and classes. In addition, it supports component-based programming through category-based composition.
15%prep
16%setup -n lgt2202
17%build
18%install
19rm -rf /usr/local/lgt2202
20rm -f /usr/local/logtalk
21mkdir /usr/local/lgt2202
22cp -R * /usr/local/lgt2202
23cd /usr/local
24chmod -R go-w,a+r lgt2202
25chmod a+x lgt2202
26chmod a+x lgt2202/misc/*.sh
27chmod a+x lgt2202/xml/*.sh
28ln -sf lgt2202 logtalk
29cd bin
30ln -sf ../lgt2202/misc/cplgtdirs.sh cplgtdirs
31ln -sf ../lgt2202/xml/lgt2pdf.sh lgt2pdf
32ln -sf ../lgt2202/xml/lgt2html.sh lgt2html
33%clean
34%files
35%defattr(-,root,users)
36%doc /usr/local/lgt2202/BIBLIOGRAPHY
37%doc /usr/local/lgt2202/INSTALL
38%doc /usr/local/lgt2202/LICENSE
39%doc /usr/local/lgt2202/QUICK_START
40%doc /usr/local/lgt2202/README
41%doc /usr/local/lgt2202/RELEASE_NOTES
42%doc /usr/local/lgt2202/UPGRADING
43/usr/local/lgt2202/compiler
44/usr/local/lgt2202/configs
45/usr/local/lgt2202/examples
46/usr/local/lgt2202/library
47%docdir /usr/local/lgt2202/manuals
48/usr/local/lgt2202/manuals
49/usr/local/lgt2202/misc
50/usr/local/lgt2202/wenv
51/usr/local/lgt2202/xml
52/usr/local/logtalk
53/usr/local/bin/cplgtdirs
54/usr/local/bin/lgt2pdf
55/usr/local/bin/lgt2html
Note: See TracBrowser for help on using the browser.