Changeset 1854 for trunk/misc

Show
Ignore:
Timestamp:
01/07/05 19:10:02 (4 years ago)
Author:
pmoura
Message:

Changed release number to 2.22.4.

Location:
trunk/misc
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/misc/debian/control

    r1827 r1854  
    11Package: logtalk 
    2 Version: 2.22.3 
     2Version: 2.22.4 
    33Section: languages 
    44Priority: optional 
  • trunk/misc/lgt_install.sh

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

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