Accepting request 862693 from Mono:Factory
OBS-URL: https://build.opensuse.org/request/show/862693 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgdiplus?expand=0&rev=4
This commit is contained in:
commit
529c19dd99
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b75c38c9765d5b3e2fb3da4435f169c732983878c0f94b8bf9012137022abf29
|
|
||||||
size 1390998
|
|
3
libgdiplus-6.0.5.tar.gz
Normal file
3
libgdiplus-6.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b81e4e5cc3e4831b2945de08bef26eb1bdcd795aeaf8f971b221c51213a025ef
|
||||||
|
size 1391332
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 12 18:42:24 UTC 2021 - Matthias Mailänder <mailaender@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 6.0.5
|
||||||
|
- Disable the static library
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 3 07:40:44 UTC 2020 - Marguerite Su <i@marguerite.su>
|
Tue Mar 3 07:40:44 UTC 2020 - Marguerite Su <i@marguerite.su>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgdiplus
|
# spec file for package libgdiplus
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname 0
|
%define soname 0
|
||||||
Name: libgdiplus
|
Name: libgdiplus
|
||||||
Version: 6.0.4
|
Version: 6.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open Source Implementation of the GDI+ API
|
Summary: Open Source Implementation of the GDI+ API
|
||||||
License: (LGPL-2.1-or-later OR MPL-1.1) AND MIT
|
License: (LGPL-2.1-or-later OR MPL-1.1) AND MIT
|
||||||
@ -66,12 +66,12 @@ sed -i 's/-Wall/-Wall %{optflags}/' src/Makefile.am
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -rf %{buildroot}%{_libdir}/%{name}.{a,la}
|
rm %{buildroot}%{_libdir}/%{name}.la
|
||||||
|
|
||||||
#%check
|
#%check
|
||||||
#%make_build check
|
#%make_build check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user