commit xalan-c for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package xalan-c for openSUSE:Factory checked 
in at 2020-09-29 19:04:17

Comparing /work/SRC/openSUSE:Factory/xalan-c (Old)
 and  /work/SRC/openSUSE:Factory/.xalan-c.new.4249 (New)


Package is "xalan-c"

Tue Sep 29 19:04:17 2020 rev:23 rq:838377 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c.changes  2017-05-22 
10:49:03.235633286 +0200
+++ /work/SRC/openSUSE:Factory/.xalan-c.new.4249/xalan-c.changes
2020-09-29 19:04:23.633962299 +0200
@@ -1,0 +2,23 @@
+Mon Sep 28 21:07:19 UTC 2020 - Dirk Mueller 
+
+- update to 1.12:
+  * Xerces-C++ versions 3.0 and newer are supported. Xerces-C++
+  * Version 3.2.3 is the preferred stable release.
+  * Addition of a CMake build for all supported platforms.
+  * Rewrite of StyleBook XML documentation in Markdown, hosted at
+  * https://apache.github.io/xalan-c/.
+  * Removal of MacOS and Windows project files for old IDE versions.
+  * Removal of Autoconf build.
+  * Xalan-C++ now supports Microsoft Visual Studio 2019 and earlier
+  * via the new CMake build, which replaces the old version-specific
+  * project and solution files.
+  * Xalan-C++ now also supports building with C++11, C++14 and C++17.
+  * Cygwin and MinGW are known to be nonfunctional in this release.
+  * Restoring full support will be a goal for 1.13. 
+- drop fix-ftbfs-ld-as-needed.diff,
+ fix-testxslt-segfault.diff 
+ xalan-c-1.11-optflags.patch
+ reproducible.patch
+ xalan-c-parallel-build.patch : obsolete
+
+---

Old:

  fix-ftbfs-ld-as-needed.diff
  fix-testxslt-segfault.diff
  reproducible.patch
  xalan-c-1.11-optflags.patch
  xalan-c-parallel-build.patch
  xalan_c-1.11-src.tar.gz

New:

  xalan_c-1.12.tar.gz



Other differences:
--
++ xalan-c.spec ++
--- /var/tmp/diff_new_pack.XdJbUB/_old  2020-09-29 19:04:24.301963110 +0200
+++ /var/tmp/diff_new_pack.XdJbUB/_new  2020-09-29 19:04:24.305963115 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xalan-c
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,37 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _libname libxalan-c111
+%define _libname libxalan-c112
 Name:   xalan-c
-Version:1.11
+Version:1.12
 Release:0
 Summary:An XSLT Transformation Engine in C++
 License:Apache-2.0
 Group:  Productivity/Publishing/XML
-Url:http://xml.apache.org/xalan-c/
-Source: 
http://www.eu.apache.org/dist/xalan/xalan-c/sources/xalan_c-%{version}-src.tar.gz
-# PATCH-FIX-SUSE: respect suse passed cflags
-Patch1: %{name}-1.11-optflags.patch
-# PATCH-FIX-UPSTREAM: respect ldflags
-Patch2: fix-ftbfs-ld-as-needed.diff
-# PATCH-FIX-UPSTREAM: fix segfault
-Patch3: fix-testxslt-segfault.diff
-# PATCH-FIX-UPSTREAM: fix paralel build
-Patch4: xalan-c-parallel-build.patch
-# PATCH-FIX-UPSTREAM: make build reproducible
-Patch5: reproducible.patch
+URL:https://apache.github.io/xalan-c/
+Source: 
https://downloads.apache.org/xalan/xalan-c/sources/xalan_c-%{version}.tar.gz
 BuildRequires:  Xerces-c-devel
-BuildRequires:  autoconf
-BuildRequires:  automake
+BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
 Provides:   Xalan-C = 1.11
 Obsoletes:  Xalan-C < 1.11
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Xalan is an XSL processor for transforming XML documents into HTML,
@@ -83,43 +70,40 @@
 This package contains files needed for development with Xalanc
 
 %prep
-%setup -q -n %{name}-%{version}/c
-%patch1 -p1
-%patch2 -p1
-%patch3 -p2
-%patch4 -p2
-%patch5 -p1
+%setup -q -n xalan_c-%{version}
 
 %build
