]> git.pld-linux.org Git - packages/python-camelot.git/blob - python-camelot.spec
8ae3237f3dfc8aee2881976a8bac1f5c232f5e8b
[packages/python-camelot.git] / python-camelot.spec
1 %define         module  camelot
2 Summary:        A python GUI framework on top of  Sqlalchemy  and PyQt
3 Summary(pl.UTF-8):      Szkielet graficznego interfejsu użytkownika na bazie Sqlalchemy i PyQt
4 Name:           python-%{module}
5 Version:        09.07.17
6 Release:        4
7 License:        GPL
8 Group:          Development/Languages/Python
9 Source0:        http://pypi.python.org/packages/source/C/Camelot/Camelot-%{version}.tar.gz
10 # Source0-md5:  4452cc2e4536e283117a153a907979dc
11 URL:            http://www.conceptive.be/projects/camelot/
12 BuildRequires:  python-devel
13 BuildRequires:  python-setuptools
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.710
16 Requires:       python-SQLAlchemy >= 0.4
17 Requires:       python-elixir >= 0.6
18 Conflicts:      python-SQLAlchemy >= 0.5
19 Conflicts:      python-elixir >= 0.7
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 A python GUI framework on top of Sqlalchemy and PyQt, inspired by the
25 Django admin interface.
26
27 %description -l pl.UTF-8
28 Szkielet graficznego interfejsu użytkownika na bazie Sqlalchemy,
29 elixir i PyQt, zainspirowany interfejsem administracyjnym Django.
30
31 %prep
32 %setup -q -n Camelot-%{version}
33
34 %build
35 %py_build
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 %py_install
40
41 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
42 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
43 %py_postclean
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 # %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
51 %doc example
52 %{py_sitescriptdir}/%{module}
53 # %{py_sitedir}/*.py[co]
54 # %{py_sitescriptdir}/%{module}
55 # %attr(755,root,root) %{py_sitedir}/*.so
56 %if "%{py_ver}" > "2.4"
57 %{py_sitescriptdir}/Camelot-*.egg-info
58 %endif
59 %attr(755,root,root) %{_bindir}/*
This page took 0.056177 seconds and 2 git commands to generate.