OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Aug-2004 11:08:21
Branch: HEAD Handle: 2004082610082100
Modified files:
openpkg-src/libextractor
libextractor.patch libextractor.spec
Log:
upgrading package: libextractor 0.3.3 -> 0.3.4
Summary:
Revision Changes Path
1.2 +17 -6 openpkg-src/libextractor/libextractor.patch
1.3 +6 -5 openpkg-src/libextractor/libextractor.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libextractor/libextractor.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 libextractor.patch
--- openpkg-src/libextractor/libextractor.patch 14 Aug 2004 09:00:56 -0000
1.1
+++ openpkg-src/libextractor/libextractor.patch 26 Aug 2004 09:08:21 -0000
1.2
@@ -10,14 +10,25 @@
#include <netinet/in.h>
#endif
Index: src/main/Makefile.in
---- src/main/Makefile.in.orig 2004-06-23 10:09:13 +0200
-+++ src/main/Makefile.in 2004-08-14 09:19:29 +0200
-@@ -155,7 +155,7 @@
+--- src/main/Makefile.in.orig 2004-08-25 15:41:51 +0200
++++ src/main/Makefile.in 2004-08-26 10:31:50 +0200
+@@ -74,6 +74,7 @@
getopt1.$(OBJEXT)
extract_OBJECTS = $(am_extract_OBJECTS)
extract_DEPENDENCIES = $(top_builddir)/src/main/libextractor.la
--extract_LDFLAGS =
+extract_LDFLAGS = -static
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/include
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles
+Index: src/plugins/printable/Makefile.in
+--- src/plugins/printable/Makefile.in.orig 2004-08-25 16:16:00 +0200
++++ src/plugins/printable/Makefile.in 2004-08-26 11:00:11 +0200
+@@ -434,7 +434,7 @@
+ done
+ dictionary-builder$(EXEEXT): $(dictionary_builder_OBJECTS)
$(dictionary_builder_DEPENDENCIES)
+ @rm -f dictionary-builder$(EXEEXT)
+- $(LINK) $(dictionary_builder_LDFLAGS) $(dictionary_builder_OBJECTS)
$(dictionary_builder_LDADD) $(LIBS)
++ $(LINK) $(dictionary_builder_LDFLAGS) $(dictionary_builder_OBJECTS)
$(dictionary_builder_LDADD) $(LIBINTL) $(LIBS)
- DEFS = @DEFS@
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/include
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libextractor/libextractor.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 libextractor.spec
--- openpkg-src/libextractor/libextractor.spec 14 Aug 2004 09:42:08 -0000
1.2
+++ openpkg-src/libextractor/libextractor.spec 26 Aug 2004 09:08:21 -0000
1.3
@@ -33,8 +33,8 @@
Class: EVAL
Group: Filesystem
License: GPL
-Version: 0.3.3
-Release: 20040814
+Version: 0.3.4
+Release: 20040826
# list of sources
Source0: http://ovmj.org/libextractor/download/libextractor-%{version}.tar.gz
@@ -43,8 +43,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
-PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, gettext
+PreReq: OpenPKG, openpkg >= 20040130, gettext
AutoReq: no
AutoReqProv: no
@@ -78,7 +78,8 @@
./configure \
--prefix=%{l_prefix} \
--libdir=%{l_prefix}/lib/libextractor \
- --enable-shared
+ --enable-shared \
+ --with-libintl-prefix=%{l_prefix}
%{l_make} %{l_mflags}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]