Removed deprecated statements

This commit is contained in:
Miro Hrončok 2015-04-27 18:15:27 +02:00
parent 26c3863db6
commit 146960e8a0
1 changed files with 0 additions and 11 deletions

View File

@ -10,7 +10,6 @@ Group: Development/Languages
# licensing terms # licensing terms
License: MIT and Python and UCD License: MIT and Python and UCD
URL: http://pypy.org/ URL: http://pypy.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# High-level configuration of the build: # High-level configuration of the build:
@ -425,8 +424,6 @@ BuildPyPy \
%install %install
rm -rf $RPM_BUILD_ROOT
# Install the various executables: # Install the various executables:
InstallPyPy() { InstallPyPy() {
@ -778,12 +775,7 @@ CheckPyPy pypy3-stackless
%endif # run_selftests %endif # run_selftests
%clean
rm -rf $RPM_BUILD_ROOT
%files libs %files libs
%defattr(-,root,root,-)
%doc LICENSE README.rst %doc LICENSE README.rst
%dir %{pypyprefix} %dir %{pypyprefix}
@ -799,20 +791,17 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%files %files
%defattr(-,root,root,-)
%doc LICENSE README.rst %doc LICENSE README.rst
%{_bindir}/pypy3 %{_bindir}/pypy3
%{pypyprefix}/pypy3 %{pypyprefix}/pypy3
%files devel %files devel
%defattr(-,root,root,-)
%dir %{pypy_include_dir} %dir %{pypy_include_dir}
%{pypy_include_dir}/*.h %{pypy_include_dir}/*.h
%config(noreplace) %{_rpmconfigdir}/macros.d/macros.pypy3 %config(noreplace) %{_rpmconfigdir}/macros.d/macros.pypy3
%if 0%{with_stackless} %if 0%{with_stackless}
%files stackless %files stackless
%defattr(-,root,root,-)
%doc LICENSE README.rst %doc LICENSE README.rst
%{_bindir}/pypy-stackless %{_bindir}/pypy-stackless
%endif %endif