Hello community, here is the log from the commit of package gd for openSUSE:Factory checked in at 2012-02-15 16:14:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gd (Old) and /work/SRC/openSUSE:Factory/.gd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gd", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gd/gd.changes 2011-10-06 16:02:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gd.new/gd.changes 2012-02-15 16:15:50.000000000 +0100 @@ -1,0 +2,8 @@ +Sun Feb 5 16:31:39 UTC 2012 - [email protected] + +- Remove redundant tags/sections +- Parallel build with %_smp_mflags +- Remove pointless INSTALL file from rpm package + (it's just the default autotools INSTALL blurb) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gd.spec ++++++ --- /var/tmp/diff_new_pack.fHCUld/_old 2012-02-15 16:15:51.000000000 +0100 +++ /var/tmp/diff_new_pack.fHCUld/_new 2012-02-15 16:15:51.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gd # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,21 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: gd -BuildRequires: fontconfig-devel freetype2-devel libjpeg-devel libpng-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXpm-devel +BuildRequires: fontconfig-devel +BuildRequires: freetype2-devel +BuildRequires: libjpeg-devel +BuildRequires: libpng-devel BuildRequires: libtool -License: MIT -Group: System/Libraries +BuildRequires: xorg-x11-libX11-devel +BuildRequires: xorg-x11-libXau-devel +BuildRequires: xorg-x11-libXdmcp-devel +BuildRequires: xorg-x11-libXpm-devel Provides: gdlib Obsoletes: gdlib -AutoReqProv: on Version: 2.0.36.RC1 -Release: 65 +Release: 0 Url: http://www.libgd.org/ Summary: A Drawing Library for Programs That Use PNG and JPEG Output +License: MIT +Group: System/Libraries Source: gd-%{version}.tar.bz2 Source1: baselibs.conf Patch0: gd-2.0.36RC1-warn.patch @@ -56,7 +59,6 @@ %package devel Requires: %{name} = %{version} glibc-devel -License: MIT Summary: Drawing Library for Programs with PNG and JPEG Output Group: Development/Libraries/C and C++ Requires: zlib-devel libpng-devel @@ -86,16 +88,16 @@ %build autoreconf -fiv -export CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="%optflags" export CPPFLAGS="%{optflags}" %configure \ --with-freetype \ --with-jpeg \ - --with-png=%{?_sysroot}/usr \ + --with-png=%{?_sysroot}/%_prefix \ --with-xpm \ --disable-static \ --with-pic -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} %check export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256)) @@ -117,16 +119,13 @@ %install make install DESTDIR=$RPM_BUILD_ROOT -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) -%doc COPYING INSTALL README* index.html +%doc COPYING README* index.html /usr/bin/annotate /usr/bin/bdftogd /usr/bin/gd2copypal -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
