]> git.pld-linux.org Git - SPECS.git/blob - vtcl.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / vtcl.spec
1 Summary:        A cross-platform application development environment
2 Summary(es.UTF-8):      Visual Tcl - Ambiente de desarrollo de aplicaciones multi plataforma
3 Summary(pl.UTF-8):      Niezależne od platformy środowisko programistyczne
4 Summary(pt_BR.UTF-8):   Visual Tcl - ambiente de desenvolvimento de aplicações multi-plataforma
5 Name:           vtcl
6 Version:        1.6.0b2
7 Release:        3
8 License:        GPL
9 Group:          Development/Tools
10 Source0:        http://dl.sourceforge.net/vtcl/%{name}-%{version}.tar.gz
11 # Source0-md5:  cf66b0ed8e9144a1ef9e8a2c070489db
12 Source1:        vtsetup
13 Source2:        %{name}
14 Source3:        %{name}.desktop
15 Source4:        %{name}.png
16 Patch0:         %{name}-config.patch
17 URL:            http://www.neuron.com/stewart/vtcl/
18 Requires:       tk
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Visual Tcl is a freely-available, high-quality application development
24 environment for Unix, Windows and Macintosh platforms. Since it was
25 written entirely in Tcl (no external libraries required) and generates
26 pure Tcl, porting should be either unnecessary or trivial. Visual Tcl
27 includes extensible widget and geometry manager support, support for
28 the creation of compound widgets and widget libraries, a GUI interface
29 for most aspects of Tcl/Tk development, and support for the
30 importation of pre-existing Tcl/Tk code. Visual Tcl can export Tclets,
31 which will run in Netscape or MSIE.
32
33 %description -l es.UTF-8
34 Visual Tcl - Ambiente de desarrollo de aplicaciones multi plataforma
35
36 %description -l pl.UTF-8
37 Visual Tcl jest darmowym, wysokiej jakości środowiskiem
38 programistycznym dla Uniksa, Windows i Macintosha. Ponieważ jest ono
39 napisane w całości w Tcl-u (nie są potrzebne żadne zewnętrzne
40 biblioteki) i generuje czysty kod Tcl, zmiany w kodzie przy
41 przenoszeniu na inną platformę powinny być niepotrzebne, lub
42 trywialne. Visual Tcl posiada interfejs typu GUI dla większości
43 zagadnień programowania w Tcl/Tk, daje możliwość tworzenia złożonych
44 widgetów oraz bibliotek widgetów, umożliwia także importowanie
45 istniejącego kodu Tcl/Tk. Visual Tcl może eksportować tzw. Tclet-y,
46 które można uruchomić w przeglądarce internetowej (np. Netscape, lub
47 MSIE).
48
49 %description -l pt_BR.UTF-8
50 O Visual Tcl é um ambiente de desenvolvimento de aplicações para as
51 plataformas UNIX, Windows e Macintosh, de alta qualidade e livremente
52 distribuível. Escrito inteiramente em Tcl e gerando código Tcl puro,
53 torna o porte desnecessário ou trivial.
54
55 %prep
56 %setup -q
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60 install -d $RPM_BUILD_ROOT{%{_bindir},%{_prefix}/lib/vtcl} \
61         $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
62
63 cp -a vtcl.tcl images lib $RPM_BUILD_ROOT%{_prefix}/lib/vtcl
64 install vtsetup.tcl $RPM_BUILD_ROOT%{_prefix}/lib/vtcl
65 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/vtsetup
66 install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}
67 install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}
68 install %{SOURCE4} $RPM_BUILD_ROOT%{_pixmapsdir}
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
75 %doc ChangeLog README doc/*
76 %attr(755,root,root) %{_bindir}/vtcl
77 %attr(755,root,root) %{_bindir}/vtsetup
78 %dir %{_prefix}/lib/vtcl
79 %{_prefix}/lib/vtcl/lib
80 %{_prefix}/lib/vtcl/images
81 %{_prefix}/lib/vtcl/vtcl.tcl
82 %attr(755,root,root) %{_prefix}/lib/vtcl/vtsetup.tcl
83 %{_desktopdir}/vtcl.desktop
84 %{_pixmapsdir}/vtcl.png
This page took 0.356998 seconds and 3 git commands to generate.