Changeset 1597 for trunk/scripts

Show
Ignore:
Timestamp:
10/16/04 08:35:59 (4 years ago)
Author:
pmoura
Message:

Updated for the new Logtalk 2.21.2 release.

Location:
trunk/scripts
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/debian/control

    r1530 r1597  
    11Package: logtalk 
    2 Version: 2.21.1 
     2Version: 2.21.2 
    33Section: languages 
    44Priority: optional 
  • trunk/scripts/lgt_install.sh

    r1540 r1597  
    1717fi 
    1818 
    19 rm -rf $prefix/lgt2211 
     19rm -rf $prefix/lgt2212 
    2020rm -f $prefix/logtalk 
    2121 
    22 mkdir $prefix/lgt2211 
     22mkdir $prefix/lgt2212 
    2323 
    2424cd .. 
    25 cp -R * $prefix/lgt2211 
     25cp -R * $prefix/lgt2212 
    2626 
    2727cd $prefix 
    28 chmod -R go-w,a+r lgt2211 
    29 chmod a+x lgt2211 
    30 chmod a+x lgt2211/misc/*.sh 
    31 chmod a+x lgt2211/xml/*.sh 
    32 ln -sf lgt2211 logtalk 
     28chmod -R go-w,a+r lgt2212 
     29chmod a+x lgt2212 
     30chmod a+x lgt2212/misc/*.sh 
     31chmod a+x lgt2212/xml/*.sh 
     32ln -sf lgt2212 logtalk 
    3333 
    3434cd bin 
    35 ln -sf ../lgt2211/misc/cplgtdirs.sh cplgtdirs 
    36 ln -sf ../lgt2211/xml/lgt2pdf.sh lgt2pdf 
    37 ln -sf ../lgt2211/xml/lgt2html.sh lgt2html 
     35ln -sf ../lgt2212/misc/cplgtdirs.sh cplgtdirs 
     36ln -sf ../lgt2212/xml/lgt2pdf.sh lgt2pdf 
     37ln -sf ../lgt2212/xml/lgt2html.sh lgt2html 
    3838 
    3939echo "Logtalk installation completed." 
  • trunk/scripts/logtalk.spec

    r1530 r1597  
    11Name: logtalk 
    22Summary: Logtalk - Open source object-oriented extension to Prolog 
    3 Version: 2.21.1 
     3Version: 2.21.2 
    44Release: 1 
    55License: Artistic License 2.0 
    66Group: Development/Languages 
    77Packager: Paulo Moura <pmoura@logtalk.org> 
    8 Source: http://www.logtalk.org/files/lgt2211.tgz 
     8Source: http://www.logtalk.org/files/lgt2212.tgz 
    99BuildArchitectures: noarch 
    1010URL: http://www.logtalk.org/ 
     
    1414Logtalk 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. 
    1515%prep 
    16 %setup -n lgt2211 
     16%setup -n lgt2212 
    1717%build 
    1818%install 
    19 rm -rf /usr/local/lgt2211 
     19rm -rf /usr/local/lgt2212 
    2020rm -f /usr/local/logtalk 
    21 mkdir /usr/local/lgt2211 
    22 cp -R * /usr/local/lgt2211 
     21mkdir /usr/local/lgt2212 
     22cp -R * /usr/local/lgt2212 
    2323cd /usr/local 
    24 chmod -R go-w,a+r lgt2211 
    25 chmod a+x lgt2211 
    26 chmod a+x lgt2211/misc/*.sh 
    27 chmod a+x lgt2211/xml/*.sh 
    28 ln -sf lgt2211 logtalk 
     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 
    2929cd bin 
    30 ln -sf ../lgt2211/misc/cplgtdirs.sh cplgtdirs 
    31 ln -sf ../lgt2211/xml/lgt2pdf.sh lgt2pdf 
    32 ln -sf ../lgt2211/xml/lgt2html.sh lgt2html 
     30ln -sf ../lgt2212/misc/cplgtdirs.sh cplgtdirs 
     31ln -sf ../lgt2212/xml/lgt2pdf.sh lgt2pdf 
     32ln -sf ../lgt2212/xml/lgt2html.sh lgt2html 
    3333%clean 
    3434%files 
    3535%defattr(-,root,users) 
    36 %doc /usr/local/lgt2211/BIBLIOGRAPHY 
    37 %doc /usr/local/lgt2211/INSTALL 
    38 %doc /usr/local/lgt2211/LICENSE 
    39 %doc /usr/local/lgt2211/QUICK_START 
    40 %doc /usr/local/lgt2211/README 
    41 %doc /usr/local/lgt2211/RELEASE_NOTES 
    42 %doc /usr/local/lgt2211/UPGRADING 
    43 /usr/local/lgt2211/compiler 
    44 /usr/local/lgt2211/configs 
    45 /usr/local/lgt2211/examples 
    46 /usr/local/lgt2211/library 
    47 %docdir /usr/local/lgt2211/manuals 
    48 /usr/local/lgt2211/manuals 
    49 /usr/local/lgt2211/misc 
    50 /usr/local/lgt2211/wenv 
    51 /usr/local/lgt2211/xml 
     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 
    5252/usr/local/logtalk 
    5353/usr/local/bin/cplgtdirs