rpms/smart/devel smart.spec,1.28,1.29

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Jan 3 20:12:25 UTC 2008


Author: scop

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

Modified Files:
	smart.spec 
Log Message:
* Thu Jan  3 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.52-53
- Include possibly generated smart-*.egg-info in main package.



Index: smart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smart/devel/smart.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- smart.spec	2 Dec 2007 18:59:34 -0000	1.28
+++ smart.spec	3 Jan 2008 20:11:45 -0000	1.29
@@ -7,7 +7,7 @@
 Summary: Next generation package handling tool
 Name: smart
 Version: 0.52
-Release: 52%{?dist}
+Release: 53%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://labix.org/smart/
@@ -145,7 +145,7 @@
 
 %find_lang %{name}
 
-# Create a list w/o smart/interfaces/gtk to avoid warbing of duplicate
+# Create a list w/o smart/interfaces/gtk to avoid warning of duplicate
 # in the %files section (otherwise including all and %excluding works,
 # too
 
@@ -154,7 +154,7 @@
   | grep -v %{python_sitearch}/smart/interfaces/gtk \
   | sed -e's,%{buildroot},%%dir ,' \
   >> %{name}.fileslist
-find %{buildroot}%{python_sitearch}/smart \! -type d \
+find %{buildroot}%{python_sitearch} \! -type d \
   | grep -v %{python_sitearch}/smart/interfaces/gtk \
   | sed -e's,%{buildroot},,' \
   >> %{name}.fileslist
@@ -204,6 +204,9 @@
 %endif
 
 %changelog
+* Thu Jan  3 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.52-53
+- Include possibly generated smart-*.egg-info in main package.
+
 * Sun Dec  2 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.52-52
 - BuildRequire kdelibs3-devel instead of kdelibs-devel.
 - Explicitly source qt profile.d snippet during build.




More information about the fedora-extras-commits mailing list