OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Mar-2006 15:37:44
Branch: HEAD Handle: 2006030714374400
Modified files:
openpkg-src/libidn libidn.patch libidn.spec
Log:
fix building and cleanup packaging
Summary:
Revision Changes Path
1.2 +14 -2 openpkg-src/libidn/libidn.patch
1.29 +2 -1 openpkg-src/libidn/libidn.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libidn/libidn.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 libidn.patch
--- openpkg-src/libidn/libidn.patch 17 Sep 2004 14:21:07 -0000 1.1
+++ openpkg-src/libidn/libidn.patch 7 Mar 2006 14:37:44 -0000 1.2
@@ -1,6 +1,6 @@
Index: libidn.pc.in
---- libidn.pc.in.orig 2004-04-18 22:37:53 +0200
-+++ libidn.pc.in 2004-09-17 16:18:09 +0200
+--- libidn.pc.in.orig 2005-05-26 16:39:47 +0200
++++ libidn.pc.in 2006-03-07 15:33:05 +0100
@@ -17,5 +17,5 @@
Name: Libidn
Description: IETF stringprep, nameprep, punycode, IDNA text processing.
@@ -8,3 +8,15 @@
-Libs: -L${libdir} -lidn
+Libs: -L${libdir} -lidn @LTLIBICONV@
Cflags: -I${includedir}
+Index: Makefile.in
+--- Makefile.in.orig 2006-02-07 09:54:29 +0100
++++ Makefile.in 2006-03-07 15:34:22 +0100
+@@ -260,7 +260,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = gl lib po src doc tests examples java csharp
++SUBDIRS = gl lib po src tests examples java csharp
+ ACLOCAL_AMFLAGS = -I m4 -I gl/m4
+ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+ EXTRA_DIST = FAQ libc/README libc/getaddrinfo-idn.txt libc/example.c \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libidn/libidn.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 libidn.spec
--- openpkg-src/libidn/libidn.spec 7 Feb 2006 18:13:55 -0000 1.28
+++ openpkg-src/libidn/libidn.spec 7 Mar 2006 14:37:44 -0000 1.29
@@ -33,7 +33,7 @@
Group: DNS
License: LGPL
Version: 0.6.2
-Release: 20060207
+Release: 20060307
# list of sources
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
@@ -101,6 +101,7 @@
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/emacs
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/Libidn.dll
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%not %dir %{l_prefix}/lib/pkgconfig'
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]