Hello community,

here is the log from the commit of package gle for openSUSE:Factory checked in 
at 2015-01-22 21:48:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gle (Old)
 and      /work/SRC/openSUSE:Factory/.gle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gle"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gle/gle.changes  2013-04-24 09:45:32.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gle.new/gle.changes     2015-01-22 
21:48:17.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Jan 16 12:21:16 UTC 2015 - [email protected]
+
+- Improve RPM group classification and summaries.
+  Use pkgconfig() names to pull in build dependencies.
+  Drop --with-pic as shared libs are implicitly PIC already.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gle.spec ++++++
--- /var/tmp/diff_new_pack.sGWyvh/_old  2015-01-22 21:48:18.000000000 +0100
+++ /var/tmp/diff_new_pack.sGWyvh/_new  2015-01-22 21:48:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gle
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,23 @@
 
 
 Name:           gle
-BuildRequires:  freeglut-devel
-BuildRequires:  libXi-devel
-BuildRequires:  libXmu-devel
-BuildRequires:  libdrm-devel
-BuildRequires:  libstdc++-devel
-BuildRequires:  libtool
+%define lname   libgle3
 Version:        3.1.0
 Release:        0
-Source:         http://download.sourceforge.net/gle/gle-%{version}.tar.bz2
+Summary:        The GLE Tubing and Extrusion Library
+License:        GPL-2.0+
+Group:          Development/Libraries/C and C++
+Source:         http://download.sourceforge.net/gle/%{name}-%{version}.tar.bz2
 Patch0:         %{name}-%{version}.diff
 Patch1:         %{name}-%{version}-fltmax.diff
 Url:            http://linas.org/gle/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        The GLE Tubing and Extrusion Library
-License:        GPL-2.0+
-Group:          System/Libraries
+BuildRequires:  freeglut-devel
+BuildRequires:  libstdc++-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig(libdrm)
+BuildRequires:  pkgconfig(xi)
+BuildRequires:  pkgconfig(xmu)
 
 %description
 The GLE Tubing and Extrusion Library is a graphics application
@@ -43,11 +44,11 @@
 header files. It uses the OpenGL (TM) programming API to perform the
 actual drawing of the tubing and extrusions.
 
-%package -n libgle3
+%package -n %lname
 Summary:        The GLE Tubing and Extrusion Library
 Group:          System/Libraries
 
-%description -n libgle3
+%description -n %lname
 The GLE Tubing and Extrusion Library is a graphics application
 programming interface (API). The library consists of a number of C
 language subroutines for drawing tubing and extrusions. The library is
@@ -57,9 +58,9 @@
 actual drawing of the tubing and extrusions.
 
 %package -n libgle-devel
-Summary:        The GLE Tubing and Extrusion Library
-Group:          System/Libraries
-Requires:       libgle3 = %{version}
+Summary:        Development files for the GLE tubing and extrusion library
+Group:          Development/Libraries/C and C++
+Requires:       %lname = %version
 
 %description -n libgle-devel
 The GLE Tubing and Extrusion Library is a graphics application
@@ -78,30 +79,29 @@
 
 %build
 autoreconf -fi
-export CFLAGS="$RPM_OPT_FLAGS"
-%configure --disable-static --with-pic
+export CFLAGS="%optflags"
+%configure --disable-static
 make %{?_smp_mflags}
 
 %check
 make check
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gle
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-
-%post -n libgle3 -p /sbin/ldconfig
+%make_install
+rm -rf "%buildroot/%_datadir/doc/gle"
+rm -f "%buildroot/%_libdir"/*.la
 
-%postun -n libgle3 -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files -n libgle3
+%files -n %lname
 %defattr(-, root, root)
-%doc AUTHORS COPYING doc/COPYING.artistic README
+%doc COPYING doc/COPYING.artistic
 %{_libdir}/lib*.so.*
 
 %files -n libgle-devel
 %defattr(-, root, root)
-%doc doc/html/*.jpg doc/html/*.gif doc/html/*.html doc/html/README 
doc/gle-*.lsm
+%doc AUTHORS README doc/html/*.jpg doc/html/*.gif doc/html/*.html 
doc/html/README doc/gle-*.lsm
 %doc %{_mandir}/man3/*
 %{_includedir}/GL
 %{_libdir}/lib*.so

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

Reply via email to