diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 03:13:08 +0300 |
---|---|---|
committer | Michael Leibowitz <michael.leibowitz@intel.com> | 2013-08-15 15:11:34 -0700 |
commit | 64ca2c56910904cc70fdbc67f9fb4a45e4a5c42e (patch) | |
tree | ee129de4cc20ca78d23d07dedb1422771f453dbd | |
parent | 4e05e9a963ca0b31ce630209ef798c262118734a (diff) | |
download | ruby-64ca2c56910904cc70fdbc67f9fb4a45e4a5c42e.tar.gz ruby-64ca2c56910904cc70fdbc67f9fb4a45e4a5c42e.tar.bz2 ruby-64ca2c56910904cc70fdbc67f9fb4a45e4a5c42e.zip |
resetting manifest requested domain to floor
-rw-r--r-- | packaging/ruby.manifest | 5 | ||||
-rw-r--r-- | packaging/ruby.spec | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/ruby.manifest b/packaging/ruby.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/ruby.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/ruby.spec b/packaging/ruby.spec index c210506..c84fce5 100644 --- a/packaging/ruby.spec +++ b/packaging/ruby.spec @@ -38,6 +38,7 @@ Url: http://www.ruby-lang.org/ Source: ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-%{pkg_version}-%{patch_level}.tar.bz2 Source6: ruby.macros Source7: gem_install_wrapper.sh +Source1001: ruby.manifest # Summary: An Interpreted Object-Oriented Scripting Language License: BSD-2-Clause or Ruby @@ -144,6 +145,7 @@ BeOS, and more) %prep %setup -q -n ruby-%{pkg_version}-%{patch_level} +cp %{SOURCE1001} . %if 0%{?needs_optimization_zero} touch -r configure configure.timestamp @@ -186,6 +188,7 @@ make check V=1 ||: %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %config(noreplace) /etc/rpm/macros.ruby19 %{_bindir}/erb @@ -207,6 +210,7 @@ make check V=1 ||: %doc COPYING COPYING.ja GPL %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/ruby-%{rb_ver} %{_libdir}/libruby.so @@ -214,6 +218,7 @@ make check V=1 ||: %files doc-ri +%manifest %{name}.manifest %defattr(-,root,root,-) %dir %{_datadir}/ri/ %{_datadir}/ri/%{rb_ver}/ |