|
@@ -3,14 +3,16 @@
|
|
Name: libidn
|
|
Name: libidn
|
|
Summary: Internationalized Domain Name support library
|
|
Summary: Internationalized Domain Name support library
|
|
Summary(ja): 国際化ドメイン名をサポートするためのライブラリ
|
|
Summary(ja): 国際化ドメイン名をサポートするためのライブラリ
|
|
-Version: 1.29
|
|
+Version: 1.35
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-License: GPLv3+ and LGPLv3+
|
|
|
|
-URL: http://www.gnu.org/software/libidn/
|
|
|
|
|
|
|
|
-Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
|
+Distribution: Vine Linux
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+
|
|
|
|
+License: GPLv3+ and LGPLv3+
|
|
|
|
+URL: https://www.gnu.org/software/libidn/
|
|
|
|
+Source0: https://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
@@ -18,6 +20,10 @@ BuildRequires: pkgconfig
|
|
Requires(post): /sbin/install-info
|
|
Requires(post): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
+
|
|
|
|
+%global __provides_exclude_from ^%{_libdir}/pkgconfig/.*$
|
|
|
|
+
|
|
|
|
+
|
|
%description
|
|
%description
|
|
GNU Libidn is an implementation of the Stringprep, Punycode and
|
|
GNU Libidn is an implementation of the Stringprep, Punycode and
|
|
IDNA specifications defined by the IETF Internationalized Domain
|
|
IDNA specifications defined by the IETF Internationalized Domain
|
|
@@ -30,6 +36,7 @@ Summary(ja): libidn ライブラリの開発用ファイル
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
License: GPLv3+, LGPLv3+ and GFDLv1.3+
|
|
License: GPLv3+, LGPLv3+ and GFDLv1.3+
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
+Provides: pkgconfig(libidn) = %{version}
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
This package includes header files and libraries necessary for
|
|
This package includes header files and libraries necessary for
|
|
@@ -112,7 +119,8 @@ fi
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc ChangeLog NEWS FAQ README THANKS COPYING*
|
|
+%license COPYING*
|
|
|
|
+%doc AUTHORS ChangeLog NEWS FAQ README THANKS
|
|
%{_bindir}/idn
|
|
%{_bindir}/idn
|
|
%{_mandir}/man1/idn.1*
|
|
%{_mandir}/man1/idn.1*
|
|
%{_datadir}/emacs/site-lisp
|
|
%{_datadir}/emacs/site-lisp
|
|
@@ -148,6 +156,9 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Mar 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.35-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Feb 18 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.29-1
|
|
* Wed Feb 18 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.29-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- added Japanese summary
|
|
- added Japanese summary
|