Author: matkor                       Date: Sat Jul 18 04:29:11 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Initial 09.07.17-1.

---- Files affected:
packages/python-camelot:
   python-camelot.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/python-camelot/python-camelot.spec
diff -u /dev/null packages/python-camelot/python-camelot.spec:1.1
--- /dev/null   Sat Jul 18 06:29:11 2009
+++ packages/python-camelot/python-camelot.spec Sat Jul 18 06:29:05 2009
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+%define        module  camelot
+Summary:       A python GUI framework on top of  Sqlalchemy  and PyQt
+Summary(pl.UTF-8):     Szkielet graficznego interfejsu użytkownika na bazie 
Sqlalchemy i PyQt
+Name:          python-%{module}
+Version:       09.07.17
+Release:       1
+License:       GPL
+Group:         Development/Languages/Python
+Source0:       
http://pypi.python.org/packages/source/C/Camelot/Camelot-%{version}.tar.gz
+# Source0-md5: 4452cc2e4536e283117a153a907979dc
+URL:           http://www.conceptive.be/projects/camelot/
+BuildRequires: python-devel
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+Requires:      python-SQLAlchemy >= 0.4
+Requires:      python-elixir >= 0.6
+Conflicts:     python-SQLAlchemy >= 0.5
+Conflicts:     python-elixir >= 0.7
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A python GUI framework on top of Sqlalchemy and PyQt, inspired by the
+Django admin interface.
+
+%description -l pl.UTF-8
+Szkielet graficznego interfejsu użytkownika na bazie Sqlalchemy,
+elixir i PyQt, zainspirowany interfejsem administracyjnym Django.
+
+
+%prep
+%setup -q -n Camelot-%{version}
+
+%build
+export CFLAGS="%{rpmcflags}"
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+       --optimize=2 \
+       --root=$RPM_BUILD_ROOT
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+# %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%doc example
+%{py_sitescriptdir}/%{module}
+# %{py_sitedir}/*.py[co]
+# %{py_sitescriptdir}/%{module}
+# %attr(755,root,root) %{py_sitedir}/*.so
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/Camelot-*.egg-info
+%endif
+%attr(755,root,root) %{_bindir}/*
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.1  2009/07/18 04:29:05  matkor
+- Initial 09.07.17-1.
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to