From 8f5b548f81fe1c7be7c8cf3e39f4a057f4bf5897 Mon Sep 17 00:00:00 2001 From: undefine Date: Fri, 20 Aug 2004 02:07:41 +0000 Subject: [PATCH] - use only *.py[co] files, release 2 Changed files: PythonCAD.spec -> 1.9 --- PythonCAD.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/PythonCAD.spec b/PythonCAD.spec index deee967..fde629e 100644 --- a/PythonCAD.spec +++ b/PythonCAD.spec @@ -3,7 +3,7 @@ Summary(pl): Wolnodost Name: PythonCAD Version: DS1_R16 %define _ver %(echo %{version} | tr _ -) -Release: 1 +Release: 2 License: GPL Group: Applications/Engineering Source0: http://www.pythoncad.org/releases/%{name}-%{_ver}.tar.bz2 @@ -49,4 +49,13 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc README PKG-INFO NEWS %attr(755,root,root) %{_bindir}/* -%{py_sitescriptdir}/%{name}* +%{py_sitescriptdir}/%{name}.pth +%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] -- 2.43.0