]> git.pld-linux.org Git - packages/gaphor.git/blob - gaphor.spec
d8d5d7bd846677a1f7a8f354358ff094d337417a
[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.1
5 Release:        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:  cb08850a91f23bee62eb266f4388af0e
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 >= 3.4.0-1
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 %py_build
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
43
44 %py_install
45
46 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
47
48 %py_postclean
49
50 #%find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 #%files -f %{name}.lang
56 %files
57 %defattr(644,root,root,755)
58 %doc README PKG-INFO NEWS TODO AUTHORS
59 %attr(755,root,root) %{_bindir}/*
60 %{py_sitescriptdir}/%{name}
61 %{py_sitescriptdir}/%{name}*egg*
62 %{_desktopdir}/%{name}.desktop
63 %{_pixmapsdir}/%{name}*
This page took 0.082148 seconds and 2 git commands to generate.