rpms/python-nss/F-13 python-nss.spec,1.14,1.15

John Dennis jdennis at fedoraproject.org
Wed Mar 24 13:34:46 UTC 2010


Author: jdennis

Update of /cvs/pkgs/rpms/python-nss/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27540

Modified Files:
	python-nss.spec 
Log Message:
change %%define to %%global



Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/F-13/python-nss.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- python-nss.spec	21 Sep 2009 19:56:37 -0000	1.14
+++ python-nss.spec	24 Mar 2010 13:34:46 -0000	1.15
@@ -1,10 +1,10 @@
 # sitelib for noarch packages, sitearch for others (remove the unneeded one)
-%{!?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)")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-nss
 Version:        0.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
 Group:          Development/Languages
@@ -13,7 +13,7 @@ URL:            :pserver:anonymous at cvs-m
 Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-%define docdir %{_docdir}/%{name}-%{version}
+%global docdir %{_docdir}/%{name}-%{version}
 
 BuildRequires: python-devel
 BuildRequires: python-setuptools-devel
@@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 24 2010 John Dennis <jdennis at redhat.com> - 0.8-2
+- change %%define to %%global
+
 * Mon Sep 21 2009 John Dennis <jdennis at redhat.com> - 0.8-1
 - The following methods, properties  and functions were added:
   SecItem.type SecItem.len, SecItem.data



More information about the scm-commits mailing list