Hello community,

here is the log from the commit of package img2eps for openSUSE:Factory
checked in at Tue Aug 30 10:38:26 CEST 2011.



--------
--- img2eps/img2eps.changes     2010-04-08 11:40:55.000000000 +0200
+++ /mounts/work_src_done/STABLE/img2eps/img2eps.changes        2011-08-29 
19:35:08.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 17:34:25 UTC 2011 - [email protected]
+
+- Fix build with new linker defaults 
+- Build build requires
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  img2eps-fix-linking.patch

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

Other differences:
------------------
++++++ img2eps.spec ++++++
--- /var/tmp/diff_new_pack.fRfZWR/_old  2011-08-30 10:37:46.000000000 +0200
+++ /var/tmp/diff_new_pack.fRfZWR/_new  2011-08-30 10:37:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package img2eps (Version 0.2)
+# spec file for package img2eps
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,47 +15,47 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           img2eps
-BuildRequires:  libpng-devel libtiff-devel
-Url:            http://www.nih.at/img2eps/
 Version:        0.2
-Release:        137
+Release:        148
 License:        BSD3c
-Group:          Productivity/Publishing/TeX/Utilities
 Summary:        Bitmap Image to Encapsulated PostScript Converter
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Url:            http://www.nih.at/img2eps/
+Group:          Productivity/Publishing/TeX/Utilities
 Source:         img2eps-%{version}.tar.bz2
 Patch0:         compress-params.diff
 Patch1:         man.diff
 Patch2:         libpng14.diff
+Patch3:         img2eps-fix-linking.patch
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  giflib-devel
+BuildRequires:  libjasper-devel
+BuildRequires:  libexif-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Converts bitmap images in the formats PNG, JPEG, and TIFF to
 Encapsulated PostScript Level 1, 2, or 3. It supports the native
 PostScript filters ASCIIHex, ASCII85, DCT, LZW, Flate, and RunLength.
 
-
-
-Authors:
---------
-    Dieter Baron <[email protected]>
-
 %prep
 %setup -q
 %patch0
 %patch1
 %patch2 -p1
+%patch3
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -D_GNU_SOURCE"
-./configure --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir}
-make
+autoreconf -ifv
+%configure 
+%{__make} %{?_smp_flags}
 
 %install
-make install DESTDIR="$RPM_BUILD_ROOT"
+%make_install
 
 %clean
 rm -rf %{buildroot}

++++++ img2eps-fix-linking.patch ++++++
--- configure.in.orig
+++ configure.in
@@ -30,13 +30,16 @@ AC_ARG_WITH(tiff,
     [  --without-tiff          don't include TIFF support],,
     with_tiff=yes)
 
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 
 dnl programs
 
 dnl libraries
 
 AC_CHECK_LIB(z, deflate)
+AC_SEARCH_LIBS(sin, m)
 
 if test "$with_exif" = "yes"
 then

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



Remember to have fun...

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

Reply via email to