-autoreconf -fvi
+%cmake
+%cmake_build
+
+%if 0
 export XALANCROOT="${PWD}"
 export XERCESROOT=%{_includedir}/xercesc/
 export RPM_OPT_FLAGS
 chmod a+x runConfigure
 chmod a+x conf*
 ./runConfigure -p linux -c gcc -x g++ -t default -m inmem -b "%{__isa_bits}" 
-P %{_prefix} -C --libdir="%{_libdir}"
-make %{?_smp_mflags}
+%make_build
+%endif
 
 %install
-export XALANCROOT="${PWD}"
-export XERCESROOT=%{_includedir}/xercesc/
-%make_install
+%cmake_install
 
 %post   -n %{_libname} -p /sbin/ldconfig
 %postun -n %{_libname} -p /sbin/ldconfig
 
 %files

commit xalan-c for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package xalan-c for openSUSE:Factory checked 
in at 2017-05-22 10:48:01

Comparing /work/SRC/openSUSE:Factory/xalan-c (Old)
 and  /work/SRC/openSUSE:Factory/.xalan-c.new (New)


Package is "xalan-c"

Mon May 22 10:48:01 2017 rev:22 rq:496928 version:1.11

Changes:

--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c.changes  2016-05-19 
12:14:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c.changes 2017-05-22 
10:49:03.235633286 +0200
@@ -1,0 +2,6 @@
+Fri May 19 20:12:12 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to have constant link-order
+  and make build fully reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ xalan-c.spec ++
--- /var/tmp/diff_new_pack.r47eeo/_old  2017-05-22 10:49:03.723564514 +0200
+++ /var/tmp/diff_new_pack.r47eeo/_new  2017-05-22 10:49:03.727563950 +0200
@@ -33,6 +33,8 @@
 Patch3: fix-testxslt-segfault.diff
 # PATCH-FIX-UPSTREAM: fix paralel build
 Patch4: xalan-c-parallel-build.patch
+# PATCH-FIX-UPSTREAM: make build reproducible
+Patch5: reproducible.patch
 BuildRequires:  Xerces-c-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -86,6 +88,7 @@
 %patch2 -p1
 %patch3 -p2
 %patch4 -p2
+%patch5 -p1
 
 %build
 autoreconf -fvi

