diff --git a/tinyxml.spec b/tinyxml.spec index 8347cbb..8a954f6 100644 --- a/tinyxml.spec +++ b/tinyxml.spec @@ -4,7 +4,7 @@ Name: tinyxml Version: 2.6.2 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A simple, small, C++ XML parser Group: System Environment/Libraries License: zlib @@ -47,7 +47,7 @@ rm -f changes.txt-orig for i in tinyxml.cpp tinystr.cpp tinyxmlerror.cpp tinyxmlparser.cpp; do g++ $RPM_OPT_FLAGS -fPIC -o $i.o -c $i done -g++ $RPM_OPT_FLAGS -shared -o lib%{name}.so.0.%{version} \ +g++ $RPM_LD_FLAGS -shared -o lib%{name}.so.0.%{version} \ -Wl,-soname,lib%{name}.so.0 *.cpp.o @@ -90,6 +90,9 @@ sed -e 's![@]prefix[@]!%{_prefix}!g' \ %changelog +* Fri Feb 23 2018 Florian Weimer - 2.6.2-16 +- Use LDFLAGS from redhat-rpm-config + * Fri Feb 09 2018 Fedora Release Engineering - 2.6.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild