]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- split -static
authoraredridel <aredridel@pld-linux.org>
Thu, 19 Aug 2004 18:17:59 +0000 (18:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- move libruby.so to -devel

Changed files:
    ruby.spec -> 1.72

ruby.spec

index 0e07d0928826a7100d5ff660e9dff5549d9a8cae..4211d9cbd6859edc1a9873031fcaadd82ccb2d37 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -97,6 +97,18 @@ Ruby development libraries.
 %description devel -l pl
 Biblioteki programistyczne interpretera jêzyka Ruby.
 
+%package static
+Summary:       Ruby static libraries
+Summary(pl):   Biblioteki statyczne Ruby
+Group:         Development/Languages
+Requires:      %{name} = %{version}-%{release}
+
+%description static
+Ruby static libraries.
+
+%description devel -l pl
+Biblioteki statyczne Ruby.
+
 %prep
 %setup -q -a1 -a2 -a3 -a5
 %patch0 -p1
@@ -157,7 +169,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc guide faq misc README README.EXT ChangeLog ToDo rdoc
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-%attr(755,root,root) %{_libdir}/lib*.so
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/1.8
 %{_libdir}/%{name}/1.8/bigdecimal
@@ -210,6 +221,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+
+%files static
 %{_libdir}/lib*.a
 
 %files tk
This page took 0.042146 seconds and 4 git commands to generate.