root/tags/lgt2210/scripts/logtalk.spec

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

Updated release number to 2.21.0.

  • 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.21.0
4Release: 1
5License: Artistic License 2.0
6Group: Development/Languages
7Packager: Paulo Moura <pmoura@logtalk.org>
8Source: http://www.logtalk.org/files/lgt2210.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 lgt2210
17%build
18%install
19rm -rf /usr/local/lgt2210
20rm -f /usr/local/logtalk
21mkdir /usr/local/lgt2210
22cp -R * /usr/local/lgt2210
23cd /usr/local
24chmod -R go-w,a+r lgt2210
25chmod a+x lgt2210
26chmod a+x lgt2210/misc/*.sh
27chmod a+x lgt2210/xml/*.sh
28ln -sf lgt2210 logtalk
29cd bin
30ln -sf ../lgt2210/misc/cplgtdirs.sh cplgtdirs
31ln -sf ../lgt2210/xml/lgt2pdf.sh lgt2pdf
32ln -sf ../lgt2210/xml/lgt2html.sh lgt2html
33%clean
34%files
35%defattr(-,root,users)
36%doc /usr/local/lgt2210/BIBLIOGRAPHY
37%doc /usr/local/lgt2210/INSTALL
38%doc /usr/local/lgt2210/LICENSE
39%doc /usr/local/lgt2210/QUICK_START
40%doc /usr/local/lgt2210/README
41%doc /usr/local/lgt2210/RELEASE_NOTES
42%doc /usr/local/lgt2210/UPGRADING
43/usr/local/lgt2210/compiler
44/usr/local/lgt2210/configs
45/usr/local/lgt2210/examples
46/usr/local/lgt2210/library
47%docdir /usr/local/lgt2210/manuals
48/usr/local/lgt2210/manuals
49/usr/local/lgt2210/misc
50/usr/local/lgt2210/wenv
51/usr/local/lgt2210/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.