churchyard pushed to pypy3 (f22). "Removed deprecated statements"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun May 10 19:32:48 UTC 2015


From 146960e8a0ae6b7d82f10d6a2c24e60cf3eadd59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro at hroncok.cz>
Date: Mon, 27 Apr 2015 18:15:27 +0200
Subject: Removed deprecated statements


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


	http://pkgs.fedoraproject.org/cgit/pypy3.git/commit/?h=f22&id=146960e8a0ae6b7d82f10d6a2c24e60cf3eadd59


More information about the scm-commits mailing list