[packages/python-uncompyle6] v2.3.2; license fix
glen
glen at pld-linux.org
Mon May 2 11:35:29 CEST 2016
commit b65cedb502b3e00afce18031117c00db59cf8ea2
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon May 2 12:35:04 2016 +0300
v2.3.2; license fix
https://github.com/pld-linux/uncompyle2/commit/6091ad8f3bdfe9a95a8fa8fac4f29352d316cd83#commitcomment-17320905
python-uncompyle6.spec | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/python-uncompyle6.spec b/python-uncompyle6.spec
index 42e6220..3a95fe9 100644
--- a/python-uncompyle6.spec
+++ b/python-uncompyle6.spec
@@ -1,11 +1,11 @@
Summary: A Python decompiler, disassembler and cross-version bytecode library
Name: python-uncompyle6
-Version: 2.3.1
+Version: 2.3.2
Release: 1
-License: GPL v3
+License: MIT
Group: Applications
Source0: https://github.com/rocky/python-uncompyle6/archive/release-%{version}.tar.gz
-# Source0-md5: da124157e8a7cf72d88a82650704ebeb
+# Source0-md5: fc742b43ff144e533d934d9e4a66523a
URL: https://github.com/rocky/python-uncompyle6/
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.219
@@ -19,15 +19,13 @@ and has been tested on Python running versions 2.6, 2.7, 3.3, 3.4 and
3.5.
%prep
-%setup -qc
-mv %{name}-*/* .
+%setup -qn %{name}-release-%{version}
%build
%py_build
%install
rm -rf $RPM_BUILD_ROOT
-
%py_install
%py_postclean
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-uncompyle6.git/commitdiff/b65cedb502b3e00afce18031117c00db59cf8ea2
More information about the pld-cvs-commit
mailing list