]> git.pld-linux.org Git - SPECS.git/blob - gnue-designer.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gnue-designer.spec
1 Summary:        GNUe Designer - the IDE for the GNUe tools
2 Summary(pl.UTF-8):      GNUe Designer - IDE dla narzędzi GNUe
3 Name:           gnue-designer
4 Version:        0.5.6
5 Release:        0.1
6 License:        GPL
7 Group:          Libraries/Python
8 Source0:        http://www.gnuenterprise.org/downloads/current/%{name}-%{version}.tar.gz
9 # Source0-md5:  04914daf8a846e0ac1b1e40d77077e29
10 URL:            http://www.gnuenterprise.org/
11 BuildRequires:  gnue-common
12 BuildRequires:  python
13 BuildRequires:  python-devel
14 Requires:       gnue-common
15 Requires:       python
16 Obsoletes:      GNUe-Designer
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 GNUe Designer is the IDE for the GNUe tools. It allows you to
21 visually layout your forms in a RAD-style environment. Designer has
22 a builtin forms client, so you can quickly test your forms while
23 still in Designer.  Designer also has support for form creation
24 wizards... answer a few questions, attach your form to one or more
25 database tables, select the fields to include, and, voila, a basic
26 form is created. Basic support for schema creation is also included.
27
28 %description -l pl.UTF-8
29 GNUe Designer to IDE (zintegrowane środowisko programistyczne) dla
30 narzędzi GNUe. Pozwala na wizualne rozmieszczanie formularzy w
31 środowisku typu RAD. Designer ma wbudowanego klienta formularzy,
32 dzięki czemu można szybko testować formularze z poziomu Designera.
33 Designer obsługuje także tworzenie formularzy za pomocą wizardów -
34 wystarczy odpowiedzieć na kilka pytań, dołączyć formularz do jednej
35 lub więcej tabel bazy danych, wybrać pola do włączenia i gotowe -
36 tworzony jest podstawowy formularz. Dostępna jest też podstawowa
37 obsługa tworzenia schematów.
38
39 %prep
40 %setup -q
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 python setup.py install \
46         --root=$RPM_BUILD_ROOT \
47         --optimize=2
48
49 find $RPM_BUILD_ROOT%{py_sitedir} -name \*.py -exec rm {} \;
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc AUTHORS BUGS ChangeLog NEWS README* TODO doc/*.* doc/technotes
59 %attr(755,root,root) %{_bindir}/*
60 %{py_sitedir}/gnue/designer
61 %{_datadir}/gnue/images/designer
62 %{_mandir}/man?/*
This page took 0.858539 seconds and 3 git commands to generate.