Hello community,
here is the log from the commit of package rubygem-pkg-config for
openSUSE:Factory checked in at 2012-08-07 08:18:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-pkg-config (Old)
and /work/SRC/openSUSE:Factory/.rubygem-pkg-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-pkg-config", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-pkg-config/rubygem-pkg-config.changes
2012-07-02 12:53:36.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-pkg-config.new/rubygem-pkg-config.changes
2012-08-07 08:18:41.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 3 18:24:55 UTC 2012 - [email protected]
+
+- updated to version 1.1.4
+ * Supported mswin64 as MSVC environment.
+
+-------------------------------------------------------------------
Old:
----
pkg-config-1.1.3.gem
New:
----
pkg-config-1.1.4.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-pkg-config.spec ++++++
--- /var/tmp/diff_new_pack.H8PrMI/_old 2012-08-07 08:18:42.000000000 +0200
+++ /var/tmp/diff_new_pack.H8PrMI/_new 2012-08-07 08:18:42.000000000 +0200
@@ -16,34 +16,28 @@
#
+Name: rubygem-pkg-config
+Version: 1.1.4
+Release: 0
%define mod_name pkg-config
%define mod_full_name %{mod_name}-%{version}
-Name: rubygem-pkg-config
-Version: 1.1.3
-Release: 0
-Summary: A pkg-config Implementation for Ruby
-License: LGPL-2.1
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: ruby-macros >= 1
+Url: https://github.com/rcairo/pkg-config
+Source: %{mod_full_name}.gem
+Summary: A pkg-config implementation for Ruby
+License: LGPL-2.1+
Group: Development/Languages/Ruby
-Url: http://github.com/rcairo/pkg-config
-Source0: %{mod_full_name}.gem
-BuildRequires: fdupes
-BuildRequires: rubygems_with_buildroot_patch
+# MANUAL
Requires: pkg-config
-%if 0%{?suse_version} && 0%{?suse_version} < 1130
-Requires: rubygems
-%else
-%rubygems_requires
-%endif
-Provides: ruby(pkg-config)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-pkg-config can be used in your extconf.rb to properly detect need
-libraries for compiling Ruby native extensions
+pkg-config can be used in your extconf.rb to properly detect need libraries
+for compiling Ruby native extensions
%package doc
-Summary: RDoc Documentation for %{mod_name}
+Summary: RDoc documentation for %{mod_name}
Group: Development/Languages/Ruby
Requires: %{name} = %{version}
@@ -52,7 +46,7 @@
Usually in RDoc and RI formats.
%package testsuite
-Summary: Test Suite for %{mod_name}
+Summary: Test suite for %{mod_name}
Group: Development/Languages/Ruby
Requires: %{name} = %{version}
@@ -60,12 +54,14 @@
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 %{SOURCE0}
-%fdupes -s %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/doc
+%gem_install -f
%files
%defattr(-,root,root,-)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]