diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 01:22:56 +0300 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-08-19 19:40:55 +0900 |
commit | cb26af3e6dd363b176f2ad0de575f1aa3182c3f6 (patch) | |
tree | 81585a60aa306019d09d2198ff336527dd340073 | |
parent | 76c952d014dc3a9480a40ff29193104e1a5e889e (diff) | |
download | python-cb26af3e6dd363b176f2ad0de575f1aa3182c3f6.tar.gz python-cb26af3e6dd363b176f2ad0de575f1aa3182c3f6.tar.bz2 python-cb26af3e6dd363b176f2ad0de575f1aa3182c3f6.zip |
resetting manifest requested domain to floor
-rw-r--r-- | packaging/python.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/python.spec b/packaging/python.spec index cef5610..ec2f1ae 100644 --- a/packaging/python.spec +++ b/packaging/python.spec @@ -181,14 +181,14 @@ rm -rf %{buildroot}%{_libdir}/python%{python_version}/lib-tk %postun -p /sbin/ldconfig %files curses -%manifest %name.manifest +%manifest %{name}.manifest %defattr(644, root, root, 755) %{_libdir}/python%{python_version}/curses %{_libdir}/python%{python_version}/lib-dynload/_curses.so %{_libdir}/python%{python_version}/lib-dynload/_curses_panel.so %files -%manifest %name.manifest +%manifest %{name}.manifest %defattr(644, root, root, 755) %dir %{_docdir}/%{name} %doc %{_docdir}/%{name}/README @@ -310,7 +310,7 @@ rm -rf %{buildroot}%{_libdir}/python%{python_version}/lib-tk %postun -n libpython -p /sbin/ldconfig %files -n python-devel -%manifest python.manifest +%manifest %{name}.manifest %defattr(-, root, root) %{_libdir}/python%{python_version}/config/* %exclude %{_libdir}/python%{python_version}/config/Setup @@ -329,13 +329,13 @@ rm -rf %{buildroot}%{_libdir}/python%{python_version}/lib-tk %{_bindir}/python%{python_version}-config %files -n python-xml -%manifest python.manifest +%manifest %{name}.manifest %defattr(644, root, root, 755) %{_libdir}/python%{python_version}/xml %{_libdir}/python%{python_version}/lib-dynload/pyexpat.so %files -n libpython -%manifest python.manifest +%manifest %{name}.manifest %defattr(644, root, root) %{_libdir}/libpython*.so.* %changelog |