From 2c7db385417dd0de18a0049840a08b9b3b3dc3170e9122c18aa32bef8c9ae930 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 10 Feb 2016 11:38:44 +0000 Subject: [PATCH] Undo license change - refarray source files still say GPL3. OBS-URL: https://build.opensuse.org/package/show/network:ldap/ding-libs?expand=0&rev=24 --- ding-libs.changes | 4 +--- ding-libs.spec | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ding-libs.changes b/ding-libs.changes index c380ef0..de7e220 100644 --- a/ding-libs.changes +++ b/ding-libs.changes @@ -2,9 +2,7 @@ Wed Feb 10 11:23:05 UTC 2016 - hguo@suse.com - Upgrade to latest upstream version 0.5.0. - The new version if ABI compatible with 0.4.0. -- Catch up several sub-packages with the latest license status - from upstream. + The new version is ABI compatible with 0.4.0. ------------------------------------------------------------------- Sun Aug 10 13:39:44 UTC 2014 - jengelh@inai.de diff --git a/ding-libs.spec b/ding-libs.spec index 309f242..aeeb4ec 100644 --- a/ding-libs.spec +++ b/ding-libs.spec @@ -158,7 +158,7 @@ Utility functions to manipulate filesystem pathnames %package -n libref_array1 Summary: A refcounted array for C -License: LGPL-3.0+ +License: GPL-3.0+ Group: System/Libraries Version: %ref_array_version Release: 0 @@ -168,7 +168,7 @@ A dynamically-growing, reference-counted array %package -n libref_array-devel Summary: Development files for libref_array -License: LGPL-3.0+ +License: GPL-3.0+ Group: Development/Libraries/C and C++ Requires: libref_array1 = %ref_array_version Version: %ref_array_version @@ -188,8 +188,8 @@ make %{?_smp_mflags} all docs make %{?_smp_mflags} check %install -make install DESTDIR="%{buildroot}" -rm -f "%{buildroot}/%_libdir"/*.la +make install DESTDIR="%buildroot" +rm -f "%buildroot/%_libdir"/*.la # Remove the example files from the output directory # We will copy them directly from the source directory