]> git.pld-linux.org Git - packages/python-pygpgme.git/commitdiff
- updated to 0.2 auto/th/python-pygpgme-0_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Aug 2011 05:38:43 +0000 (05:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pl
- fixed License tag

Changed files:
    python-pygpgme.spec -> 1.9

python-pygpgme.spec

index 3f9c2126afb7317898417af78137d4a5130151d7..fafb75225a1af6adc05efbf49f80759a3fc65842 100644 (file)
@@ -1,16 +1,18 @@
 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)
 
@@ -18,26 +20,31 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 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]
This page took 0.139939 seconds and 4 git commands to generate.