Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit Xalan-c
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 07 Aug 2007 01:52:18 +0200
- Message-id: <20070806235218.703AB67817A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package Xalan-c
checked in at Tue Aug 7 01:52:18 CEST 2007.
--------
--- Xalan-c/Xalan-c.changes 2007-08-06 22:15:03.000000000 +0200
+++ /mounts/work_src_done/STABLE/Xalan-c/Xalan-c.changes 2007-08-07 01:50:25.549740000 +0200
@@ -1,0 +2,8 @@
+Tue Aug 7 01:18:39 CEST 2007 - mrueckert@xxxxxxx
+
+- fixed buildrequires (using the old package name. it is still
+ provided)
+- ldconfig should be run for the new library package libXalan-c-110
+- move make test into %check
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Xalan-c.spec ++++++
--- /var/tmp/diff_new_pack.C27780/_old 2007-08-07 01:51:11.000000000 +0200
+++ /var/tmp/diff_new_pack.C27780/_new 2007-08-07 01:51:11.000000000 +0200
@@ -11,7 +11,7 @@
# norootforbuild
Name: Xalan-c
-BuildRequires: gcc-c++ libXerces-c-27 libicu-devel
+BuildRequires: Xerces-c-devel gcc-c++ libicu-devel
%define tarversion 1_10
%define tarname Xalan-C_%{tarversion}-src.tar.bz2
%define microversion 0
@@ -20,7 +20,7 @@
Group: Productivity/Publishing/XML
Autoreqprov: on
Version: 1.10
-Release: 62
+Release: 63
Summary: An XSLT Transformation Engine in C++
URL: http://xml.apache.org/xalan-c/
Source: Xalan-C_%{tarversion}_%{microversion}-src.tar.bz2
@@ -109,6 +109,8 @@
sh ./runConfigure -p linux -c gcc -x g++ -t icu -m inmem -b "$BITSTOBUILD" -P /usr -C --libdir -C /usr/%_lib
make
make samples
+
+%check
make tests
%install
@@ -138,11 +140,9 @@
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
# ---------------------------------------------------------------------------
-%post
-%run_ldconfig
+%post -n libXalan-c-110 -p /sbin/ldconfig
-%postun
-%run_ldconfig
+%postun -n libXalan-c-110 -p /sbin/ldconfig
%files
%defattr(-, root, root)
@@ -159,6 +159,11 @@
%{_libdir}/*.so
%changelog
+* Tue Aug 07 2007 - mrueckert@xxxxxxx
+- fixed buildrequires (using the old package name. it is still
+ provided)
+- ldconfig should be run for the new library package libXalan-c-110
+- move make test into %%check
* Mon Aug 06 2007 - mrueckert@xxxxxxx
- added provides/obsoletes for the package rename
* Mon Aug 06 2007 - zpetrova@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |