Name: logtalk Summary: Logtalk - Open source object-oriented extension to Prolog Version: 2.18.0 Release: 1 License: Artistic License 2.0 Group: Development/Languages Packager: Paulo Moura Source: http://www.logtalk.org/files/lgt2180.tar.gz BuildArchitectures: noarch URL: http://www.logtalk.org/ Prefix: /usr/local AutoReqProv: no %description Logtalk 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. %prep %setup -n lgt2180 %build %install rm -rf /usr/local/lgt2180 rm -f /usr/local/logtalk mkdir /usr/local/lgt2180 cp -R * /usr/local/lgt2180 cd /usr/local chmod -R go-w,a+r lgt2180 chmod a+x lgt2180 chmod a+x lgt2180/misc/*.sh chmod a+x lgt2180/xml/*.sh ln -sf lgt2180 logtalk cd bin ln -sf ../lgt2180/misc/cplgtdirs.sh cplgtdirs.sh %clean %files %defattr(-,root,users) %doc /usr/local/lgt2180/BIBLIOGRAPHY %doc /usr/local/lgt2180/INSTALL %doc /usr/local/lgt2180/LICENSE %doc /usr/local/lgt2180/QUICK_START %doc /usr/local/lgt2180/README %doc /usr/local/lgt2180/RELEASE_NOTES %doc /usr/local/lgt2180/UPGRADING /usr/local/lgt2180/compiler /usr/local/lgt2180/configs /usr/local/lgt2180/examples /usr/local/lgt2180/library %docdir /usr/local/lgt2180/manuals /usr/local/lgt2180/manuals /usr/local/lgt2180/misc /usr/local/lgt2180/wenv /usr/local/lgt2180/xml /usr/local/logtalk /usr/local/bin/cplgtdirs.sh