forked from pool/ding-libs
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
This commit is contained in:
parent
0f5ed7035b
commit
2c7db38541
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user