]> git.pld-linux.org Git - packages/python3.git/commitdiff
- install section fixes for python 3.2
authorwrobell <wrobell@pld-linux.org>
Tue, 22 Feb 2011 01:45:36 +0000 (01:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python3.spec -> 1.39

python3.spec

index b457d188c8ad15ac00ba974cded2d78976120304..c2e638692c4d3a7331947e5128cc7e4817cc37b2 100644 (file)
@@ -35,7 +35,8 @@ Summary(tr.UTF-8):    X arayüzlü, yüksek düzeyli, kabuk yorumlayıcı dili
 Summary(uk.UTF-8):     Мова програмування дуже високого рівня з X-інтерфейсом
 Name:          python3
 Version:       %{py_ver}
-Release:       0.%{beta}.1
+#Release:      0.%{beta}.1
+Release:       0.1
 Epoch:         1
 License:       PSF
 Group:         Applications
@@ -495,7 +496,7 @@ install Doc/info/python*info* $RPM_BUILD_ROOT%{_infodir}
 %endif
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-cp -a Tools Demo $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a Tools $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 #
 # create several useful aliases, such as timeit.py, profile.py, pdb.py, smtpd.py
@@ -529,9 +530,6 @@ sed 's/=/ /' \
 # pygettext.py is provided for compatibility
 install Tools/i18n/pygettext.py $RPM_BUILD_ROOT%{_bindir}/pygettext%{py_ver}
 
-# rename file conflicting with python 2.*
-mv $RPM_BUILD_ROOT%{_bindir}/2to3{,-%{py_ver}}
-
 # just to cut the noise, as they are not packaged (now)
 # first tests
 rm -rf $RPM_BUILD_ROOT%{py_scriptdir}/test
This page took 0.064123 seconds and 4 git commands to generate.