SPECS: ruby.spec - avoid packaging /usr/lib/ruby twice
glen
glen at pld-linux.org
Mon Dec 11 21:46:29 CET 2006
Author: glen Date: Mon Dec 11 20:46:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- avoid packaging /usr/lib/ruby twice
---- Files affected:
SPECS:
ruby.spec (1.140 -> 1.141)
---- Diffs:
================================================================
Index: SPECS/ruby.spec
diff -u SPECS/ruby.spec:1.140 SPECS/ruby.spec:1.141
--- SPECS/ruby.spec:1.140 Mon Dec 11 17:43:25 2006
+++ SPECS/ruby.spec Mon Dec 11 21:46:24 2006
@@ -326,7 +326,9 @@
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/%{ruby_ver}
%dir %{_libdir}/%{name}/%{ruby_ver}/*-linux*
+%if "%{_lib}" != "lib"
%dir %{_ulibdir}/%{name}
+%endif
%dir %{_ulibdir}/%{name}/site_ruby
%dir %{_ulibdir}/%{name}/site_ruby/%{ruby_ver}
%dir %{_ulibdir}/%{name}/site_ruby/%{ruby_ver}/*-linux*
@@ -436,6 +438,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.141 2006/12/11 20:46:24 glen
+- avoid packaging /usr/lib/ruby twice
+
Revision 1.140 2006/12/11 16:43:25 qboosh
- updated to 1.8.5-p2 (fixes CVE-2006-6303)
- removed obsolete cgi-dos-1 patch (already in sources)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ruby.spec?r1=1.140&r2=1.141&f=u
More information about the pld-cvs-commit
mailing list