Hello community,

here is the log from the commit of package autotrace for openSUSE:Factory
checked in at Tue Mar 8 14:01:06 CET 2011.



--------
--- autotrace/autotrace.changes 2010-12-20 11:40:19.000000000 +0100
+++ /mounts/work_src_done/STABLE/autotrace/autotrace.changes    2011-03-07 
17:24:22.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar  7 13:47:41 CET 2011 - [email protected]
+
+- Split according to shared library packaging rules.
+- Enabled ImageMagick support.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ autotrace.spec ++++++
--- /var/tmp/diff_new_pack.Y74cVO/_old  2011-03-08 13:45:12.000000000 +0100
+++ /var/tmp/diff_new_pack.Y74cVO/_new  2011-03-08 13:45:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package autotrace (Version 0.31.1)
+# spec file for package autotrace
 #
-# 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,30 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           autotrace
 BuildRequires:  gcc-c++ pstoedit-devel
 License:        GPLv2+ ; LGPLv2.1+
 Group:          Productivity/Graphics/Convertors
-AutoReqProv:    on
+Summary:        Program for Converting Bitmaps to Vector Graphics
 Provides:       bitmap_tracing
 Version:        0.31.1
-Release:        624
-Source0:        %{name}-%{version}.tar.bz2
+Release:        629
+Source:         %{name}-%{version}.tar.bz2
 Source1:        pstoedit.m4
-Patch0:         %{name}-%{version}-quotefix.diff
+Patch:          %{name}-%{version}-quotefix.diff
 Url:            http://autotrace.sourceforge.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        Program for Converting Bitmaps to Vector Graphics
-
-%package devel
-License:        GPLv2+ ; LGPLv2.1+
-Group:          Productivity/Graphics/Convertors
-AutoReqProv:    on
-Summary:        Program for converting bitmaps to vector graphics
-Requires:       %name = %version glibc-devel
+BuildRequires:  ImageMagick-devel
+# FIXME: Broken with the latest pstoedit. See Fedora patches for partial fix.
+#BuildConflicts: pstoedit-devel
 
 %description
 AutoTrace is a program for converting bitmaps to vector graphics. The
@@ -48,21 +42,42 @@
 AutoTrace is now a stand-alone program and can be compiled on any UNIX
 platform using GCC.
 
+Authors:
+--------
+    Martin Weber <[email protected]>
+
+%package -n libautotrace3
+License:        GPLv2+ ; LGPLv2.1+
+
+Group:          System/Libraries
+Summary:        Library for converting bitmaps to vector graphics
 
+%description -n libautotrace3
+AutoTrace is a program for converting bitmaps to vector graphics. The
+aim of the AutoTrace project is the development of a freely-available
+application similar to CorelTrace or Adobe Streamline. In some aspects,
+it is already better. Originally created as a plug-in for the GIMP,
+AutoTrace is now a stand-alone program and can be compiled on any UNIX
+platform using GCC.
 
 Authors:
 --------
     Martin Weber <[email protected]>
 
+%package devel
+License:        GPLv2+ ; LGPLv2.1+
+
+Group:          Development/Libraries/C and C++
+Summary:        Library for converting bitmaps to vector graphics
+Requires:       libautotrace3 = %{version}
+
 %description devel
 AutoTrace is a program for converting bitmaps to vector graphics. The
 aim of the AutoTrace project is the development of a freely-available
-application similar to CorelTrace or Adobe Streamline. In some aspects
-it is already better. Originally being created as a plugin for the
-GIMP, AutoTrace is now a standalone program and can be compiled on any
-UNIX platform using GCC.
-
-
+application similar to CorelTrace or Adobe Streamline. In some aspects,
+it is already better. Originally created as a plug-in for the GIMP,
+AutoTrace is now a stand-alone program and can be compiled on any UNIX
+platform using GCC.
 
 Authors:
 --------
@@ -70,13 +85,14 @@
 
 %prep
 %setup -q
-%patch0
+%patch
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fno-tree-sra"
 cat %{SOURCE1} >>acinclude.m4
-autoreconf -fi
-%configure --disable-static --with-pic
+autoreconf -f -i
+%configure\
+       --disable-static
 %{__make} %{?jobs:-j%jobs}
 
 %install
@@ -86,23 +102,27 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
+%post -n libautotrace3 -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libautotrace3 -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS COPYING COPYING.LIB FAQ NEWS README README.MING THANKS TODO
+%doc AUTHORS COPYING FAQ NEWS README README.MING THANKS TODO
 %{_bindir}/autotrace
-%{_libdir}/libautotrace.so.*
+%{_mandir}/man1/autotrace.1*
+
+%files -n libautotrace3
+%defattr(-, root, root)
+%doc COPYING.LIB
+%{_libdir}/*.so.*
 
 %files devel
 %defattr(-, root, root)
-%{_bindir}/autotrace-config
-%{_libdir}/libautotrace.so
-%{_libdir}/pkgconfig/*
+%{_bindir}/*-config
+%{_datadir}/aclocal/*.m4
 %{_includedir}/autotrace
-%{_datadir}/aclocal/*
-%{_mandir}/man1/autotrace.1.gz
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
 
 %changelog


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



Remember to have fun...

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

Reply via email to