rpms/python-ZConfig/F-11 python-ZConfig.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

konradm konradm at fedoraproject.org
Thu Dec 24 19:58:02 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/python-ZConfig/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23874

Modified Files:
	.cvsignore sources 
Added Files:
	python-ZConfig.spec 
Log Message:
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild



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

Name:           python-ZConfig
Version:        2.7.1
Release:        2%{?dist}
Summary:        Structured Configuration Library
Group:          Development/Languages
License:        ZPLv2.1
URL:            http://www.zope.org/Members/fdrake/zconfig/
Source0:        http://pypi.python.org/packages/source/Z/ZConfig/ZConfig-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-zope-testing


%description
ZConfig is a configuration library intended for general use. It supports
a hierarchical schema-driven configuration model that allows a schema to
specify data conversion routines written in Python. ZConfig's model is
very different from the model supported by the ConfigParser module found
in Python's standard library, and is more suitable to
configuration-intensive applications.


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


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT


#%%check
#%{__python} setup.py test

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc NEWS.txt doc/zconfig.pdf
%{python_sitelib}/*
%{_bindir}/zconfig
%{_bindir}/zconfig_schema2html


%changelog
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Thu Jun 18 2009 Conrad Meyer <konrad at tylerc.org> - 2.7.1-1
- New version.

* Sun Dec 14 2008 Conrad Meyer <konrad at tylerc.org> - 2.6.1-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-ZConfig/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Apr 2009 16:23:01 -0000	1.1
+++ .cvsignore	24 Dec 2009 19:58:02 -0000	1.2
@@ -0,0 +1 @@
+ZConfig-2.7.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-ZConfig/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Apr 2009 16:23:01 -0000	1.1
+++ sources	24 Dec 2009 19:58:02 -0000	1.2
@@ -0,0 +1 @@
+13216e1f7e4ab25782d3cf60451498fa  ZConfig-2.7.1.tar.gz




More information about the fedora-extras-commits mailing list