Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2014-10-14 07:11:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sass (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sass.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sass"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes        
2014-05-22 06:57:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2014-10-14 07:12:38.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 06:37:34 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rubygem-sass.spec ++++++
--- /var/tmp/diff_new_pack.9DpesB/_old  2014-10-14 07:12:40.000000000 +0200
+++ /var/tmp/diff_new_pack.9DpesB/_new  2014-10-14 07:12:40.000000000 +0200
@@ -25,9 +25,7 @@
 %define mod_weight 30307
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 3
-Requires:       ruby >= 1.8.7
-BuildRequires:  ruby >= 1.8.7
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:            http://sass-lang.com/
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
@@ -42,91 +40,17 @@
 It's translated to well-formatted, standard CSS using the
 command line tool or a web-framework plugin.
 
-%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
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/sass{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/sass
-ln -s %{_sysconfdir}/alternatives/sass %{buildroot}%{_bindir}/sass
-
-mv %{buildroot}%{_bindir}/sass-convert{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/sass-convert
-ln -s %{_sysconfdir}/alternatives/sass-convert 
%{buildroot}%{_bindir}/sass-convert
-
-mv %{buildroot}%{_bindir}/scss{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/scss
-ln -s %{_sysconfdir}/alternatives/scss %{buildroot}%{_bindir}/scss
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%post
-/usr/sbin/update-alternatives --install \
-    %{_bindir}/sass sass %{_bindir}/sass%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-    %{_bindir}/sass-convert sass-convert %{_bindir}/sass-convert%{mod_branch} 
%{mod_weight}
-/usr/sbin/update-alternatives --install \
-    %{_bindir}/scss scss %{_bindir}/scss%{mod_branch} %{mod_weight}
-
-%preun
-if [ "$1" = 0 ] ; then
-    /usr/sbin/update-alternatives --remove sass %{_bindir}/sass%{mod_branch}
-fi
-if [ "$1" = 0 ] ; then
-    /usr/sbin/update-alternatives --remove sass-convert 
%{_bindir}/sass-convert%{mod_branch}
-fi
-if [ "$1" = 0 ] ; then
-    /usr/sbin/update-alternatives --remove scss %{_bindir}/scss%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/sass%{mod_branch}
-%{_bindir}/sass
-%ghost %{_sysconfdir}/alternatives/sass
-%{_bindir}/sass-convert%{mod_branch}
-%{_bindir}/sass-convert
-%ghost %{_sysconfdir}/alternatives/sass-convert
-%{_bindir}/scss%{mod_branch}
-%{_bindir}/scss
-%ghost %{_sysconfdir}/alternatives/scss
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files="MIT-LICENSE README.md" \
+  -f
+
+%gem_packages
 
 %changelog

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

Reply via email to