[meego-commits] 11269: Changes to Trunk:Testing/libidn
Yan Li
no_reply at build.meego.com
Fri Dec 24 09:38:26 UTC 2010
Hi,
I have made the following changes to libidn in project Trunk:Testing. Please review and accept ASAP.
Thank You,
Yan Li
[This message was auto-generated]
---
Request #11269:
submit: home:yanli:variant/libidn(r3) -> Trunk:Testing/libidn
Message:
Ship core library only to reduce footprint (BMC#11589)
State: new 2010-12-24T01:38:23 yanli
Comment: None
changes files:
--------------
--- libidn.changes
+++ libidn.changes
@@ -0,0 +1,4 @@
+* Fri Jul 9 2010 Yan Li <yan.i.li at intel.com> - 1.19
+- Updated to latest upstream release
+- Ship core library only to reduce footprint (BMC#11589)
+
old:
----
libidn-1.16.tar.gz
new:
----
libidn-1.19.tar.gz
libidn-1.19.tar.gz.sig
spec files:
-----------
--- libidn.spec
+++ libidn.spec
@@ -1,16 +1,16 @@
#
# Do not Edit! Generated by:
-# spectacle version 0.15
+# spectacle version 0.18
#
# >> macros
# << macros
Name: libidn
Summary: Internationalized Domain Name support library
-Version: 1.16
+Version: 1.19
Release: 1
Group: System/Libraries
-License: GPLv3; LGPLv2.1+
+License: LGPLv2.1+
URL: http://www.gnu.org/software/libidn/
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
Source100: libidn.yaml
@@ -24,6 +24,7 @@
BuildRequires: libtool
BuildRequires: autoconf
+
%description
GNU Libidn is an implementation of the Stringprep, Punycode and
IDNA specifications defined by the IETF Internationalized Domain
@@ -55,8 +56,8 @@
# << build pre
%configure --disable-static \
- --enable-gtk-doc \
--disable-csharp \
+ --disable-java \
--with-pic
make %{?jobs:-j%jobs}
@@ -73,6 +74,7 @@
rm -f $RPM_BUILD_ROOT/%_infodir/dir
rm -f %{buildroot}%{_libdir}/libidn.la
rm -f $RPM_BUILD_ROOT%_infodir/libidn-components.png
+rm -f %{buildroot}%{_bindir}/idn
# << install post
%find_lang libidn
@@ -103,18 +105,15 @@
%{_datadir}/emacs/site-lisp/idna.el
%{_datadir}/emacs/site-lisp/punycode.el
%{_libdir}/libidn.so.*
-%{_prefix}/bin/idn
# << files
%files devel
%defattr(-,root,root,-)
# >> files devel
-%doc doc/libidn.html
%doc %{_mandir}/man3/*
%{_libdir}/libidn.so
%{_includedir}/*.h
%{_libdir}/pkgconfig/libidn.pc
-%{_datadir}/gtk-doc/html/libidn
# << files devel
other changes:
--------------
++++++ libidn-1.16.tar.gz -> libidn-1.19.tar.gz
64823 lines of diff (skipped)
++++++ libidn-1.19.tar.gz.sig (new)
--- libidn-1.19.tar.gz.sig
+++ libidn-1.19.tar.gz.sig
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iOoEAAECADQFAkv3wcEtFIAAAAAAFQAPcGthLWFkZHJlc3NAZ251cGcub3JnamFz
+QGV4dHVuZG8uY29tAAoJEO2iHpS1ZXFvYTwFALThMWr9YUKBvWIyAYsuo0nN0ozf
+qE/bSAw2+ThQ6RDo25y9FmMSDuzbQV5rM/10QJ0kAWAJ84QPUCkuO+c46960i1bq
+oMFbGs9BUrAoYpD0g/5EpTOc+gvx5aNnK59gD451jJqGoyZG32TvB5nDGEarpJwR
+SFg4QPPVD661stqOKxSClgdGoxV0BUkd2YnZYECJxge0WOdPLpVZQuwkBtg=
+=tpYr
+-----END PGP SIGNATURE-----
++++++ libidn.yaml
--- libidn.yaml
+++ libidn.yaml
@@ -1,9 +1,10 @@
Name: libidn
Summary: Internationalized Domain Name support library
-Version: 1.16
+Version: 1.19
Release: 1
Group: System/Libraries
-License: GPLv3; LGPLv2.1+
+# We ship the lib only, no GPLv3 parts
+License: LGPLv2.1+
URL: http://www.gnu.org/software/libidn/
Sources:
- http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
@@ -22,8 +23,8 @@
- autoconf
LocaleName: libidn
ConfigOptions:
- - --enable-gtk-doc
- --disable-csharp
+ - --disable-java
- --with-pic
SubPackages:
- Name: devel
More information about the MeeGo-commits
mailing list