[packages/python-pydkim] - initial, spec by Wojciech Błaszkowski <wojciech/at/blaszkowski.com>

baggins baggins at pld-linux.org
Tue Feb 19 12:58:12 CET 2013


commit 53c6e5c2cdd7f1aeebea8d2214e5a9ee5f521779
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Feb 19 12:57:22 2013 +0100

    - initial, spec by Wojciech Błaszkowski <wojciech/at/blaszkowski.com>

 python-pydkim.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
diff --git a/python-pydkim.spec b/python-pydkim.spec
new file mode 100644
index 0000000..5f00e38
--- /dev/null
+++ b/python-pydkim.spec
@@ -0,0 +1,47 @@
+Summary:	Python module that implements DKIM (DomainKeys Identified Mail) email signing and verification
+Summary(pl.UTF-8):	Biblioteka Pythona do tworzenia i weryfikowania podpisu DKIM (DomainKeys Identified Mail)
+Name:		python-pydkim
+Version:	0.3
+Release:	1
+License:	BSD
+Group:		Libraries/Python
+Source0:	http://hewgill.com/pydkim/pydkim-%{version}.tar.gz
+# Source0-md5:	530769b4e79f41341020c4b28f340ea5
+URL:		http://hewgill.com/pydkim/
+BuildRequires:	python-devel >= 1:2.5
+BuildRequires:	python-dns
+BuildRequires:	python-hashlib
+BuildRequires:	rpm-pythonprov
+%pyrequires_eq	python-modules
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python module that implements DKIM (DomainKeys Identified Mail) email
+signing and verification
+
+%description -l pl.UTF-8
+Biblioteka Pythona do tworzenia i weryfikowania podpisu DKIM
+(DomainKeys Identified Mail)
+
+%prep
+%setup -q -n pydkim-%{version}
+
+%build
+env CFLAGS="%{rpmcflags}" %{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python -- setup.py install --root=$RPM_BUILD_ROOT --optimize=2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc docs/*.html docs/*.css
+%dir %{py_sitedir}/pydkim
+%{py_sitedir}/*.egg-info
+%attr(755,root,root) %{py_sitedir}/pydkim/*.so
+%{py_sitedir}/pydkim/*.py[co]
+%dir %{py_sitedir}/pydkim/constants
+%{py_sitedir}/pydkim/constants/*.py[co]
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pydkim.git/commitdiff/53c6e5c2cdd7f1aeebea8d2214e5a9ee5f521779



More information about the pld-cvs-commit mailing list