Hello community,

here is the log from the commit of package hp2xx for openSUSE:Factory checked 
in at 2012-01-11 15:36:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hp2xx (Old)
 and      /work/SRC/openSUSE:Factory/.hp2xx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hp2xx", Maintainer is "nadvor...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hp2xx/hp2xx.changes      2011-10-06 
16:04:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hp2xx.new/hp2xx.changes 2012-01-11 
15:37:48.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 10 05:59:50 UTC 2012 - crrodrig...@opensuse.org
+
+- Fix build, missing libjpeg-devel buildrequires 
+- Do not use xorg-x11-devel but only xorg-x11-libX11-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hp2xx.spec ++++++
--- /var/tmp/diff_new_pack.3kkR6t/_old  2012-01-11 15:37:53.000000000 +0100
+++ /var/tmp/diff_new_pack.3kkR6t/_new  2012-01-11 15:37:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hp2xx
 #
-# 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,37 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           hp2xx
-BuildRequires:  libpng-devel libtiff-devel xorg-x11 xorg-x11-devel
-License:        GPL-2.0+
-Group:          Productivity/Graphics/Convertors
-Url:            http://www.gnu.org/software/hp2xx/hp2xx.html
-AutoReqProv:    on
 Version:        3.4.2
 Release:        567
+License:        GPL-2.0+
 Summary:        Converts HP-GL Plotter Language into a Variety of Formats
+Url:            http://www.gnu.org/software/hp2xx/hp2xx.html
+Group:          Productivity/Graphics/Convertors
 Source:         hp2xx-%{version}.tar.bz2
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         hp2xx-%{version}-fix.patch
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         hp2xx-3.4.2-implicit-decls.patch
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch2:         hp2xx-3.4.2-png-deprecated.patch
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  xorg-x11-libX11-devel
+Requires(pre):  %install_info_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-PreReq:         %install_info_prereq
 
 %description
 The hp2xx program is a versatile tool for converting vector graphics
 data given in Hewlett-Packard's HP-GL plotter language into a variety
 of popular graphics formats, both vector and raster.
 
-
-
-Authors:
---------
-    Martin Kroeker <m...@daveg.com>
-    Heinz W. Werntges
-
 %prep
 %setup -q
 %patch0 -p1 -b .fix
@@ -53,20 +50,20 @@
 %patch2
 
 %build
-make CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS" LFLAGS="-L/usr/X11R6/%{_lib}"
+make CC="gcc" OPTFLAGS="%{optflags}" LFLAGS="-L/usr/X11R6/%{_lib}"
 
 %install
-mkdir -p $RPM_BUILD_ROOT/{usr/bin,%{_infodir},%{_mandir}/man1}
-make bindir=$RPM_BUILD_ROOT/usr/bin \
-     infodir=$RPM_BUILD_ROOT/%{_infodir} \
-     mandir=$RPM_BUILD_ROOT/%{_mandir} install STRIP=true
+mkdir -p %{buildroot}/{usr/bin,%{_infodir},%{_mandir}/man1}
+make bindir=%{buildroot}%{_bindir} \
+     infodir=%{buildroot}/%{_infodir} \
+     mandir=%{buildroot}/%{_mandir} install STRIP=true
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-/usr/bin/hp2xx
+%{_bindir}/hp2xx
 %{_mandir}/man1/hp2xx.*
 %{_infodir}/hp2xx.*
 %doc AUTHORS CHANGES README TODO copying doc/readme doc/changes doc/hp_cmds.lst

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to