rpms/ruby/devel ruby.spec,1.110,1.111

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Tue Jan 15 02:35:48 UTC 2008


Author: tagoh

Update of /cvs/pkgs/rpms/ruby/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11750

Modified Files:
	ruby.spec 
Log Message:
* Tue Jan 15 2008 Akira TAGOH <tagoh at redhat.com> - 1.8.6.111-7
- Revert the change of libruby-static.a. (#428384)


Index: ruby.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ruby/devel/ruby.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ruby.spec	11 Jan 2008 00:43:43 -0000	1.110
+++ ruby.spec	15 Jan 2008 02:35:10 -0000	1.111
@@ -12,7 +12,7 @@
 
 Name:		ruby
 Version:	%{rubyver}%{?dotpatchlevel}
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	Ruby or GPL+
 URL:		http://www.ruby-lang.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -63,6 +63,7 @@
 Summary:	A Ruby development environment
 Group:		Development/Languages
 Requires:	%{name}-libs = %{version}-%{release}
+Provides:	%{name}-libs-static = %{version}-%{release}
 
 %description devel
 Header files and libraries for building a extension library for the
@@ -295,9 +296,6 @@
 # installing binaries ...
 make -C $RPM_BUILD_DIR/%{name}-%{version}/%{name}-%{arcver} DESTDIR=$RPM_BUILD_ROOT install
 
-# remove the static library
-rm $RPM_BUILD_ROOT%{_libdir}/libruby-static.a
-
 # generate ri doc
 rubybuilddir=$RPM_BUILD_DIR/%{name}-%{version}/%{name}-%{arcver}
 rm -rf %{name}-%{arcver}/.ext/rdoc
@@ -371,6 +369,7 @@
 %doc %{name}-%{arcver}/README.EXT
 %lang(ja) %doc %{name}-%{arcver}/README.EXT.ja
 %{_libdir}/libruby.so
+%{_libdir}/libruby-static.a
 %{_libdir}/ruby/%{rubyxver}/*/*.h
 
 %files libs
@@ -510,6 +509,9 @@
 %endif
 
 %changelog
+* Tue Jan 15 2008 Akira TAGOH <tagoh at redhat.com> - 1.8.6.111-7
+- Revert the change of libruby-static.a. (#428384)
+
 * Fri Jan 11 2008 Akira TAGOH <tagoh at redhat.com> - 1.8.6.111-6
 - Fix an unnecessary replacement for shebang. (#426835)
 




More information about the fedora-extras-commits mailing list