packages: python-dip/python-dip.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sun Nov 6 08:25:57 CET 2011


Author: qboosh                       Date: Sun Nov  6 07:25:57 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: packages/python-dip/python-dip.spec
diff -u /dev/null packages/python-dip/python-dip.spec:1.1
--- /dev/null	Sun Nov  6 08:25:57 2011
+++ packages/python-dip/python-dip.spec	Sun Nov  6 08:25:51 2011
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:	Application Framework for Python 2 and PyQt
+Summary(pl.UTF-8):	Szkielet dla aplikacji opartych na Pythonie 2 i PyQt
+Name:		python-dip
+Version:	0.3
+Release:	1
+License:	GPL v2 with exception or commercial
+Group:		Development/Languages/Python
+Source0:	http://www.riverbankcomputing.com/static/Downloads/dip/dip-py2-gpl-%{version}.tar.gz
+# Source0-md5:	f27d3ff19416339270b2ec4256947c21
+URL:		http://www.riverbankcomputing.com/static/Docs/dip/
+BuildRequires:	python-devel >= 1:2.6
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.219
+Requires:	python-modules
+Requires:	python-PyQt4 >= 4.7.5
+Requires:	QtGui >= 4.6
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dip is an application framework for Python and PyQt.
+
+This version supports Python 2.x.
+
+%description -l pl.UTF-8
+dip to szkielet dla aplikacji opartych na Pythonie i PyQt.
+
+Ta wersja jest przeznaczona dla Pythona 2.x.
+
+%prep
+%setup -q -n dip-py2-gpl-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+	--optimize=2 \
+	--root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog* GPL-Exception.txt LICENSE-Commercial.txt NEWS README doc/_build/html
+%attr(755,root,root) %{_bindir}/dip-automate
+%attr(755,root,root) %{_bindir}/dip-builder
+%{py_sitescriptdir}/dip
+%{py_sitescriptdir}/dip_py2_gpl-%{version}-py*.egg-info
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/11/06 07:25:51  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list