]> git.pld-linux.org Git - packages/PythonCAD.git/blobdiff - PythonCAD.spec
- missing pyreqeq, release 3
[packages/PythonCAD.git] / PythonCAD.spec
index ae8e0f194cdb95c107e803338db5347f7a8c8848..f6a1e0ec42283ddb36c50ae39bd585a07db2c9b9 100644 (file)
@@ -1,17 +1,18 @@
-%include       /usr/lib/rpm/macros.python
 Summary:       An open-source CAD package built designed around Python
 Summary(pl):   Wolnodostêpny pakiet CAD oparty o Pythona
 Name:          PythonCAD
-Version:       DS1_R5
+Version:       DS1_R19
 %define        _ver    %(echo %{version} | tr _ -)
-Release:       1
+Release:       3
 License:       GPL
 Group:         Applications/Engineering
 Source0:       http://www.pythoncad.org/releases/%{name}-%{_ver}.tar.bz2
-# Source0-md5: 418649c768dd721879905caedcd0dbeb
+# Source0-md5: 3bfeb558044591c485fd569961d8b5a8
 URL:           http://www.pythoncad.org/
 BuildRequires: python-devel
+%pyrequires_eq python-libs
 Requires:      python-pygtk-gtk >= 1.99.16
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -49,4 +50,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README PKG-INFO NEWS
 %attr(755,root,root) %{_bindir}/*
-%{py_sitedir}/%{name}*
+%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.059836 seconds and 4 git commands to generate.