]> git.pld-linux.org Git - packages/gaphor.git/blob - gaphor.spec
BR: rpmbuild(macros) >= 1.710
[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:  rpmbuild(macros) >= 1.710
13 BuildRequires:  python-devel
14 BuildRequires:  python-pygtk-gtk >= 2.8.4
15 %pyrequires_eq  python-libs
16 Requires:       python-decorator >= 2.2.0
17 Requires:       python-gaphas >= 0.3.3
18 Requires:       python-pygtk-gtk >= 2.8.4
19 Requires:       python-setuptools
20 Requires:       Zope-Component >= 3.4.0-1
21 Requires:       Zope-Interface
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Gaphor is an easy to use modeling environment. This means that you are
27 able to create nice UML diagrams for documentation and to assist you
28 with design decisions. Gaphor will help you create your applications.
29
30 %description -l pl.UTF-8
31 Gaphor jest łatwym w użyciu środowiskiem do projektowania UML. To
32 znaczy ułatwia tworzenie diagramów UML dla dokumentacji oraz pomaga w
33 podejmowaniu decyzji. Gaphor ułatwia pracę przy tworzeniu aplikacji.
34
35 %prep
36 %setup -q
37
38 %build
39 %py_build
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
44
45 %py_install
46
47 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
48
49 %py_postclean
50
51 #%find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 #%files -f %{name}.lang
57 %files
58 %defattr(644,root,root,755)
59 %doc README PKG-INFO NEWS TODO AUTHORS
60 %attr(755,root,root) %{_bindir}/*
61 %{py_sitescriptdir}/%{name}
62 %{py_sitescriptdir}/%{name}*egg*
63 %{_desktopdir}/%{name}.desktop
64 %{_pixmapsdir}/%{name}*
This page took 1.023497 seconds and 3 git commands to generate.