]> git.pld-linux.org Git - packages/python-uncompyle6.git/commitdiff
v2.3.2; license fix auto/th/python-uncompyle6-2.3.2-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 2 May 2016 09:35:04 +0000 (12:35 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 2 May 2016 09:35:04 +0000 (12:35 +0300)
https://github.com/pld-linux/uncompyle2/commit/6091ad8f3bdfe9a95a8fa8fac4f29352d316cd83#commitcomment-17320905

python-uncompyle6.spec

index 42e6220aac17421cbbea71b658a1812aa9ddaaec..3a95fe91b4ef46c6993970e8f52cf5921324a6bb 100644 (file)
@@ -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
 
This page took 0.08845 seconds and 4 git commands to generate.