SPECS: ftpcube.spec - shorter code

glen glen at pld-linux.org
Sun Sep 28 23:18:40 CEST 2008


Author: glen                         Date: Sun Sep 28 21:18:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- shorter code

---- Files affected:
SPECS:
   ftpcube.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/ftpcube.spec
diff -u SPECS/ftpcube.spec:1.14 SPECS/ftpcube.spec:1.15
--- SPECS/ftpcube.spec:1.14	Sun Sep 28 21:59:44 2008
+++ SPECS/ftpcube.spec	Sun Sep 28 23:18:34 2008
@@ -46,7 +46,7 @@
 
 %build
 # Extracting program icon from .py
-%{__python} -c "import libftpcube.icons.ftpcube; print libftpcube.icons.ftpcube.getData()" > %{name}.png
+%{__python} -c "import libftpcube.icons.ftpcube as icon; print icon.getData()" > %{name}.png
 %{__python} setup.py build
 
 %install
@@ -78,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2008/09/28 21:18:34  glen
+- shorter code
+
 Revision 1.14  2008/09/28 19:59:44  glen
 - ... and package is noarch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ftpcube.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list