rpms/gnome-blog/devel gnome-blog.spec,1.7,1.8

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Mon May 9 20:52:14 UTC 2005


Author: bpepple

Update of /cvs/extras/rpms/gnome-blog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1285/devel

Modified Files:
	gnome-blog.spec 
Log Message:
remove hard-coded dist, and remove unused sitearch definition


Index: gnome-blog.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-blog/devel/gnome-blog.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-blog.spec	30 Mar 2005 15:39:58 -0000	1.7
+++ gnome-blog.spec	9 May 2005 20:52:12 -0000	1.8
@@ -1,11 +1,10 @@
 %define gnome_python2_version 1.99.13
 %define pyver %(python -c 'import sys ; print sys.version[:3]')
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		gnome-blog
 Version:	0.8
-Release:	6.fc4
+Release:	7%{?dist}
 Summary:	GNOME panel object for posting blog entries
 
 Group:		Applications/Internet
@@ -93,6 +92,10 @@
 %ghost %{python_sitelib}/gnomeblog/*.pyo
 
 %changelog
+* Mon May  9 2005 Brian Pepple <bdpepple at ameritech.net> - 0.8-7
+- Remove hard-coded dist tag.
+- Removed unused sitearch definition.
+
 * Wed Mar 30 2005 Brian Pepple <bdpepple at ameritech.net> - 0.8-6.fc4
 - Rebuild with Python 2.4.
 - Add dist tag.




More information about the fedora-extras-commits mailing list