]> git.pld-linux.org Git - packages/libidn2.git/commitdiff
- updated to 2.0.2 auto/th/libidn2-2.0.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 May 2017 17:34:55 +0000 (19:34 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 May 2017 17:34:55 +0000 (19:34 +0200)
- updated info patch
- .pc file introduced

libidn2-info.patch
libidn2.spec

index 93797853f89886888f6d0ae5c07a822bfbecce4b..2bc2ad5f948ef915b56e1597a3e076ca9a71c52c 100644 (file)
@@ -1,6 +1,6 @@
---- libidn2-0.16/doc/libidn2.texi.orig 2017-01-14 16:00:15.000000000 +0100
-+++ libidn2-0.16/doc/libidn2.texi      2017-02-08 21:23:02.087171715 +0100
-@@ -15,14 +15,14 @@
+--- libidn2-2.0.2/doc/libidn2.texi.orig        2017-04-24 16:48:19.000000000 +0200
++++ libidn2-2.0.2/doc/libidn2.texi     2017-05-18 18:45:37.937167065 +0200
+@@ -16,14 +16,14 @@
  Copyright @copyright{} 2011-2017 Simon Josefsson
  @end copying
  
  @end direntry
  
  @titlepage
-@@ -49,7 +49,7 @@
- * Introduction::      What is Libidn2?
- * Library Functions:: Library functions.
- * Examples::          Demonstrate how to use the library.
--* Invoking idn2::     Command line interface to the library.
-+* idn2::              Command line interface to the library.
+@@ -51,7 +51,7 @@
+ * Library Functions::         Library functions.
+ * Converting from libidn::    Demonstrate how to convert from libidn.
+ * Examples::                  Demonstrate how to use the library.
+-* Invoking idn2::             Command line interface to the library.
++* idn2::                      Command line interface to the library.
  
  * Interface Index::
  * Concept Index::
-@@ -308,7 +308,7 @@
+@@ -406,7 +406,7 @@
  
  @verbatiminclude register.c
  
index 827fc20d1c02d38afc8845cdc60b5026559b5de3..f375a69701919ee62be8d39204e1b9730e2fc28c 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Free software implementation of IDNA2008
 Summary(pl.UTF-8):     Wolnodostępna implementacja IDNA2008
 Name:          libidn2
-Version:       0.16
+Version:       2.0.2
 Release:       1
 License:       LGPL v3+ or GPL v2+ (library), GPL v3+ (utilities)
 Group:         Libraries
-Source0:       http://alpha.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz
-# Source0-md5: bc4c2f777016011b613affbd55e2ff83
+Source0:       http://ftp.gnu.org/gnu/libidn/%{name}-%{version}.tar.lz
+# Source0-md5: 5f982b0f6bdea58877e9de9fdd83c18e
 Patch0:                %{name}-info.patch
 URL:           http://www.gnu.org/software/libidn/
 BuildRequires: autoconf >= 2.61
@@ -15,7 +15,10 @@ BuildRequires:       gettext-tools >= 0.19.3
 BuildRequires: gtk-doc >= 1.1
 BuildRequires: help2man
 BuildRequires: libtool >= 2:2.0
+BuildRequires: libunistring-devel
+BuildRequires: lzip
 BuildRequires: rpmbuild(macros) >= 1.98
+BuildRequires: tar >= 1:1.22
 BuildRequires: texinfo >= 4.7
 Requires(post,postun): /sbin/ldconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,6 +37,7 @@ Summary(pl.UTF-8):    Pliki nagłówkowe biblioteki libidn2
 License:       LGPL v2.1+
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      libunistring-devel
 
 %description devel
 Header files for libidn2 library.
@@ -61,11 +65,12 @@ Statyczna biblioteka libidn2.
 %build
 %{__gettextize}
 %{__libtoolize}
-%{__aclocal} -I m4
+%{__aclocal} -I m4 -I unistring/m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
+       --disable-silent-rules \
        --with-html-dir=%{_gtkdocdir}
 
 %{__make}
@@ -89,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc AUTHORS COPYING ChangeLog NEWS README.md
 %attr(755,root,root) %{_bindir}/idn2
 %attr(755,root,root) %{_libdir}/libidn2.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libidn2.so.0
@@ -101,6 +106,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libidn2.so
 %{_libdir}/libidn2.la
 %{_includedir}/idn2.h
+%{_pkgconfigdir}/libidn2.pc
 %{_mandir}/man3/idn2_*.3*
 %{_gtkdocdir}/libidn2
 
This page took 0.235125 seconds and 4 git commands to generate.