Author: glen Date: Tue Jan 8 00:24:03 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - missing dir; rel 2
---- Files affected: SPECS: ruby-RubyGems.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/ruby-RubyGems.spec diff -u SPECS/ruby-RubyGems.spec:1.11 SPECS/ruby-RubyGems.spec:1.12 --- SPECS/ruby-RubyGems.spec:1.11 Mon Feb 12 23:09:13 2007 +++ SPECS/ruby-RubyGems.spec Tue Jan 8 01:23:58 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Zarządca pakietów dla języka Ruby Name: ruby-RubyGems Version: 0.8.11 -Release: 1 +Release: 2 License: GPL Group: Development/Languages Source0: http://rubyforge.org/frs/download.php/5207/rubygems-%{version}.tgz @@ -40,8 +40,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_libdir}/ruby/gems/1.8 - +install -d $RPM_BUILD_ROOT%{_gemdir} ruby setup.rb install %clean @@ -60,6 +59,7 @@ %dir %{_gemdir}/specifications %{_gemdir}/specifications/sources-0.0.1.gemspec %dir %{_gemdir}/gems +%dir %{_gemdir}/gems/sources-0.0.1/lib %{_gemdir}/gems/sources-0.0.1/lib/sources.rb %dir %{_gemdir}/doc @@ -69,6 +69,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2008-01-08 00:23:58 glen +- missing dir; rel 2 + Revision 1.11 2007-02-12 22:09:13 glen - tabs in preamble @@ -79,12 +82,12 @@ - updated to 0.8.11, use sed hack to make it build with DESTDIR Revision 1.8 2005/12/31 10:36:33 twittner -- change %%ruby_mod_ver_requires_eq to %%{?ruby_mod_ver_requires_eq} - +- change %ruby_mod_ver_requires_eq to %{?ruby_mod_ver_requires_eq} - expand this macro only if defined to avoid parse error when appropriate BRs is not installed yet (solution provided by glen) Revision 1.7 2005/12/29 16:59:48 twittner -- replace R: ruby-modules with %%ruby_mod_ver_requires_eq macro +- replace R: ruby-modules with %ruby_mod_ver_requires_eq macro defined as `Requires: ruby-modules(ver) = 1.8' where `1.8' is major ruby version taken from rbconfig - add BR: rpmbuild(macros) >= 1.277 with aforementioned macros ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ruby-RubyGems.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
