diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 03:13:08 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 03:13:08 +0300 |
commit | 12e782bce5ad8c170d6487055ee109ed96dbfccd (patch) | |
tree | 4c2a31c0b12911f442ee9484eb0d32686f87da9b | |
parent | e7dc21d0f5e3c6cf752f2a9d95d7d53b20a6581f (diff) | |
download | ruby-12e782bce5ad8c170d6487055ee109ed96dbfccd.tar.gz ruby-12e782bce5ad8c170d6487055ee109ed96dbfccd.tar.bz2 ruby-12e782bce5ad8c170d6487055ee109ed96dbfccd.zip |
resetting manifest requested domain to floorsubmit/tizen/20130710.134825accepted/tizen/20130710.214722
-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}/ |