rpms/python-pydns/devel python-pydns.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sean Reifschneider (jafo) fedora-extras-commits at redhat.com
Fri Sep 1 02:04:44 UTC 2006


Author: jafo

Update of /cvs/extras/rpms/python-pydns/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26856/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-pydns.spec 
Log Message:
auto-import python-pydns-2.3.0-4 on branch devel from python-pydns-2.3.0-4.src.rpm


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

Name:           python-pydns
Version:        2.3.0
Release:        4%{?dist}
Summary:        Python module for DNS (Domain Name Service)

Group:          Development/Languages
License:        Python license
URL:            http://pydns.sourceforge.net/
Source0:        http://easynews.dl.sourceforge.net/sourceforge/pydns/pydns-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

%description
This is a another release of the pydns code, as originally written by
Guido van Rossum, and with a hopefully nicer API bolted over the
top of it by Anthony Baxter <anthony at interlink.com.au>.

This package contains a module (dnslib) that implements a DNS
(Domain Name Server) client, plus additional modules that define some
symbolic constants used by DNS (dnstype, dnsclass, dnsopcode).

%define namewithoutpythonprefix %(echo %{name} | sed 's/^python-//')
%prep
%setup -q -n %{namewithoutpythonprefix}-%{version}


%build
%{__python} setup.py build


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


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc CREDITS.txt PKG-INFO README-guido.txt README.txt
%dir %{python_sitelib}/DNS
%{python_sitelib}/DNS/*.py*

%changelog
* Thu Aug 31 2006 Sean Reifschneider <jafo at tummy.com> 2.3.0-4
- Fixing .spec file changelog entries.

* Wed Aug 30 2006 Sean Reifschneider <jafo at tummy.com> 2.3.0-3
- Changes based on Kevin Fenzi's review.

* Wed Aug 30 2006 Sean Reifschneider <jafo at tummy.com> 2.3.0-2
- Changes based on Kevin Fenzi's review.

* Tue Aug 29 2006 Sean Reifschneider <jafo at tummy.com> 2.3.0-1
- Initial RPM spec file.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-pydns/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Sep 2006 02:04:23 -0000	1.1
+++ .cvsignore	1 Sep 2006 02:04:43 -0000	1.2
@@ -0,0 +1 @@
+pydns-2.3.0.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-pydns/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Sep 2006 02:04:23 -0000	1.1
+++ sources	1 Sep 2006 02:04:43 -0000	1.2
@@ -0,0 +1 @@
+b79616da9e88abce88edf82b369ee58d  pydns-2.3.0.tgz




More information about the scm-commits mailing list