From: undefine Date: Fri, 20 Aug 2004 02:07:41 +0000 (+0000) Subject: - use only *.py[co] files, release 2 X-Git-Tag: auto/ac/PythonCAD-DS1_R16-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2FPythonCAD.git;a=commitdiff_plain;h=8f5b548f81fe1c7be7c8cf3e39f4a057f4bf5897 - use only *.py[co] files, release 2 Changed files: PythonCAD.spec -> 1.9 --- 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]