++ reproducible.patch ++
Index: c/src/xalanc/Makefile.in
===
--- c.orig/src/xalanc/Makefile.in
+++ c/src/xalanc/Makefile.in
@@ -95,7 +95,7 @@ $(XSLT_DIR):$(XALANEXTENSIONS_DIR):$(XAL
 $(TESTXPATH_DIR):$(TESTXSLT_DIR) \
 
 ALLSOURCE = \
-   $(wildcard $(XALANDOM_DIR)/*.cpp) \
+   $(sort $(wildcard $(XALANDOM_DIR)/*.cpp) \
$(wildcard $(PLATFORMSUPPORT_DIR)/*.cpp) \
$(wildcard $(DOMSUPPORT_DIR)/*.cpp) \
$(wildcard $(XMLSUPPORT_DIR)/*.cpp) \
@@ -109,6 +109,7 @@ ALLSOURCE = \
$(wildcard $(XALANTRANSFORMER_DIR)/*.cpp) \
$(wildcard $(XALANEXSLT_DIR)/*.cpp) \
$(wildcard $(HARNESS_DIR)/*.cpp) \
+   )
 
 ALL_HEADERS_DIRS = \
DOMSupport \
@@ -135,7 +136,7 @@ include ../../Makefile.incl
 # Using ICUBridge
 ifdef XALAN_USE_ICU
   ALL_VPATH_CPP+=:$(ICUBRIDGE_DIR)
-  ALLSOURCE += $(wildcard $(ICUBRIDGE_DIR)/*.cpp) 
+  ALLSOURCE += $(sort $(wildcard $(ICUBRIDGE_DIR)/*.cpp)) 
   ALL_HEADERS_DIRS += ICUBridge
 
   XSL_INCL += -I${ICUROOT}/include



commit xalan-c for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package xalan-c for openSUSE:Factory checked 
in at 2016-05-19 12:14:51

Comparing /work/SRC/openSUSE:Factory/xalan-c (Old)
 and  /work/SRC/openSUSE:Factory/.xalan-c.new (New)


Package is "xalan-c"

Changes:

--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c.changes  2016-05-14 
12:23:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c.changes 2016-05-19 
12:14:52.0 +0200
@@ -1,0 +2,5 @@
+Tue May 17 08:05:55 UTC 2016 - tchva...@suse.com
+
+- %__isa_bits instead of ifarch conditional
+
+---



Other differences:
--
++ xalan-c.spec ++
--- /var/tmp/diff_new_pack.fbJ4HD/_old  2016-05-19 12:14:53.0 +0200
+++ /var/tmp/diff_new_pack.fbJ4HD/_new  2016-05-19 12:14:53.0 +0200
@@ -94,12 +94,7 @@
 export RPM_OPT_FLAGS
 chmod a+x runConfigure
 chmod a+x conf*
-%ifarch alpha %{power64} s390x sparc64 x86_64 aarch64
-BITSTOBUILD=64
-%else
-BITSTOBUILD=32
-%endif
-./runConfigure -p linux -c gcc -x g++ -t default -m inmem -b "$BITSTOBUILD" -P 
%{_prefix} -C --libdir="%{_libdir}"
+./runConfigure -p linux -c gcc -x g++ -t default -m inmem -b "%{__isa_bits}" 
-P %{_prefix} -C --libdir="%{_libdir}"
 make %{?_smp_mflags}
 
 %install




commit xalan-c for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package xalan-c for openSUSE:Factory checked 
in at 2016-05-14 12:23:48

Comparing /work/SRC/openSUSE:Factory/xalan-c (Old)
 and  /work/SRC/openSUSE:Factory/.xalan-c.new (New)


Package is "xalan-c"

Changes:

--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c.changes  2015-03-12 
16:38:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c.changes 2016-05-14 
12:23:49.0 +0200
@@ -1,0 +2,19 @@
+Fri May 13 11:48:06 UTC 2016 - tchva...@suse.com
+
+- Cleanup a bit with spec-cleaner
+- Disable ICU as no other distro does build with it
+- Add patches to build with paralel make and respect ldflags
+- Remove test/sample binaries instalation, not needed on resulting
+  systems
+- Add condition for aarch64 build
+- Added patches:
+  * fix-ftbfs-ld-as-needed.diff
+  * fix-testxslt-segfault.diff
+  * xalan-c-parallel-build.patch
+- Removed patches, no longer needed:
+  * xalan-c-1.11-fix_build.patch
+  * xalan-c-1.11-fixes.patch
+  * xalan-c-1.11-gcc4.patch
+  * xalan-c-1.11-lib64.patch
+
+---
@@ -13 +31,0 @@
-

Old:

  xalan-c-1.11-fix_build.patch
  xalan-c-1.11-fixes.patch
  xalan-c-1.11-gcc4.patch
  xalan-c-1.11-lib64.patch

New:

  fix-ftbfs-ld-as-needed.diff
  fix-testxslt-segfault.diff
  xalan-c-parallel-build.patch



Other differences:
--
++ xalan-c.spec ++
--- /var/tmp/diff_new_pack.WFL5b8/_old  2016-05-14 12:23:50.0 +0200
+++ /var/tmp/diff_new_pack.WFL5b8/_new  2016-05-14 12:23:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xalan-c
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,26 +16,31 @@
 #
 
 
+%define _libname libxalan-c111
 Name:   xalan-c
-BuildRequires:  Xerces-c-devel
-BuildRequires:  gcc-c++
-BuildRequires:  libicu-devel
 Version:1.11
 Release:0
-%define tarver  %{version}
 Summary:An XSLT Transformation Engine in C++
 License:Apache-2.0
 Group:  Productivity/Publishing/XML
 Url:http://xml.apache.org/xalan-c/
-Source: 
http://www.eu.apache.org/dist/xalan/xalan-c/sources/xalan_c-%{tarver}-src.tar.gz
-Patch1: %{name}-%{version}-lib64.patch
-Patch2: %{name}-%{version}-fixes.patch
-Patch3: %{name}-%{version}-optflags.patch
-Patch4: %{name}-%{version}-gcc4.patch
-Patch5: %{name}-%{version}-fix_build.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: 
http://www.eu.apache.org/dist/xalan/xalan-c/sources/xalan_c-%{version}-src.tar.gz
+# PATCH-FIX-SUSE: respect suse passed cflags
+Patch1: %{name}-1.11-optflags.patch
+# PATCH-FIX-UPSTREAM: respect ldflags
+Patch2: fix-ftbfs-ld-as-needed.diff
+# PATCH-FIX-UPSTREAM: fix segfault
+Patch3: fix-testxslt-segfault.diff
+# PATCH-FIX-UPSTREAM: fix paralel build
+Patch4: xalan-c-parallel-build.patch
+BuildRequires:  Xerces-c-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
 Provides:   Xalan-C = 1.11
-Obsoletes:  Xalan-C <= 1.11
+Obsoletes:  Xalan-C < 1.11
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Xalan is an XSL processor for transforming XML documents into HTML,
@@ -44,14 +49,13 @@
 Recommendations for XSL Transformations (XSLT) and the XML Path
 Language (XPath).
 
-%package -n libxalan-c111
-# Requires:   Xalan-c = %{version}
+%package -n %{_libname}
 Summary:An XSLT Transformation Engine in C++
 Group:  System/Libraries
 Provides:   libXalan-c111 = 1.11
-Obsoletes:  libXalan-c111 <= 1.11
+Obsoletes:  libXalan-c111 < 1.11
 
-%description -n libxalan-c111
+%description -n %{_libname}
 Xalan is an XSL processor for transforming XML documents into HTML,
 text, or other XML document types. Xalan-C++ represents an almost
 complete and robust C++ reference implementation of the W3C
@@ -59,13 +63,13 @@
 Language (XPath).
 
 %package -n libxalan-c-devel
-Requires:   libxalan-c111 = %{version}
-Provides:   Xalan-c-devel = 1.9
-Obsoletes:  Xalan-c-devel <= 1.9
-Provides:   libXalan-c-devel = 1.11
-Obsoletes:  libXalan-c-devel <= 1.11
 Summary:An XSLT Transformation Engine in C++ - Development Files
 Group:  Development/Libraries/C and C++
+Requires:   %{_libname} = %{version}
+Provides:   Xalan-c-devel = %{version}
+Obsoletes:  Xalan-c-devel < %{version}
+Provides:   

commit xalan-c for openSUSE:Factory

2015-03-12 Thread h_root
Hello community,

here is the log from the commit of package xalan-c for openSUSE:Factory checked 
in at 2015-03-12 16:38:45

Comparing /work/SRC/openSUSE:Factory/xalan-c (Old)
 and  /work/SRC/openSUSE:Factory/.xalan-c.new (New)


Package is xalan-c

Changes:

--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c.changes  2011-12-25 
17:42:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c.changes 2015-03-12 
16:38:46.0 +0100
@@ -1,0 +2,14 @@
+Tue Mar 10 17:48:04 UTC 2015 - matwey.korni...@gmail.com
+
+- Update to 1.11
+- Drop xalan-c-1.10.0-gcc46.patch: upstreamed
+- Frop xalan-c-svn-20090415.patch: upstreamed
+- Refresh and rename the following patches
+* xalan-c-1.10.0-lib64.patch - xalan-c-1.11-lib64.patch
+* xalan-c-1.10.0-fix_build.patch - xalan-c-1.11-fix_build.patch
+* xalan-c-1.10.0-optflags.patch - xalan-c-1.11-optflags.patch
+* xalan-c-1.10.0-fixes.patch - xalan-c-1.11-fixes.patch
+* xalan-c-1.10.0-gcc4.patch - xalan-c-1.11-gcc4.patch
+
+
+---

Old:

  Xalan-C_1_10_0-src.tar.bz2
  xalan-c-1.10.0-fix_build.patch
  xalan-c-1.10.0-fixes.patch
  xalan-c-1.10.0-gcc4.patch
  xalan-c-1.10.0-gcc46.patch
  xalan-c-1.10.0-lib64.patch
  xalan-c-1.10.0-optflags.patch
  xalan-c-svn-20090415.patch

New:

  xalan-c-1.11-fix_build.patch
  xalan-c-1.11-fixes.patch
  xalan-c-1.11-gcc4.patch
  xalan-c-1.11-lib64.patch
  xalan-c-1.11-optflags.patch
  xalan_c-1.11-src.tar.gz



Other differences:
--
++ xalan-c.spec ++
--- /var/tmp/diff_new_pack.J1QKZr/_old  2015-03-12 16:38:48.0 +0100
+++ /var/tmp/diff_new_pack.J1QKZr/_new  2015-03-12 16:38:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xalan-c
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,30 +16,26 @@
 #
 
 
-
 Name:   xalan-c
 BuildRequires:  Xerces-c-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
-Version:1.10.0
+Version:1.11
 Release:0
-%define tarver  1_10_0
+%define tarver  %{version}
 Summary:An XSLT Transformation Engine in C++
 License:Apache-2.0
 Group:  Productivity/Publishing/XML
-URL:http://xml.apache.org/xalan-c/
-Source: Xalan-C_%{tarver}-src.tar.bz2
-Patch:  xalan-c-svn-20090415.patch
+Url:http://xml.apache.org/xalan-c/
+Source: 
http://www.eu.apache.org/dist/xalan/xalan-c/sources/xalan_c-%{tarver}-src.tar.gz
 Patch1: %{name}-%{version}-lib64.patch
 Patch2: %{name}-%{version}-fixes.patch
 Patch3: %{name}-%{version}-optflags.patch
 Patch4: %{name}-%{version}-gcc4.patch
 Patch5: %{name}-%{version}-fix_build.patch
-# PATCH-FIX-UPSTREAM xalan-c-1.10.0-gcc46.patch idoen...@suse.de -- Fix 
compilation with gcc 4.6, upstream bug XALANC-703
-Patch6: xalan-c-1.10.0-gcc46.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Provides:   Xalan-C = 1.10.0
-Obsoletes:  Xalan-C = 1.10.0
+Provides:   Xalan-C = 1.11
+Obsoletes:  Xalan-C = 1.11
 
 %description
 Xalan is an XSL processor for transforming XML documents into HTML,
@@ -48,14 +44,14 @@
 Recommendations for XSL Transformations (XSLT) and the XML Path
 Language (XPath).
 
-%package -n libxalan-c110
+%package -n libxalan-c111
 # Requires:   Xalan-c = %{version}
 Summary:An XSLT Transformation Engine in C++
 Group:  System/Libraries
-Provides:   libXalan-c110 = 1.10.0
-Obsoletes:  libXalan-c110 = 1.10.0
+Provides:   libXalan-c111 = 1.11
+Obsoletes:  libXalan-c111 = 1.11
 
-%description -n libxalan-c110
+%description -n libxalan-c111
 Xalan is an XSL processor for transforming XML documents into HTML,
 text, or other XML document types. Xalan-C++ represents an almost
 complete and robust C++ reference implementation of the W3C
@@ -63,11 +59,11 @@
 Language (XPath).
 
 %package -n libxalan-c-devel
-Requires:   libxalan-c110 = %{version}
+Requires:   libxalan-c111 = %{version}
 Provides:   Xalan-c-devel = 1.9
 Obsoletes:  Xalan-c-devel = 1.9
-Provides:   libXalan-c-devel = 1.10.0
-Obsoletes:  libXalan-c-devel = 1.10.0
+Provides:   libXalan-c-devel = 1.11
+Obsoletes:  libXalan-c-devel = 1.11
 Summary:An XSLT Transformation Engine in C++ - Development Files
 Group:  Development/Libraries/C and C++
 
@@ -81,14 +77,12 @@
 This package contains files needed for development with Xalanc
 
 %prep
-%setup -q -n xml-xalan

commit xalan-c for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package xalan-c for openSUSE:Factory checked 
in at 2011-12-25 17:42:46

Comparing /work/SRC/openSUSE:Factory/xalan-c (Old)
 and  /work/SRC/openSUSE:Factory/.xalan-c.new (New)


Package is xalan-c, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xalan-c/xalan-c.changes  2011-09-23 
12:50:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.xalan-c.new/xalan-c.changes 2011-12-25 
17:42:50.0 +0100
@@ -1,0 +2,11 @@
+Thu Dec 22 00:35:51 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use System/Libraries for shlibs
+
+---
+Wed Dec 21 10:31:53 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ xalan-c.spec ++
--- /var/tmp/diff_new_pack.abcMPq/_old  2011-12-25 17:42:51.0 +0100
+++ /var/tmp/diff_new_pack.abcMPq/_new  2011-12-25 17:42:51.0 +0100
@@ -15,19 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   xalan-c
-BuildRequires:  Xerces-c-devel gcc-c++ libicu-devel
-License:Apache-2.0
-Group:  Productivity/Publishing/XML
-AutoReqProv:on
+BuildRequires:  Xerces-c-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libicu-devel
 Version:1.10.0
-Release:14
+Release:0
 %define tarver  1_10_0
 Summary:An XSLT Transformation Engine in C++
-Url:http://xml.apache.org/xalan-c/
+License:Apache-2.0
+Group:  Productivity/Publishing/XML
+URL:http://xml.apache.org/xalan-c/
 Source: Xalan-C_%{tarver}-src.tar.bz2
 Patch:  xalan-c-svn-20090415.patch
 Patch1: %{name}-%{version}-lib64.patch
@@ -48,17 +48,10 @@
 Recommendations for XSL Transformations (XSLT) and the XML Path
 Language (XPath).
 
-
-
-Authors:
-
-Apache Project xalan-...@xml.apache.org
-
 %package -n libxalan-c110
-License:Apache-2.0
 # Requires:   Xalan-c = %{version}
-Group:  Development/Libraries/C and C++
 Summary:An XSLT Transformation Engine in C++
+Group:  System/Libraries
 Provides:   libXalan-c110 = 1.10.0
 Obsoletes:  libXalan-c110 = 1.10.0
 
@@ -69,21 +62,14 @@
 Recommendations for XSL Transformations (XSLT) and the XML Path
 Language (XPath).
 
-
-
-Authors:
-
-Apache Project xalan-...@xml.apache.org
-
 %package -n libxalan-c-devel
-License:Apache-2.0
 Requires:   libxalan-c110 = %{version}
 Provides:   Xalan-c-devel = 1.9
 Obsoletes:  Xalan-c-devel = 1.9
 Provides:   libXalan-c-devel = 1.10.0
 Obsoletes:  libXalan-c-devel = 1.10.0
-Group:  Development/Libraries/C and C++
 Summary:An XSLT Transformation Engine in C++ - Development Files
+Group:  Development/Libraries/C and C++
 
 %description -n libxalan-c-devel
 Xalan is an XSL processor for transforming XML documents into HTML,
@@ -94,12 +80,6 @@
 
 This package contains files needed for development with Xalanc
 
-
-
-Authors:
-
-Apache Project xalan-...@xml.apache.org
-
 %prep
 %setup -q -n xml-xalan
 %patch -p1
@@ -115,7 +95,6 @@
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
 export SUSE_ASNEEDED=0
 DIRS=$(find -type d)
-%{?suse_update_config:%{suse_update_config -f $DIRS}}
 [ -f configure.in ]  autoreconf -f -i  # libtoolize --copy --force
 export XERCESCROOT=%{_prefix}
 export XALANCROOT=$RPM_BUILD_DIR/xml-xalan/c
@@ -153,9 +132,6 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/libicu*
 popd
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post   -n libxalan-c110 -p /sbin/ldconfig
 
 %postun -n libxalan-c110 -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xalan-c for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xalan-c for openSUSE:Factory checked 
in at 2011-12-06 19:13:35

Comparing /work/SRC/openSUSE:Factory/xalan-c (Old)
 and  /work/SRC/openSUSE:Factory/.xalan-c.new (New)


Package is xalan-c, Maintainer is prus...@suse.com

Changes:




Other differences:
--
++ xalan-c.spec ++
--- /var/tmp/diff_new_pack.TkK9Qw/_old  2011-12-06 19:53:26.0 +0100
+++ /var/tmp/diff_new_pack.TkK9Qw/_new  2011-12-06 19:53:26.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   xalan-c
 BuildRequires:  Xerces-c-devel gcc-c++ libicu-devel
-License:Apache Software License ..
+License:Apache-2.0
 Group:  Productivity/Publishing/XML
 AutoReqProv:on
 Version:1.10.0
@@ -55,7 +55,7 @@
 Apache Project xalan-...@xml.apache.org
 
 %package -n libxalan-c110
-License:Apache Software License ..
+License:Apache-2.0
 # Requires:   Xalan-c = %{version}
 Group:  Development/Libraries/C and C++
 Summary:An XSLT Transformation Engine in C++
@@ -76,7 +76,7 @@
 Apache Project xalan-...@xml.apache.org
 
 %package -n libxalan-c-devel
-License:Apache Software License ..
+License:Apache-2.0
 Requires:   libxalan-c110 = %{version}
 Provides:   Xalan-c-devel = 1.9
 Obsoletes:  Xalan-c-devel = 1.9

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org