Hello community,

here is the log from the commit of package eaglemode for openSUSE:Factory 
checked in at 2013-07-02 06:45:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eaglemode (Old)
 and      /work/SRC/openSUSE:Factory/.eaglemode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eaglemode"

Changes:
--------
--- /work/SRC/openSUSE:Factory/eaglemode/eaglemode.changes      2013-02-11 
20:44:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.eaglemode.new/eaglemode.changes 2013-07-02 
06:45:18.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jun 29 17:33:22 UTC 2013 - [email protected]
+
+- Force use of %{optflags}
+- Fix file list
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ eaglemode.spec ++++++
--- /var/tmp/diff_new_pack.L5JRim/_old  2013-07-02 06:45:19.000000000 +0200
+++ /var/tmp/diff_new_pack.L5JRim/_new  2013-07-02 06:45:19.000000000 +0200
@@ -94,15 +94,27 @@
 %endif
 
 %description
-Eagle Mode is an advanced solution for a futuristic style of man-machine 
communication in which the user can visit almost everything simply by zooming 
in. It has a professional file manager, file viewers and players for most of 
the common file types, a chess game, a 3D mines game, a netwalk game, a 
multi-function clock and some fractal fun, all integrated in a virtual cosmos. 
Besides, that cosmos also provides a Linux kernel configurator in form of a 
kernel patch.
+Eagle Mode is an advanced solution for a futuristic style of man-machine
+communication in which the user can visit almost everything simply by
+zooming in. It has a professional file manager, file viewers and players
+for most of the common file types, a chess game, a 3D mines game, a
+netwalk game, a multi-function clock and some fractal fun, all integrated
+in a virtual cosmos. Besides, that cosmos also provides a Linux kernel
+configurator in form of a kernel patch.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-export CFLAGS="%{optflags}"
-export CXXFLAGS="$CFLAGS"
+# stupid build scripts don't allow passing custom flags
+mkdir .bin
+cat > .bin/gcc <<\EOF
+#!/bin/sh
+exec /usr/bin/gcc %{optflags} "$@"
+EOF
+chmod +x .bin/gcc
+PATH=$PWD/.bin:$PATH
 perl make.pl build
 
 %install
@@ -143,16 +155,11 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/*
-%dir %{_docdir}/%{name}
-%dir %{_docdir}/%{name}/*
-%doc %{_docdir}/%{name}/*/*
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/*/
-%{_libdir}/*
-%dir %{_libdir}/%{name}
-%{_libdir}/%{name}/*/
-%dir %{_sysconfdir}/%{name}
-%{_sysconfdir}/%{name}/*/
+%doc %{_docdir}/%{name}
+%{_datadir}/%{name}
+%{_libdir}/*.so
+%{_libdir}/%{name}
+%{_sysconfdir}/%{name}
 %{_includedir}/*
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/16x16





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

Reply via email to