]> git.pld-linux.org Git - packages/cura.git/commitdiff
- rel 2; compile py files (so py_postclean won't delete all our files) auto/th/cura-15.02.1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Jun 2015 21:16:53 +0000 (23:16 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Jun 2015 21:16:53 +0000 (23:16 +0200)
cura.spec

index dd8aab76b35dc8a975f337fe0e616838864190ee..2e6fbd923b231b14a7976cc3c12e1a0d8aed4536 100644 (file)
--- a/cura.spec
+++ b/cura.spec
@@ -1,7 +1,7 @@
 Summary:       3D printer control software
 Name:          cura
 Version:       15.02.1
-Release:       1
+Release:       2
 Group:         Applications/Engineering
 # Code is AGPLv3
 # Icons AGPLv3 https://github.com/daid/Cura/issues/231#issuecomment-12209683
@@ -90,6 +90,9 @@ ln -sf %{_localedir}/ $RPM_BUILD_ROOT%{_datadir}/%{name}/ # the app expects the
 desktop-file-install --dir=$RPM_BUILD_ROOT%{_desktopdir} %{SOURCE2}
 
 %find_lang Cura
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
 %py_postclean
 
 %clean
This page took 0.150307 seconds and 4 git commands to generate.