- update to 1.9 (#302111)
- update License to reflect GPLv3+ binaries, LGPLv2+ library
This commit is contained in:
parent
a63f624649
commit
5a944c3020
@ -1,4 +1 @@
|
|||||||
libidn-0.6.14.tar.gz
|
libidn-1.9.tar.gz
|
||||||
libidn-0.6.14
|
|
||||||
x86_64
|
|
||||||
clog
|
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
--- libidn-0.6.14/lib/gl/m4/extensions.m4.aconf262
|
|
||||||
+++ libidn-0.6.14/lib/gl/m4/extensions.m4
|
|
||||||
@@ -16,6 +16,7 @@
|
|
||||||
# ------------------------
|
|
||||||
# Enable extensions on systems that normally disable them,
|
|
||||||
# typically due to standards-conformance issues.
|
|
||||||
+m4_ifndef([AC_USE_SYSTEM_EXTENSIONS], [
|
|
||||||
AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
|
|
||||||
[
|
|
||||||
AC_BEFORE([$0], [AC_COMPILE_IFELSE])
|
|
||||||
@@ -49,6 +50,7 @@ AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
|
|
||||||
AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
|
|
||||||
AC_DEFINE([_TANDEM_SOURCE])
|
|
||||||
])
|
|
||||||
+])
|
|
||||||
|
|
||||||
# gl_USE_SYSTEM_EXTENSIONS
|
|
||||||
# ------------------------
|
|
@ -1,12 +0,0 @@
|
|||||||
diff -urp libidn-0.6.14.orig/lib/Makefile.am libidn-0.6.14/lib/Makefile.am
|
|
||||||
--- libidn-0.6.14.orig/lib/Makefile.am 2007-05-31 06:31:00.000000000 -0400
|
|
||||||
+++ libidn-0.6.14/lib/Makefile.am 2008-12-16 00:25:12.000000000 -0500
|
|
||||||
@@ -37,7 +37,7 @@ nodist_include_HEADERS = $(idn_int)
|
|
||||||
|
|
||||||
idn-int.h:
|
|
||||||
if test -n "$(STDINT_H)"; then \
|
|
||||||
- cp gl/stdint.h idn-int.h; \
|
|
||||||
+ sed -e s/include_next/include/ gl/stdint.h > idn-int.h; \
|
|
||||||
else \
|
|
||||||
echo '#include <stdint.h>' > idn-int.h; \
|
|
||||||
fi
|
|
10
libidn-1.9.tar.gz.sig
Normal file
10
libidn-1.9.tar.gz.sig
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.6 (GNU/Linux)
|
||||||
|
|
||||||
|
iOoEAAECADQFAkhqWXotFIAAAAAAFQAPcGthLWFkZHJlc3NAZ251cGcub3JnamFz
|
||||||
|
QGV4dHVuZG8uY29tAAoJEO2iHpS1ZXFvjn8E/iCct48j/lxCfxz7VCCHH/zad/EA
|
||||||
|
3bfxHbo8zO7I3pdk4a/Q7pOM5mXWqmf87YVfkx513WMNKs+4QjnzM9bhUUeayMEm
|
||||||
|
njEFVGN3b6qMpVQxco58ztHZOsfdu9SfZ81qyM1234CXVzEkbsJe065xqCoRmX1Y
|
||||||
|
SZbNKWfHme6prO9nkAPQ2YLRXFPfkklB0dR4GxVcsUJ0Pp0hoyobb6i+ouU=
|
||||||
|
=ABeW
|
||||||
|
-----END PGP SIGNATURE-----
|
18
libidn.spec
18
libidn.spec
@ -1,12 +1,10 @@
|
|||||||
Summary: Internationalized Domain Name support library
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 0.6.14
|
Version: 1.9
|
||||||
Release: 10
|
Release: 1
|
||||||
URL: http://www.gnu.org/software/libidn/
|
URL: http://www.gnu.org/software/libidn/
|
||||||
License: LGPLv2+
|
License: LGPLv2+ and GPLv3+
|
||||||
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
||||||
Patch0: libidn-0.6.14-aconf262.patch
|
|
||||||
Patch1: libidn-0.6.14-include-next.patch
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: pkgconfig, gettext, libtool, autoconf
|
BuildRequires: pkgconfig, gettext, libtool, autoconf
|
||||||
@ -33,8 +31,6 @@ developing programs which use the GNU libidn library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .aconf262
|
|
||||||
%patch1 -p1 -b .include-next-fix
|
|
||||||
|
|
||||||
# Name directory sections consistently in the info file, #209491
|
# Name directory sections consistently in the info file, #209491
|
||||||
sed -i '/^INFO-DIR-SECTION/{s/GNU Libraries/Libraries/;s/GNU utilities/Utilities/;}' doc/libidn.info
|
sed -i '/^INFO-DIR-SECTION/{s/GNU Libraries/Libraries/;s/GNU utilities/Utilities/;}' doc/libidn.info
|
||||||
@ -44,9 +40,7 @@ mv iconv.tmp doc/libidn.info
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# Must re-bootstrap to get multilib-aware libtool
|
# Must re-bootstrap to get multilib-aware libtool
|
||||||
libtoolize --force --copy
|
autoreconf
|
||||||
aclocal -I m4 -I gl/m4 -I lib/gl/m4
|
|
||||||
autoheader && autoconf && automake
|
|
||||||
%configure --disable-csharp --disable-static --libdir=/%{_lib}
|
%configure --disable-csharp --disable-static --libdir=/%{_lib}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -114,6 +108,10 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 10 2009 Joe Orton <jorton@redhat.com> 1.9-1
|
||||||
|
- update to 1.9 (#302111)
|
||||||
|
- update License to reflect GPLv3+ binaries, LGPLv2+ library
|
||||||
|
|
||||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-10
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
040f012a45feb56168853998bb87ad4d libidn-0.6.14.tar.gz
|
f4d794639564256a367566302611224e libidn-1.9.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user