Hello community,

here is the log from the commit of package gl2ps for openSUSE:Factory checked 
in at 2013-04-05 07:30:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gl2ps (Old)
 and      /work/SRC/openSUSE:Factory/.gl2ps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gl2ps", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gl2ps/gl2ps.changes      2013-03-28 
13:12:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gl2ps.new/gl2ps.changes 2013-04-05 
07:35:49.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr  3 10:07:26 UTC 2013 - [email protected]
+
+- Fixed BuildRequirements for Factory and SLES 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gl2ps.spec ++++++
--- /var/tmp/diff_new_pack.bTVssD/_old  2013-04-05 07:36:01.000000000 +0200
+++ /var/tmp/diff_new_pack.bTVssD/_new  2013-04-05 07:36:01.000000000 +0200
@@ -32,7 +32,15 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  libpng-devel
 BuildRequires:  zlib-devel
+%if 0%{?sles_version}
+BuildRequires:  Mesa-devel
+%else
 BuildRequires:  pkgconfig(gl)
+%endif
+%if 0%{?suse_version} > 1230
+BuildRequires:  libXi-devel
+BuildRequires:  libXmu-devel
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -89,7 +97,7 @@
 cd build
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
-__libsuffix=$(echo %_lib | cut -b4-)
+__libsuffix=$(echo %{_lib} | cut -b4-)
  cmake \
  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
  -DLIB_SUFFIX="$__libsuffix" \
@@ -98,11 +106,9 @@
 cd ..
 
 %install
-%make_install -C build
-
+make DESTDIR=%{buildroot} install -C build
 # Remove static libraries
 rm -f %{buildroot}%{_libdir}/libgl2ps.a
-
 # Remove doc files (they are installed in the %%files section)
 rm -rf %{buildroot}%{_datadir}/doc/gl2ps/
 

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

Reply via email to