rpms/smart/devel smart.spec,1.8,1.9

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sat Sep 16 09:45:07 UTC 2006


Author: athimm

Update of /cvs/extras/rpms/smart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15853/smart/devel

Modified Files:
	smart.spec 
Log Message:
Un%ghost pyo


Index: smart.spec
===================================================================
RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- smart.spec	1 Sep 2006 22:24:16 -0000	1.8
+++ smart.spec	16 Sep 2006 09:45:06 -0000	1.9
@@ -3,7 +3,7 @@
 Summary: Next generation package handling tool
 Name: smart
 Version: 0.42
-Release: 37%{?dist}
+Release: 38%{?dist}
 License: GPL
 Group: Applications/System
 URL: http://labix.org/smart/
@@ -130,14 +130,10 @@
   | grep -v %{python_sitearch}/smart/interfaces/gtk \
   | sed -e's,%{buildroot},%%dir ,' \
   >> %{name}.fileslist
-find %{buildroot}%{python_sitearch}/smart \! -type d \! -name \*.pyo \
+find %{buildroot}%{python_sitearch}/smart \! -type d \
   | grep -v %{python_sitearch}/smart/interfaces/gtk \
   | sed -e's,%{buildroot},,' \
   >> %{name}.fileslist
-find %{buildroot}%{python_sitearch}/smart -name \*.pyo \
-  | grep -v %{python_sitearch}/smart/interfaces/gtk \
-  | sed -e's,%{buildroot},%%ghost ,' \
-  >> %{name}.fileslist
 
 # %files does not take two -f arguments
 cat %{name}.lang >> %{name}.fileslist
@@ -160,10 +156,7 @@
 
 %files gui
 %defattr(-,root,root,-)
-%dir %{python_sitearch}/smart/interfaces/gtk
-%{python_sitearch}/smart/interfaces/gtk/*.py
-%{python_sitearch}/smart/interfaces/gtk/*.pyc
-%ghost %{python_sitearch}/smart/interfaces/gtk/*.pyo
+%{python_sitearch}/smart/interfaces/gtk
 %{_datadir}/applications/*-smart.desktop
 %{_datadir}/pixmaps/smart.png
 
@@ -178,6 +171,9 @@
 %{_datadir}/applications/*-ksmarttray.desktop
 
 %changelog
+* Sat Sep 16 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.42-38
+- Un%%ghost pyo files.
+
 * Sat Sep  2 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.42-37
 - Add ksmarttray.desktop from ensc.
 - Add missing dependency from ksmarttray on smart-gui.




More information about the scm-commits mailing list