Accepting request 200200 from home:scarabeus_iv
- Version bump to 1.28: * java buildfixes * transltion updates * improved unit-tests * for more read NEWS file OBS-URL: https://build.opensuse.org/request/show/200200 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libidn?expand=0&rev=28
This commit is contained in:
parent
dd34a0bfb6
commit
901a21efc8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7fe625328a6a5d837d723c462c1788affb84d9c9fc0ae5cd0ce9ac7724c34716
|
|
||||||
size 3390531
|
|
3
libidn-1.28.tar.gz
Normal file
3
libidn-1.28.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd357a968449abc97c7e5fa088a4a384de57cb36564f9d4e0d898ecc6373abfb
|
||||||
|
size 3476317
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 23 14:35:40 UTC 2013 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version bump to 1.28:
|
||||||
|
* java buildfixes
|
||||||
|
* transltion updates
|
||||||
|
* improved unit-tests
|
||||||
|
* for more read NEWS file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 21 16:21:41 UTC 2012 - jengelh@inai.de
|
Fri Sep 21 16:21:41 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
11
libidn.spec
11
libidn.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libidn
|
# spec file for package libidn
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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 @@
|
|||||||
|
|
||||||
Name: libidn
|
Name: libidn
|
||||||
%define lname libidn11
|
%define lname libidn11
|
||||||
Version: 1.25
|
Version: 1.28
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Support for Internationalized Domain Names (IDN)
|
Summary: Support for Internationalized Domain Names (IDN)
|
||||||
License: (GPL-2.0+ or LGPL-3.0+) and GPL-3.0+
|
License: (GPL-2.0+ or LGPL-3.0+) and GPL-3.0+
|
||||||
@ -96,7 +96,6 @@ Requires: glibc-devel
|
|||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libidn-devel-64bit
|
Obsoletes: libidn-devel-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
|
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
|
||||||
@ -116,10 +115,10 @@ IDNA is supported.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-pic --disable-static --disable-gtk-doc
|
%configure --with-pic --disable-static --disable-gtk-doc
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
|
|
||||||
rm -f %{buildroot}/%{_infodir}/dir
|
rm -f %{buildroot}/%{_infodir}/dir
|
||||||
rm -f %{buildroot}%{_libdir}/libidn.la
|
rm -f %{buildroot}%{_libdir}/libidn.la
|
||||||
@ -128,7 +127,7 @@ rm -f %{buildroot}%{_libdir}/libidn.la
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if ! 0%{?qemu_user_space_build}
|
%if ! 0%{?qemu_user_space_build}
|
||||||
make check
|
make check %{?_smp_mflags} V=1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post tools
|
%post tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user