Hello community,

here is the log from the commit of package rubygem-treetop for openSUSE:Factory 
checked in at 2012-03-29 07:47:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-treetop (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-treetop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-treetop", Maintainer is "mrueck...@suse.com"

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

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-treetop.new/rubygem-treetop.changes     
2012-03-29 07:48:16.000000000 +0200
@@ -0,0 +1,43 @@
+-------------------------------------------------------------------
+Fri Mar 23 11:09:56 UTC 2012 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Factory preparation
+
+-------------------------------------------------------------------
+Wed Dec 14 18:52:11 UTC 2011 - jreidin...@suse.com
+
+- move more documentation to subpackage
+- don't have executable script on documenation 
+
+-------------------------------------------------------------------
+Thu Dec  9 16:13:03 UTC 2010 - ch...@computersalat.de
+
+- update to 1.4.9
+- fix url
+
+-------------------------------------------------------------------
+Mon Jun 14 18:27:26 UTC 2010 - mrueck...@suse.de
+
+- update to version 1.4.8
+
+-------------------------------------------------------------------
+Fri Jun 11 10:00:01 UTC 2010 - mrueck...@suse.de
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Fri Dec 25 02:47:01 UTC 2009 - prus...@suse.cz
+
+- update to 1.4.3
+
+-------------------------------------------------------------------
+Thu Oct  1 19:39:15 CEST 2009 - mrueck...@suse.de
+
+- update to 1.4.2
+
+-------------------------------------------------------------------
+Tue Mar 31 19:18:38 CEST 2009 - mrueck...@suse.de
+
+- initial package
+

New:
----
  rubygem-treetop.changes
  rubygem-treetop.spec
  treetop-1.4.9.gem

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

Other differences:
------------------
++++++ rubygem-treetop.spec ++++++
#
# spec file for package rubygem-treetop
#
# Copyright (c) 2012 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/
#

Name:           rubygem-treetop
Version:        1.4.9
Release:        0
License:        MIT
Summary:        A Ruby-based text parsing and interpretation DSL
Url:            http://functionalform.blogspot.com
%define mod_name treetop
%define mod_full_name %{mod_name}-%{version}
Group:          Development/Languages/Ruby
Source:         %{mod_full_name}.gem
BuildRequires:  rubygem-polyglot >= 0.3.1
BuildRequires:  rubygems_with_buildroot_patch
Requires:       rubygem-polyglot >= 0.3.1
Provides:       rubygem-treetop-1_4 = %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%rubygems_requires

%description
A Ruby-based text parsing and interpretation DSL

%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 %{SOURCE0}
#fix permissions
chmod -x 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/doc/site/index.html
chmod -x 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/doc/site/robots.txt

%files
%defattr(-,root,root,-)
%{_bindir}/tt
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/doc
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/examples
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

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

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to