Hello community, here is the log from the commit of package libspiro for openSUSE:Factory checked in at 2015-02-18 11:37:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libspiro (Old) and /work/SRC/openSUSE:Factory/.libspiro.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libspiro" Changes: -------- --- /work/SRC/openSUSE:Factory/libspiro/libspiro.changes 2012-02-08 15:40:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libspiro.new/libspiro.changes 2015-02-18 11:37:50.000000000 +0100 @@ -1,0 +2,14 @@ +Sat Feb 14 18:36:51 UTC 2015 - [email protected] + +- Update to version 0.3.20150131 + * fixes for LibSpiro package definitions (bfo#196780) + * allowing other programs to seek LibSpiro using PKG_CHECK_MODULES(). + (bao#43373) +- Update home page and download source Urls +- Add autoconf, automake and libtool requirements; needed to generate + the configure script +- Remove depreciated AUTHORS section +- Package AUTHORS, ChangeLog and COPYING into the doc directory +- gpl.txt is not provided anymore by upstream + +------------------------------------------------------------------- Old: ---- libspiro_src-20071029.tar.bz2 New: ---- 0.3.20150131.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libspiro.spec ++++++ --- /var/tmp/diff_new_pack.HTMIJB/_old 2015-02-18 11:37:52.000000000 +0100 +++ /var/tmp/diff_new_pack.HTMIJB/_new 2015-02-18 11:37:52.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package libspiro0 +# spec file for package libspiro # -# Copyright (c) 2011 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 @@ -16,17 +16,18 @@ # -%define tarversion 20071029 - Name: libspiro -Version: 0.0.1 -Release: 1.1 +Version: 0.3.20150131 +Release: 0 Summary: A clothoid to bezier spline converter License: GPL-2.0+ Group: System/Libraries -Source0: %{name}_src-%{tarversion}.tar.bz2 -Url: http://libspiro.sourceforge.net +Source0: https://github.com/fontforge/libspiro/archive/%{version}.tar.gz +Url: https://github.com/fontforge/libspiro BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRequires: gcc-c++ BuildRequires: pkg-config @@ -34,11 +35,6 @@ libspiro contains routines which will convert an array of clothoid spline control points into an equivalent set of bezier control points. -Authors -------- - Raph Levien <[email protected]> - George Williams <[email protected]> - %package -n %{name}0 Summary: A clothoid to bezier spline converter Group: System/Libraries @@ -56,41 +52,20 @@ This package contains all necessary include files and libraries needed to compile and develop applications that use %{name}. -Authors -------- - Raph Levien <[email protected]> - George Williams <[email protected]> - %prep -%setup -q -n %{name}-%{tarversion} +%setup -q %build -# autoreconf -fi +autoreconf -i +automake --foreign -Wall %configure --with-pic\ --disable-static make %{?smp_mflags} -cat > %{name}.pc << EOF -prefix=%{_prefix} -exec_prefix=%{_exec_prefix} -libdir=%{_libdir} -includedir=%{_includedir} - -Name: %{name} -Description: %{summary} -Requires: -Version: %{name} -Libs: -L\${libdir} -lspiro -Libs.private: -lm -Cflags: -I\${includedir} -EOF - %install %makeinstall rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ -mv *.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/ %post -n %{name}0 -p /sbin/ldconfig @@ -98,7 +73,7 @@ %files -n %{name}0 %defattr(-,root,root) -%doc gpl.txt README* +%doc AUTHORS ChangeLog COPYING README* %{_libdir}/lib*.so.* %files devel -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
