]> git.pld-linux.org Git - packages/PythonCAD.git/blobdiff - PythonCAD.spec
- use only *.py[co] files, release 2
[packages/PythonCAD.git] / PythonCAD.spec
index deee96797ae88e5046b4e09d4c3b45677a1ce876..fde629e7bd4513ca3d557d4d596a99a71bf9b5d5 100644 (file)
@@ -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]
This page took 0.059006 seconds and 4 git commands to generate.