rpms/python-nss/devel .cvsignore, 1.4, 1.5 python-nss.spec, 1.6, 1.7 sources, 1.5, 1.6

John Dennis jdennis at fedoraproject.org
Thu Jun 4 19:07:22 UTC 2009


Author: jdennis

Update of /cvs/pkgs/rpms/python-nss/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13786

Modified Files:
	.cvsignore python-nss.spec sources 
Log Message:
- installed source code in Mozilla CVS repository
  update URL tag to point to CVS repositoy
  (not yet a valid URL, still have to coordinate with Mozilla)
  minor tweak to src directory layout



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	1 Jun 2009 16:14:30 -0000	1.4
+++ .cvsignore	4 Jun 2009 19:06:51 -0000	1.5
@@ -1 +1 @@
-python-nss-0.2.tar.bz2
+python-nss-0.3.tar.bz2


Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/python-nss.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- python-nss.spec	1 Jun 2009 16:14:30 -0000	1.6
+++ python-nss.spec	4 Jun 2009 19:06:51 -0000	1.7
@@ -3,13 +3,13 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-nss
-Version:        0.2
+Version:        0.3
 Release:        1%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
 Group:          Development/Languages
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
-#URL:            
+URL:            :pserver:anonymous at cvs-mirror.mozilla.org:/cvsroot/mozilla/security/python/nss
 Source0:        %{name}-%{version}.tar.bz2 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -49,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install_doc --docdir %{docdir} --skip-build --root $RPM_BUILD_ROOT
 
 # Include httplib ported to NSS as example
-cp src/lib/httplib.py $RPM_BUILD_ROOT/%{docdir}/examples
+cp lib/httplib.py $RPM_BUILD_ROOT/%{docdir}/examples
 
 # Remove execution permission from any example scripts
 find $RPM_BUILD_ROOT/%{docdir}/examples -type f | xargs chmod a-x
@@ -69,6 +69,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun  4 2009 John Dennis <jdennis at redhat.com> - 0.3-1
+- installed source code in Mozilla CVS repository
+  update URL tag to point to CVS repositoy
+  (not yet a valid URL, still have to coordinate with Mozilla)
+  minor tweak to src directory layout
+
 * Mon Jun  1 2009 John Dennis <jdennis at redhat.com> - 0.2-1
 - Convert licensing to MPL tri-license
 - apply patch from bug #472805, (Miloslav Trmač)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	1 Jun 2009 16:26:03 -0000	1.5
+++ sources	4 Jun 2009 19:06:51 -0000	1.6
@@ -1 +1 @@
-ffad5d99c8d1763b4278ee26bb8c10ff  python-nss-0.2.tar.bz2
+b32214f82666eae5422459c3b41be2f0  python-nss-0.3.tar.bz2




More information about the fedora-extras-commits mailing list