[packages/ruby] package vendorlibdir/net dir
glen
glen at pld-linux.org
Thu Apr 25 15:41:00 CEST 2013
commit f1a7abab470d113add3306c604e80982eeeb4696
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Apr 25 16:40:23 2013 +0300
package vendorlibdir/net dir
ruby.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/ruby.spec b/ruby.spec
index 8f6fab7..2bce2dc 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -30,7 +30,7 @@ Name: ruby
Version: %{basever}.%{patchlevel}
# NOTE: do not decrease Release, when updating Version,
# unless rdoc_ver, rubygems_ver *both* are increased as well
-Release: 5
+Release: 6
Epoch: 1
# Public Domain for example for: include/ruby/st.h, strftime.c, ...
License: (Ruby or BSD) and Public Domain
@@ -366,6 +366,7 @@ cd ..
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{ruby_rdocdir},%{_examplesdir}/%{name}-%{version}} \
$RPM_BUILD_ROOT{%{ruby_vendorarchdir},%{ruby_ridir}} \
+ $RPM_BUILD_ROOT%{ruby_vendorlibdir}/net \
$RPM_BUILD_ROOT{%{legacy_archdir}/racc,%{legacy_sitelibdir},%{legacy_sitearchdir},%{legacy_vendorarchdir},%{legacy_libdir}/tasks} \
%{__make} install %{?with_doc:install-doc} \
@@ -429,6 +430,9 @@ rm -rf $RPM_BUILD_ROOT
%dir %{ruby_rdocdir}
+# common dirs for ruby vendor modules
+%dir %{ruby_vendorlibdir}/net
+
# legacy dirs. when everything rebuilt in Th not using these dirs. drop them
%dir %{legacy_archdir}
%dir %{legacy_sitedir}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby.git/commitdiff/f1a7abab470d113add3306c604e80982eeeb4696
More information about the pld-cvs-commit
mailing list