packages: ruby/ruby.spec - info is no more
baggins
baggins at pld-linux.org
Fri Feb 26 11:46:51 CET 2010
Author: baggins Date: Fri Feb 26 10:46:51 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- info is no more
---- Files affected:
packages/ruby:
ruby.spec (1.200 -> 1.201)
---- Diffs:
================================================================
Index: packages/ruby/ruby.spec
diff -u packages/ruby/ruby.spec:1.200 packages/ruby/ruby.spec:1.201
--- packages/ruby/ruby.spec:1.200 Fri Feb 26 11:44:05 2010
+++ packages/ruby/ruby.spec Fri Feb 26 11:46:46 2010
@@ -220,9 +220,6 @@
--enable-pthread
%{__make}
-exit
-%{__make} clean -C %{name}-texi-1.4-en
-%{__make} info -C %{name}-texi-1.4-en
%if %{with doc}
mkdir rdoc
@@ -267,17 +264,14 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-exit
+
cp -Rf sample/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-cp -a %{name}-texi-1.4-en/ruby.info* $RPM_BUILD_ROOT%{_infodir}
cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/man1
cp -a %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/man1
cp -Rf ruby-uguide guide
cp -Rf rubyfaq faq
-%{?with_doc:cp -Rf ri/%{ruby_ver}/system/* $RPM_BUILD_ROOT%{ruby_ridir}}
-
# ruby emacs mode - borrowed from FC-4
%if %{with emacs}
install -d $RPM_BUILD_ROOT%{_emacs_lispdir}/{%{name}-mode,site-start.d}
@@ -294,13 +288,8 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%post -p /sbin/postshell
--/usr/sbin/fix-info-dir -c %{_infodir}
-/sbin/ldconfig
-
-%postun -p /sbin/postshell
--/usr/sbin/fix-info-dir -c %{_infodir}
-/sbin/ldconfig
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
%files
%defattr(644,root,root,755)
@@ -309,7 +298,6 @@
%attr(755,root,root) %{_libdir}/libruby.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libruby.so.1.8
%{_mandir}/man1/ruby.1*
-%{_infodir}/ruby.info*
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/%{ruby_ver}
%dir %{_libdir}/%{name}/%{ruby_ver}/*-linux*
@@ -433,6 +421,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.201 2010/02/26 10:46:46 baggins
+- info is no more
+
Revision 1.200 2010/02/26 10:44:05 baggins
- updated md5
- for previous commit:
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby/ruby.spec?r1=1.200&r2=1.201&f=u
More information about the pld-cvs-commit
mailing list