forked from pool/tinyxml2
Accepting request 560107 from home:posophe:branches:devel:libraries:c_c++
- Update to version 6.0.0 + No changelog available Please review OBS-URL: https://build.opensuse.org/request/show/560107 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyxml2?expand=0&rev=7
This commit is contained in:
parent
96acb61335
commit
380952b3bb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:128aa1553e88403833e0cccf1b651f45ce87bc207871f53fdcc8e7f9ec795747
|
|
||||||
size 339620
|
|
3
tinyxml2-6.0.0.tar.gz
Normal file
3
tinyxml2-6.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9444ba6322267110b4aca61cbe37d5dcab040344b5c97d0b36c119aa61319b0f
|
||||||
|
size 576612
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 25 21:08:55 UTC 2017 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 6.0.0
|
||||||
|
+ No changelog available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 12 07:50:05 UTC 2016 - mpluskal@suse.com
|
Tue Jul 12 07:50:05 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tinyxml2
|
# spec file for package tinyxml2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define so_version 3
|
%define so_version 6
|
||||||
%define lib_package lib%{name}-%{so_version}
|
%define lib_package lib%{name}-%{so_version}
|
||||||
Name: tinyxml2
|
Name: tinyxml2
|
||||||
Version: 3.0.0
|
Version: 6.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple, small, C++ XML parser
|
Summary: A simple, small, C++ XML parser
|
||||||
License: Zlib
|
License: Zlib
|
||||||
@ -29,7 +29,6 @@ Source: https://github.com/leethomason/tinyxml2/archive/%{version}.tar.g
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
TinyXML is a simple, small, C++ XML parser that can be easily integrating
|
TinyXML is a simple, small, C++ XML parser that can be easily integrating
|
||||||
@ -70,6 +69,11 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
# /usr/lib/cmake is not owned by cmake; avoid any further conflicts
|
||||||
|
if [ ! -d "%{buildroot}/%{_libdir}/cmake/%{name}" ]; then
|
||||||
|
mkdir -p %{buildroot}/%{_libdir}/cmake/%{name}
|
||||||
|
mv %{buildroot}%{_libexecdir}/cmake/tinyxml2 %{buildroot}/%{_libdir}/cmake/%{name}
|
||||||
|
fi
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} test
|
make %{?_smp_mflags} test
|
||||||
@ -87,5 +91,6 @@ make %{?_smp_mflags} test
|
|||||||
%{_includedir}/tinyxml2.h
|
%{_includedir}/tinyxml2.h
|
||||||
%{_libdir}/libtinyxml2.so
|
%{_libdir}/libtinyxml2.so
|
||||||
%{_libdir}/pkgconfig/tinyxml2.pc
|
%{_libdir}/pkgconfig/tinyxml2.pc
|
||||||
|
%{_libdir}/cmake/tinyxml2
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user