rpms/python-peak-util-symbols/EL-4 python-peak-util-symbols.spec, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Thu Sep 11 23:02:08 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/python-peak-util-symbols/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21881

Modified Files:
	python-peak-util-symbols.spec 
Log Message:
* Thu Sep 11 2008 Luke Macken <lmacken at redhat.com> - 1.0-1
- Disable the unittests, as EL-4's doctest does not have the DocFileSuite



Index: python-peak-util-symbols.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-symbols/EL-4/python-peak-util-symbols.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-peak-util-symbols.spec	11 Sep 2008 08:15:54 -0000	1.1
+++ python-peak-util-symbols.spec	11 Sep 2008 23:01:38 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:           python-peak-util-symbols
 Version:        1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple "symbol" type, useful for enumerations or sentinels
 
 Group:          Development/Languages
@@ -16,7 +16,7 @@
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
-BuildRequires:  python-nose
+#BuildRequires:  python-nose
 
 %description
 SymbolType gives you access to the peak.util.symbols module, previously
@@ -34,8 +34,8 @@
 rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
-%check
-nosetests
+#%check
+#nosetests
 
 %clean
 rm -rf %{buildroot}
@@ -46,5 +46,8 @@
 %{python_sitelib}/*
 
 %changelog
+* Thu Sep 11 2008 Luke Macken <lmacken at redhat.com> - 1.0-1
+- Disable the unittests, as EL-4's doctest does not have the DocFileSuite
+
 * Sun Aug  3 2008 Luke Macken <lmacken at redhat.com> - 1.0-1
 - Initial package for Fedora




More information about the fedora-extras-commits mailing list