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