Hello community,

here is the log from the commit of package dxflib for openSUSE:Factory checked 
in at 2012-12-19 20:28:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dxflib (Old)
 and      /work/SRC/openSUSE:Factory/.dxflib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dxflib", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/dxflib/dxflib.changes    2012-01-27 
15:17:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dxflib.new/dxflib.changes       2012-12-19 
20:28:58.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Dec 19 01:11:39 UTC 2012 - [email protected]
+
+- Run the spec formatter and update homepage URL
+- Replace broken %make_install (SLE, others)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dxflib.spec ++++++
--- /var/tmp/diff_new_pack.oh6fBL/_old  2012-12-19 20:28:59.000000000 +0100
+++ /var/tmp/diff_new_pack.oh6fBL/_new  2012-12-19 20:28:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dxflib
 #
-# 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/
 #
 
+
 Name:          dxflib
 %define lname  libdxflib-2_5_0_0_1
 Summary:       Parser library for the Drawing Exchange Format (DXF)
-Version:       2.5.0.0.1
-%define unver  2.5.0.0-1
-Release:       0
-URL:           http://www.qcad.org/dxflib_downloads.html
 License:       GPL-2.0
 Group:         Development/Libraries/C and C++
+Version:        2.5.0.0.1
+Release:        0
+%define unver  2.5.0.0-1
+Url:            http://www.qcad.org/en/dxflib-downloads
 
 Source:                %name-%unver.src.tar.xz
 Patch1:                dxflib-automake.diff
 Patch2:                dxflib-type92.diff
-BuildRoot:     %_tmppath/%name-%version-build
-BuildRequires: gcc-c++, libtool, xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  xz
 
 %description
 dxflib is a C++ library mainly for parsing and writing DXF files.
@@ -64,7 +67,7 @@
 make %{?_smp_mflags};
 
 %install
-%make_install
+make install DESTDIR="%buildroot";
 rm -f "%buildroot/%_libdir"/*.la;
 
 %check


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

Reply via email to