root/tags/lgt2212/scripts/logtalk.spec

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

Updated for the new Logtalk 2.21.2 release.

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