[packages/python-gpg] - verbose files in common dir, license note
qboosh
qboosh at pld-linux.org
Mon Mar 23 18:11:18 CET 2026
commit 4e229387ac98fc0c94d5103fa7ef113caa961cc4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Mar 23 18:11:36 2026 +0100
- verbose files in common dir, license note
python-gpg.spec | 23 +++++++++++++++++++++--
1 file changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/python-gpg.spec b/python-gpg.spec
index a19a7b2..6b38d87 100644
--- a/python-gpg.spec
+++ b/python-gpg.spec
@@ -5,6 +5,24 @@ Name: python-%{module}
# it's cvs revision number
Version: 1.3
Release: 8
+# ? "GPL" doesn't seem to be specified anywhere
+# in original repo there is pycrypto/crypto/LICENSE file:
+# ===
+# ===================================================================
+# Distribute and use freely; there are no restrictions on further
+# dissemination and usage except those imposed by the laws of your
+# country of residence. This software is provided "as is" without
+# warranty of fitness for use or suitability for any purpose, express
+# or implied. Use at your own risk or not at all.
+# ===================================================================
+#
+# Incorporating the code into commercial products is permitted; you do
+# not have to make source available or contribute your changes back
+# (though that would be nice).
+#
+# --amk (www.amk.ca)
+# ===
+# but unsure if it applies also to pycrypto/gpg contents
License: GPL
Group: Libraries/Python
# http://cvs.sourceforge.net/viewcvs.py/pycrypto/gpg/GPG.py
@@ -26,7 +44,8 @@ Interfejs do GnuPG dla Pythona.
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
-install %{SOURCE0} $RPM_BUILD_ROOT%{py_sitescriptdir}
+
+cp -p %{SOURCE0} $RPM_BUILD_ROOT%{py_sitescriptdir}
%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
%py_postclean
@@ -36,4 +55,4 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%{py_sitescriptdir}/*.py[co]
+%{py_sitescriptdir}/GPG.py[co]
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-gpg.git/commitdiff/4e229387ac98fc0c94d5103fa7ef113caa961cc4
More information about the pld-cvs-commit
mailing list