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