Hello community,

here is the log from the commit of package rubygem-racc for openSUSE:Factory
checked in at Wed May 18 14:55:39 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/rubygem-racc/rubygem-racc.changes      
2011-05-03 14:31:29.000000000 +0200
@@ -0,0 +1,38 @@
+-------------------------------------------------------------------
+Tue May  3 12:22:27 UTC 2011 - [email protected]
+
+- switch to gem based package
+- update to 1.4.6
+  - over 300 lines in changelog
+  see /usr/lib*/ruby/gems/1.8/gems/racc-1.4.6/ChangeLog
+
+-------------------------------------------------------------------
+Tue May  3 12:21:43 CEST 2011 - [email protected]
+
+- update description 
+
+-------------------------------------------------------------------
+Sat Sep 30 23:15:53 CEST 2006 - [email protected]
+
+- install into vendor_ruby
+
+-------------------------------------------------------------------
+Wed Jan 25 21:41:15 CET 2006 - [email protected]
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Tue Jan 24 21:10:55 CET 2006 - [email protected]
+
+- dont build the runtime. ruby 1.8 already has it
+
+-------------------------------------------------------------------
+Fri Jan 20 18:43:51 CET 2006 - [email protected]
+
+- update to version 1.4.5-all
+
+-------------------------------------------------------------------
+Mon Oct 17 20:03:34 CEST 2005 - [email protected]
+
+- Initial package of version 1.4.4-all
+

calling whatdependson for head-i586


New:
----
  racc-1.4.6.gem
  rubygem-racc.changes
  rubygem-racc.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-racc.spec ++++++
#
# spec file for package rubygem-racc
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           rubygem-racc
Version:        1.4.6
Release:        1
%define mod_name racc
#
Group:          Development/Languages/Ruby
License:        LGPL v2.1 or later
#
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
%rubygems_requires
Provides:       ruby-racc = %{version}
Obsoletes:      ruby-racc < %{version}
#
Url:            http://racc.rubyforge.org/
Source:         %{mod_name}-%{version}.gem
#
Summary:        Racc is a LALR(1) parser generator

%description
Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates 
Ruby program.

%package doc

Summary:        RDoc documentation for %{mod_name}
Group:          Development/Languages/Ruby
Requires:       %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite

Summary:        Test suite for %{mod_name}
Group:          Development/Languages/Ruby
Requires:       %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep

%build

%install
%gem_install %{S:0}
%gem_cleanup
pushd %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
perl -pi -e 's|/usr/local/bin/ruby|/usr/bin/ruby|g' bin/*
popd

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/racc
%{_bindir}/racc2y
%{_bindir}/y2racc
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/test

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to