|
@@ -8,7 +8,7 @@ Summary: An interpreted, interactive, object-oriented programming language.
|
|
|
Summary(ja): オブジェクト指向 Python3 インタプリタ
|
|
|
Name: python3
|
|
|
Version: 3.5.6
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
License: PSF
|
|
|
Group: Development/Languages
|
|
|
URL: http://www.python.org/download/releases/%{version}
|
|
@@ -18,19 +18,19 @@ Patch1: python-3.5.2-lib64.patch
|
|
|
Patch2: python3-3.4.4-revert-makefile.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
-BuildRequires: expat-devel
|
|
|
-BuildRequires: libdb-devel
|
|
|
-BuildRequires: gdbm-devel
|
|
|
-BuildRequires: sqlite3-devel
|
|
|
BuildRequires: gzip tar gcc-c++ pkgconfig sed findutils
|
|
|
BuildRequires: bzip2-devel
|
|
|
+BuildRequires: expat-devel
|
|
|
+BuildRequires: gdbm-devel
|
|
|
BuildRequires: glibc-devel
|
|
|
+BuildRequires: libdb-devel
|
|
|
+BuildRequires: libffi-devel
|
|
|
BuildRequires: ncurses-devel
|
|
|
BuildRequires: openssl-devel
|
|
|
BuildRequires: readline-devel
|
|
|
-BuildRequires: zlib-devel
|
|
|
-BuildRequires: libffi-devel
|
|
|
+BuildRequires: sqlite3-devel
|
|
|
BuildRequires: valgrind-devel
|
|
|
+BuildRequires: zlib-devel
|
|
|
Requires: bzip2
|
|
|
Requires: gdbm
|
|
|
Requires: ncurses
|
|
@@ -39,7 +39,6 @@ Requires: readline
|
|
|
Requires: sqlite3
|
|
|
Requires: zlib
|
|
|
|
|
|
-Packager: owa, Takemikaduchi
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
|
|
@@ -255,7 +254,7 @@ rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
%files -f mainpkg.files
|
|
|
%defattr(-, root, root)
|
|
|
-%doc LICENSE
|
|
|
+%license LICENSE
|
|
|
%doc Misc/ACKS Misc/HISTORY Misc/NEWS Misc/Porting Misc/README
|
|
|
%attr(755,root,root) %dir %{python_lib}/
|
|
|
%{_libdir}/libpython*
|
|
@@ -283,6 +282,9 @@ rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Jan 26 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.6-2
|
|
|
+- rebuilt with new toolchain.
|
|
|
+
|
|
|
* Mon Nov 19 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.6-1
|
|
|
- new upstream release.
|
|
|
- really rebuilt with openssl-1.1.1.
|