Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
4548239e
Kaydet (Commit)
4548239e
authored
Tem 03, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bug #1267547: Put proper recursive setup.py call into the
spec file generated by bdist_rpm.
üst
fcfff0a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
bdist_rpm.py
Lib/distutils/command/bdist_rpm.py
+4
-3
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/distutils/command/bdist_rpm.py
Dosyayı görüntüle @
4548239e
...
@@ -467,7 +467,8 @@ class bdist_rpm (Command):
...
@@ -467,7 +467,8 @@ class bdist_rpm (Command):
# rpm scripts
# rpm scripts
# figure out default build script
# figure out default build script
def_build
=
"
%
s setup.py build"
%
self
.
python
def_setup_call
=
"
%
s
%
s"
%
(
self
.
python
,
os
.
path
.
basename
(
sys
.
argv
[
0
]))
def_build
=
"
%
s build"
%
def_setup_call
if
self
.
use_rpm_opt_flags
:
if
self
.
use_rpm_opt_flags
:
def_build
=
'env CFLAGS="$RPM_OPT_FLAGS" '
+
def_build
def_build
=
'env CFLAGS="$RPM_OPT_FLAGS" '
+
def_build
...
@@ -481,9 +482,9 @@ class bdist_rpm (Command):
...
@@ -481,9 +482,9 @@ class bdist_rpm (Command):
(
'prep'
,
'prep_script'
,
"
%
setup"
),
(
'prep'
,
'prep_script'
,
"
%
setup"
),
(
'build'
,
'build_script'
,
def_build
),
(
'build'
,
'build_script'
,
def_build
),
(
'install'
,
'install_script'
,
(
'install'
,
'install_script'
,
(
"
%
s
setup.py
install "
(
"
%
s install "
"--root=$RPM_BUILD_ROOT "
"--root=$RPM_BUILD_ROOT "
"--record=INSTALLED_FILES"
)
%
self
.
python
),
"--record=INSTALLED_FILES"
)
%
def_setup_call
),
(
'clean'
,
'clean_script'
,
"rm -rf $RPM_BUILD_ROOT"
),
(
'clean'
,
'clean_script'
,
"rm -rf $RPM_BUILD_ROOT"
),
(
'verifyscript'
,
'verify_script'
,
None
),
(
'verifyscript'
,
'verify_script'
,
None
),
(
'pre'
,
'pre_install'
,
None
),
(
'pre'
,
'pre_install'
,
None
),
...
...
Misc/NEWS
Dosyayı görüntüle @
4548239e
...
@@ -22,6 +22,9 @@ Core and builtins
...
@@ -22,6 +22,9 @@ Core and builtins
Library
Library
-------
-------
- Bug #1267547: Put proper recursive setup.py call into the
spec file generated by bdist_rpm.
- Bug #1514693: Update turtle'
s
heading
when
switching
between
- Bug #1514693: Update turtle'
s
heading
when
switching
between
degrees
and
radians
.
degrees
and
radians
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment