]> git.pld-linux.org Git - packages/gaphor.git/blob - gaphor.spec
- ver. 0.13.0
[packages/gaphor.git] / gaphor.spec
1 Summary:        UML modeling environment written in Python
2 Summary(pl.UTF-8):      Środowisko modelowania UML oparte o Pythona
3 Name:           gaphor
4 Version:        0.13.0
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/Engineering
8 Source0:        http://pypi.python.org/packages/source/g/gaphor/%{name}-%{version}.tar.gz
9 # Source0-md5:  8639072318d367b614375b453b0a870d
10 Source1:        %{name}.desktop
11 URL:            http://gaphor.devjavu.com/
12 BuildRequires:  python-devel
13 BuildRequires:  python-pygtk-gtk >= 2.8.4
14 %pyrequires_eq  python-libs
15 Requires:       python-decorator >= 2.2.0
16 Requires:       python-gaphas >= 0.3.3
17 Requires:       python-pygtk-gtk >= 2.8.4
18 Requires:       python-setuptools
19 Requires:       Zope-Component
20 Requires:       Zope-Interface
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Gaphor is an easy to use modeling environment. This means that you are
26 able to create nice UML diagrams for documentation and to assist you
27 with design decisions. Gaphor will help you create your applications.
28
29 %description -l pl.UTF-8
30 Gaphor jest łatwym w użyciu środowiskiem do projektowania UML. To
31 znaczy ułatwia tworzenie diagramów UML dla dokumentacji oraz pomaga w
32 podejmowaniu decyzji. Gaphor ułatwia pracę przy tworzeniu aplikacji.
33
34 %prep
35 %setup -q
36
37 %build
38 %{__python} setup.py build
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
43
44 %{__python} setup.py install \
45                 --optimize=2 \
46                 --root=$RPM_BUILD_ROOT
47
48 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
49
50 %py_postclean
51
52 #%find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 #%files -f %{name}.lang
58 %files
59 %defattr(644,root,root,755)
60 %doc README PKG-INFO NEWS TODO AUTHORS
61 %attr(755,root,root) %{_bindir}/*
62 %{py_sitescriptdir}/%{name}
63 %{py_sitescriptdir}/%{name}*egg*
64 %{_desktopdir}/%{name}.desktop
This page took 0.068011 seconds and 3 git commands to generate.