755c60a7ca
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1244 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
57 lines
1.7 KiB
RPMSpec
57 lines
1.7 KiB
RPMSpec
Name: logtalk
|
|
Summary: Logtalk - Open source object-oriented extension to Prolog
|
|
Version: 2.22.5
|
|
Release: 1
|
|
License: Artistic License 2.0
|
|
Group: Development/Languages
|
|
Packager: Paulo Moura <pmoura@logtalk.org>
|
|
Source: http://www.logtalk.org/files/lgt2225.tgz
|
|
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 lgt2225
|
|
%build
|
|
%install
|
|
rm -rf /usr/local/lgt2225
|
|
rm -f /usr/local/logtalk
|
|
mkdir /usr/local/lgt2225
|
|
cp -R * /usr/local/lgt2225
|
|
cd /usr/local
|
|
chmod -R go-w,a+r lgt2225
|
|
chmod a+x lgt2225
|
|
chmod a+x lgt2225/misc/*.sh
|
|
chmod a+x lgt2225/xml/*.sh
|
|
ln -sf lgt2225 logtalk
|
|
cd bin
|
|
ln -sf ../lgt2225/misc/cplgtdirs.sh cplgtdirs
|
|
ln -sf ../lgt2225/xml/lgt2pdf.sh lgt2pdf
|
|
ln -sf ../lgt2225/xml/lgt2html.sh lgt2html
|
|
%clean
|
|
%files
|
|
%defattr(-,root,users)
|
|
%doc /usr/local/lgt2225/BIBLIOGRAPHY
|
|
%doc /usr/local/lgt2225/INSTALL
|
|
%doc /usr/local/lgt2225/LICENSE
|
|
%doc /usr/local/lgt2225/QUICK_START
|
|
%doc /usr/local/lgt2225/README
|
|
%doc /usr/local/lgt2225/RELEASE_NOTES
|
|
%doc /usr/local/lgt2225/UPGRADING
|
|
/usr/local/lgt2225/compiler
|
|
/usr/local/lgt2225/configs
|
|
/usr/local/lgt2225/examples
|
|
/usr/local/lgt2225/libpaths
|
|
/usr/local/lgt2225/library
|
|
%docdir /usr/local/lgt2225/manuals
|
|
/usr/local/lgt2225/manuals
|
|
/usr/local/lgt2225/misc
|
|
/usr/local/lgt2225/wenv
|
|
/usr/local/lgt2225/xml
|
|
/usr/local/logtalk
|
|
/usr/local/bin/cplgtdirs
|
|
/usr/local/bin/lgt2pdf
|
|
/usr/local/bin/lgt2html
|