commit xerces-c for openSUSE:Factory
Hello community, here is the log from the commit of package xerces-c for openSUSE:Factory checked in at 2015-02-22 17:21:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xerces-c (Old) and /work/SRC/openSUSE:Factory/.xerces-c.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xerces-c" Changes: -------- --- /work/SRC/openSUSE:Factory/xerces-c/xerces-c.changes 2013-12-13 13:11:50.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xerces-c.new/xerces-c.changes 2015-02-22 17:21:23.000000000 +0100 @@ -1,0 +2,9 @@ +Thu Feb 19 12:39:37 UTC 2015 - mpluskal@suse.com + +- Use url for source +- Add gpg signature +- Use fdupes to remove duplicities in documentation +- Split documentation into separate package +- Use curl as netaccessor, necessary for proxy support + +------------------------------------------------------------------- New: ---- xerces-c-3.1.1.tar.gz.asc xerces-c.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xerces-c.spec ++++++ --- /var/tmp/diff_new_pack.NRa0jB/_old 2015-02-22 17:21:24.000000000 +0100 +++ /var/tmp/diff_new_pack.NRa0jB/_new 2015-02-22 17:21:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xerces-c # -# Copyright (c) 2013 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 @@ -17,17 +17,21 @@ Name: xerces-c -BuildRequires: gcc-c++ -BuildRequires: libicu-devel -BuildRequires: pkgconfig Version: 3.1.1 Release: 0 Summary: A Validating XML Parser License: Apache-2.0 Group: Productivity/Publishing/XML Url: http://xerces.apache.org/xerces-c/ -Source0: xerces-c-%{version}.tar.gz -Source1: baselibs.conf +Source0: http://www.apache.org/dist/xerces/c/3/sources/%{name}-%{version}.tar.gz +Source1: http://www.apache.org/dist/xerces/c/3/sources/%{name}-%{version}.tar.gz.asc +Source2: %{name}.keyring +Source3: baselibs.conf +BuildRequires: fdupes +BuildRequires: gcc-c++ +BuildRequires: libicu-devel +BuildRequires: pkg-config +BuildRequires: pkgconfig(libcurl) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -38,6 +42,20 @@ faithful to the XML 1.0 recommendation and associated standards ( DOM 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces). +%package doc +Summary: Documentation for %{name} +Group: Documentation + +%description doc +Xerces-C is a validating XML parser written in a portable subset of +C++. Xerces-C makes it easy to give your application the ability to +read and write XML data. A shared library is provided for parsing, +generating, manipulating, and validating XML documents. Xerces-C is +faithful to the XML 1.0 recommendation and associated standards ( DOM +1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces). + +This package contains just documentation. + %package -n libxerces-c-3_1 Summary: Shared libraries for Xerces-c - a validating XML parser Group: Productivity/Publishing/XML @@ -52,16 +70,16 @@ faithful to the XML 1.0 recommendation and associated standards ( DOM 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces). -This package contains just the shared libraries. +This package contains shared libraries. %package -n libxerces-c-devel +Summary: A validating XML parser - Development Files +Group: Development/Libraries/C and C++ Requires: libxerces-c-3_1 = %{version} Provides: Xerces-c-devel = %{version} Obsoletes: Xerces-c-devel <= %{version} Provides: libXerces-c-devel = %{version} Obsoletes: libXerces-c-devel <= %{version} -Summary: A validating XML parser - Development Files -Group: Development/Libraries/C and C++ %description -n libxerces-c-devel Xerces-C is a validating XML parser written in a portable subset of @@ -79,12 +97,14 @@ %ifnarch x86_64 --disable-sse2 \ %endif + --enable-netaccessor-curl \ --disable-static make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT install -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +make DESTDIR=%{buildroot} install %{?_smp_mflags} +find %{buildroot} -type f -name "*.la" -delete -print +%fdupes -s doc %post -n libxerces-c-3_1 -p /sbin/ldconfig @@ -92,9 +112,14 @@ %files %defattr(-,root,root) -%doc CREDITS KEYS LICENSE NOTICE README doc/* +%doc CREDITS KEYS LICENSE NOTICE README %{_bindir}/* +%files doc +%defattr(-,root,root) +%doc CREDITS KEYS LICENSE NOTICE README +%doc doc/* + %files -n libxerces-c-3_1 %defattr(-,root,root) %{_libdir}/libxerces-c-3.1.so -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de