Browse Source

update: libidn

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1896 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
f94a8532f5
1 changed files with 12 additions and 6 deletions
  1. 12 6
      lib/libi/libidn/libidn-vl.spec

+ 12 - 6
lib/libi/libidn/libidn-vl.spec

@@ -1,13 +1,16 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
-Summary: Internationalized Domain Name support library
 Name: libidn
-Version: 1.11
-Release: 2%{?_dist_release}
+Summary: Internationalized Domain Name support library
+Version: 1.19
+Release: 1%{?_dist_release}
+
+Group: System Environment/Libraries
+License: GPLv3+
 URL: http://www.gnu.org/software/libidn/
-License: LGPL
+
 Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
-Group: System Environment/Libraries
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: pkgconfig, gettext
 Requires(post): /sbin/install-info
@@ -23,7 +26,6 @@ names.
 Summary: Development files for the libidn library
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: pkgconfig
 
 %description devel
 This package includes header files and libraries necessary for
@@ -137,6 +139,10 @@ fi
 %endif
 
 %changelog
+* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.19-1
+- new upstream release
+- built with rpm-4.8.1
+
 * Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.11-2
 - added compat32 package for x86_64 arch support.
 - disabled static library creation by default.