Summary: An open-source CAD package built designed around Python Summary(pl): Wolnodostępny pakiet CAD oparty o Pythona Name: PythonCAD Version: DS1_R19 %define _ver %(echo %{version} | tr _ -) Release: 2 License: GPL Group: Applications/Engineering Source0: http://www.pythoncad.org/releases/%{name}-%{_ver}.tar.bz2 # Source0-md5: 3bfeb558044591c485fd569961d8b5a8 URL: http://www.pythoncad.org/ BuildRequires: python-devel Requires: python-pygtk-gtk >= 1.99.16 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description PythonCAD is an open-source CAD package built designed around Python. As such, it aims to be a fully scriptable and customizable CAD program. It is initially designed to run under Linux, one of the BSD flavors, or Unix. %description -l pl PythonCAD jest wolnodostępnym pakietem CAD zbudowanym w oparciu o Pythona. Dlatego ma być w pełni skryptowalnym i konfigurowalnym programem CAD. Początkowo jest przeznaczony do uruchamiania pod Linuksem, jedną z wersji BSD lub Uniksem. %prep %setup -q -n %{name}-%{_ver} %build python setup.py build %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} python setup.py install \ --optimize=2 \ --root=$RPM_BUILD_ROOT install gtkpycad.py $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README PKG-INFO NEWS %attr(755,root,root) %{_bindir}/* %dir %{py_sitescriptdir}/%{name} %dir %{py_sitescriptdir}/%{name}/Generic %{py_sitescriptdir}/%{name}/Generic/*.py[oc] %dir %{py_sitescriptdir}/%{name}/Interface %dir %{py_sitescriptdir}/%{name}/Interface/Gtk %{py_sitescriptdir}/%{name}/Interface/Gtk/*.py[oc] %dir %{py_sitescriptdir}/%{name}/Interface/Cocoa %{py_sitescriptdir}/%{name}/Interface/Cocoa/*.py[oc] %{py_sitescriptdir}/%{name}/Interface/*.py[oc]