]> git.pld-linux.org Git - SPECS.git/blob - gnue-navigator.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gnue-navigator.spec
1 Summary:        GNUe Navigator - a menuing system for GNUe Forms and Reports
2 Summary(pl.UTF-8):      GNUe Navigator - systemu menu dla GNUe Forms i Reports
3 Name:           gnue-navigator
4 Version:        0.0.8
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:  582722837c31d1cd368423eed6e37b05
10 URL:            http://www.gnuenterprise.org/
11 BuildRequires:  gnue-common
12 BuildRequires:  python
13 BuildRequires:  python-devel
14 Requires:       gnue-common
15 Requires:       gnue-forms
16 Requires:       gnue-reports
17 Requires:       python
18 Obsoletes:      GNUe-Navigator
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 GNUe Navigator is a menuing system for GNUe Forms and Reports.
23 It presents a consistent menuing interface (in GUI or Text) based
24 on an XML "process definition."  GNUe Navigator uses the GNUe
25 Forms or GNUe Reports clients to run the actual forms and reports,
26 so these corresponding tools must be installed.
27
28 %description -l pl.UTF-8
29 GNUe Navigator to system menu dla GNUe Forms i Reports. Prezentuje
30 spójny interfejs menu (w środowisku graficznym lub tekstowym) oparty
31 na XML-owej "definicji procesu". GNUe Navigator używa klientów GNUe
32 Forms lub GNUe Reports do uruchamiania właściwych formularzy i
33 raportów, więc odpowiednie narzędzia muszą być zainstalowane.
34
35 %prep
36 %setup -q
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
41
42 python setup.py install \
43         --root=$RPM_BUILD_ROOT \
44         --optimize=2
45
46 find $RPM_BUILD_ROOT%{py_sitedir} -name \*.py -exec rm {} \;
47
48 cp -a samples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog FAQ NEWS README* TODO doc/*.* doc/technotes
58 %attr(755,root,root) %{_bindir}/*
59 %{py_sitedir}/gnue/navigator
60 %{_mandir}/man?/*
61 %{_examplesdir}/%{name}-%{version}
This page took 0.288265 seconds and 3 git commands to generate.