From 1c8cb75e74106f3116c24f850e30bb30b3509e09 Mon Sep 17 00:00:00 2001 From: radek Date: Tue, 15 Apr 2003 15:52:33 +0000 Subject: [PATCH] - new Changed files: PythonCAD.spec -> 1.1 --- PythonCAD.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 PythonCAD.spec diff --git a/PythonCAD.spec b/PythonCAD.spec new file mode 100644 index 0000000..5c9612a --- /dev/null +++ b/PythonCAD.spec @@ -0,0 +1,46 @@ +%include /usr/lib/rpm/macros.python +Summary: An open-source CAD package built designed around Python +#Summary(pl): +Name: PythonCAD +Version: DS1_R5 +%define _ver %(echo %{version} | tr _ -) +Release: 1 +License: GPL +Group: Applications/Engineering +Source0: http://www.pythoncad.org/releases/%{name}-%{_ver}.tar.bz2 +URL: http://www.pythoncad.org/ +BuildRequires: python +Requires: python-pygtk-gtk >= 1.99.16 +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 + +%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}/* +%{py_sitedir}/%{name}* -- 2.44.0