Mailinglist Archive: opensuse-commit (705 mails)
| < Previous | Next > |
commit libxml
- From: root@xxxxxxx (h_root)
- Date: Thu, 20 Jul 2006 18:27:42 +0200 (CEST)
- Message-id: <20060720162742.DCE1794DCA@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libxml
checked in at Thu Jul 20 18:27:42 CEST 2006.
--------
--- libxml/libxml.changes 2006-01-25 21:37:49.000000000 +0100
+++ libxml/libxml.changes 2006-07-20 15:55:00.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 20 15:54:56 CEST 2006 - schwab@xxxxxxx
+
+- Use autoreconf.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libxml.spec ++++++
--- /var/tmp/diff_new_pack.iAX3x2/_old 2006-07-20 18:27:30.000000000 +0200
+++ /var/tmp/diff_new_pack.iAX3x2/_new 2006-07-20 18:27:30.000000000 +0200
@@ -1,11 +1,11 @@
#
# spec file for package libxml (Version 1.8.17)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -17,9 +17,9 @@
License: GPL, LGPL
Group: System/Libraries
Autoreqprov: on
-Summary: A library to manipulate XML files
+Summary: A Library to Manipulate XML Files
Version: 1.8.17
-Release: 376
+Release: 387
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/libxml-%{version}.tar.bz2
Patch: libxml-makefile-am.diff
Patch1: libxml-retval.diff
@@ -30,10 +30,10 @@
XML is said to be the upcoming standard file format of the World Wide
Web.
-Applications use libxml to load and save extensible datastructures and
-the new webformat.
+Applications use libxml to load and save extensible data structures and
+the new Web format.
-New applications should version 2 of libxml (AKA "libxml2").
+New applications should use version 2 of libxml (libxml2).
@@ -70,11 +70,7 @@
%build
%{?suse_update_config:%{suse_update_config -f}}
-libtoolize --force
-autoheader
-aclocal
-automake -a -c
-autoconf
+autoreconf -fi
LIBS="-L/usr/X11R6/%_lib" \
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix \
--sysconfdir=%sysconfdir \
@@ -84,7 +80,6 @@
make XML_LIBDIR="-L/usr/%_lib -L/usr/X11R6/%_lib"
%install
-rm -rf $RPM_BUILD_ROOT
export RPM_BUILD_ROOT
find example -type f | xargs chmod 644
make DESTDIR=$RPM_BUILD_ROOT \
@@ -134,6 +129,8 @@
%{prefixgnome}/%_lib/xmlConf.sh
%changelog -n libxml
+* Thu Jul 20 2006 - schwab@xxxxxxx
+- Use autoreconf.
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Fri Sep 23 2005 - ro@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx
| < Previous | Next > |