rpms/python-peak-util-symbols/devel import.log, NONE, 1.1 python-peak-util-symbols.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Thu Sep 11 07:15:21 UTC 2008


Author: lmacken

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-peak-util-symbols.spec 
Log Message:
Initial import of python-peak-util-symbols


--- NEW FILE import.log ---
python-peak-util-symbols-1_0-1_fc9:HEAD:python-peak-util-symbols-1.0-1.fc9.src.rpm:1221117275


--- NEW FILE python-peak-util-symbols.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define packagename SymbolType

Name:           python-peak-util-symbols
Version:        1.0
Release:        1%{?dist}
Summary:        Simple "symbol" type, useful for enumerations or sentinels

Group:          Development/Languages
License:        Python or ZPLv2.1
URL:            http://peak.telecommunity.com/DevCenter/%{packagename}
Source0:        http://pypi.python.org/packages/source/S/%{packagename}/%{packagename}-%{version}.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools-devel
BuildRequires:  python-nose

%description
SymbolType gives you access to the peak.util.symbols module, previously
available only by installing the full PEAK toolkit. peak.util.symbols provides
a Symbol type and two built-in symbols that are used by PEAK: NOT_FOUND and
NOT_GIVEN.

%prep
%setup -q -n %{packagename}-%{version}

%build
%{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}

%check
nosetests

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.txt
%{python_sitelib}/*

%changelog
* Sun Aug  3 2008 Luke Macken <lmacken at redhat.com> - 1.0-1
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-symbols/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Sep 2008 04:29:23 -0000	1.1
+++ .cvsignore	11 Sep 2008 07:14:50 -0000	1.2
@@ -0,0 +1 @@
+SymbolType-1.0.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-util-symbols/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Sep 2008 04:29:23 -0000	1.1
+++ sources	11 Sep 2008 07:14:50 -0000	1.2
@@ -0,0 +1 @@
+4b9155cc908b249f029a518b8de09368  SymbolType-1.0.zip




More information about the fedora-extras-commits mailing list