Author: qboosh Date: Sun Aug 21 05:38:48 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.2 - pl - fixed License tag
---- Files affected: packages/python-pygpgme: python-pygpgme.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/python-pygpgme/python-pygpgme.spec diff -u packages/python-pygpgme/python-pygpgme.spec:1.8 packages/python-pygpgme/python-pygpgme.spec:1.9 --- packages/python-pygpgme/python-pygpgme.spec:1.8 Sun Jan 23 22:10:42 2011 +++ packages/python-pygpgme/python-pygpgme.spec Sun Aug 21 07:38:43 2011 @@ -1,17 +1,19 @@ # $Revision$, $Date$ Summary: A Python wrapper for the GPGME library +Summary(pl.UTF-8): Pythonowy interfejs do biblioteki GPGME Name: python-pygpgme -Version: 0.1 -Release: 6 -License: MIT +Version: 0.2 +Release: 1 +License: LGPL v2.1+ Group: Libraries/Python Source0: http://pypi.python.org/packages/source/p/pygpgme/pygpgme-%{version}.tar.gz -# Source0-md5: 0878d866b6ee8a98a9003a81934ecee3 +# Source0-md5: 674e3f5374efa2aaac7ab420810c91e6 URL: https://launchpad.net/products/pygpgme BuildRequires: python-devel >= 1:2.4 BuildRequires: gpgme-devel BuildRequires: python-modules BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -19,26 +21,31 @@ PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format. +%description -l pl.UTF-8 +PyGPGME to moduł Pythona pozwalający podpisywać, weryfikować, +szyfrować i odszyfrowywać wiadomości w formacie OpenPGP. + %prep %setup -q -n pygpgme-%{version} %build -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -python setup.py install \ +%{__python} setup.py install \ --optimize=2 \ --root=$RPM_BUILD_ROOT %py_postclean -rm -rf $RPM_BUILD_ROOT%{py_sitedir}/gpgme/tests +%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/gpgme/tests %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc README %dir %{py_sitedir}/gpgme %attr(755,root,root) %{py_sitedir}/gpgme/_gpgme.so %{py_sitedir}/gpgme/*.py[co] @@ -52,6 +59,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2011/08/21 05:38:43 qboosh +- updated to 0.2 +- pl +- fixed License tag + Revision 1.8 2011/01/23 21:10:42 sparky - added BR: python-modules, rpm-pythonprov ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-pygpgme/python-pygpgme.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
