SPECS: redland-bindings.spec - fix macro name - %%ruby_libdir -> %...
twittner
twittner at pld-linux.org
Sun Jan 1 13:34:20 CET 2006
Author: twittner Date: Sun Jan 1 12:34:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix macro name - %%ruby_libdir -> %%ruby_rubylibdir
- rel. 8, STBR
- now builds, but warnings expose include files and definitions clash:
In file included from /usr/lib/ruby/1.8/i686-linux/ruby.h:24,
from redland_wrap.c:24:
/usr/lib/ruby/1.8/i686-linux/config.h:2:1: warning: "PACKAGE_NAME" redefined
<command line>:4:1: warning: this is the location of the previous definition
/usr/lib/ruby/1.8/i686-linux/config.h:3:1: warning: "PACKAGE_TARNAME" redefined
<command line>:5:1: warning: this is the location of the previous definition
/usr/lib/ruby/1.8/i686-linux/config.h:4:1: warning: "PACKAGE_VERSION" redefined
<command line>:6:1: warning: this is the location of the previous definition
/usr/lib/ruby/1.8/i686-linux/config.h:5:1: warning: "PACKAGE_STRING" redefined
<command line>:7:1: warning: this is the location of the previous definition
/usr/lib/ruby/1.8/i686-linux/config.h:6:1: warning: "PACKAGE_BUGREPORT" redefined
<command line>:8:1: warning: this is the location of the previous definition
---- Files affected:
SPECS:
redland-bindings.spec (1.29 -> 1.30)
---- Diffs:
================================================================
Index: SPECS/redland-bindings.spec
diff -u SPECS/redland-bindings.spec:1.29 SPECS/redland-bindings.spec:1.30
--- SPECS/redland-bindings.spec:1.29 Sat Dec 31 11:36:33 2005
+++ SPECS/redland-bindings.spec Sun Jan 1 13:34:14 2006
@@ -13,7 +13,7 @@
Summary(pl): Wiązania szkieletu aplikacji Redland RDF
Name: redland-bindings
Version: 1.0.2.1
-Release: 7
+Release: 8
License: LGPL v2.1+ or GPL v2+ or Apache v2
Group: Libraries
Source0: http://librdf.org/dist/source/%{name}-%{version}.tar.gz
@@ -279,9 +279,9 @@
%defattr(644,root,root,755)
%doc docs/ruby.html rdoc
%attr(755,root,root) %{ruby_archdir}/redland.so
-%dir %{ruby_libdir}/rdf
-%{ruby_libdir}/rdf/redland.rb
-%{ruby_libdir}/rdf/redland
+%dir %{ruby_rubylibdir}/rdf
+%{ruby_rubylibdir}/rdf/redland.rb
+%{ruby_rubylibdir}/rdf/redland
%endif
%files -n tcl-redland
@@ -295,6 +295,24 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.30 2006/01/01 12:34:14 twittner
+- fix macro name - %%ruby_libdir -> %%ruby_rubylibdir
+- rel. 8, STBR
+- now builds, but warnings expose include files and definitions clash:
+
+ In file included from /usr/lib/ruby/1.8/i686-linux/ruby.h:24,
+ from redland_wrap.c:24:
+ /usr/lib/ruby/1.8/i686-linux/config.h:2:1: warning: "PACKAGE_NAME" redefined
+ <command line>:4:1: warning: this is the location of the previous definition
+ /usr/lib/ruby/1.8/i686-linux/config.h:3:1: warning: "PACKAGE_TARNAME" redefined
+ <command line>:5:1: warning: this is the location of the previous definition
+ /usr/lib/ruby/1.8/i686-linux/config.h:4:1: warning: "PACKAGE_VERSION" redefined
+ <command line>:6:1: warning: this is the location of the previous definition
+ /usr/lib/ruby/1.8/i686-linux/config.h:5:1: warning: "PACKAGE_STRING" redefined
+ <command line>:7:1: warning: this is the location of the previous definition
+ /usr/lib/ruby/1.8/i686-linux/config.h:6:1: warning: "PACKAGE_BUGREPORT" redefined
+ <command line>:8:1: warning: this is the location of the previous definition
+
Revision 1.29 2005/12/31 10:36:33 twittner
- change %%ruby_mod_ver_requires_eq to %%{?ruby_mod_ver_requires_eq} -
expand this macro only if defined to avoid parse error when appropriate
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/redland-bindings.spec?r1=1.29&r2=1.30&f=u
More information about the pld-cvs-commit
mailing list