rpms/gnome-blog/FC-3 gnome-blog.spec,1.5,1.6

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


Author: bpepple

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

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/FC-3/gnome-blog.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-blog.spec	30 Mar 2005 15:39:58 -0000	1.5
+++ gnome-blog.spec	9 May 2005 20:52:11 -0000	1.6
@@ -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.fc3
+Release:	7%{?dist}
 Summary:	GNOME panel object for posting blog entries
 
 Group:		Applications/Internet
@@ -44,7 +43,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags}BuildArch:	noarch
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -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.
+- Remove unused sitearch definition.
+
 * Wed Mar 30 2005 Brian Pepple <bdpepple at ameritech.net> - 0.8-6.fc3
 - Add dist tag.
 




More information about the fedora-extras-commits mailing list