]> git.pld-linux.org Git - packages/pugixml.git/commitdiff
- ensure cmake shared target files are packaged; release 2 auto/th/pugixml-1.11.4-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Jan 2021 14:49:06 +0000 (15:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Jan 2021 14:49:06 +0000 (15:49 +0100)
pugixml.spec

index 4c0ec5fe98c0e13eec82178be92a91da6955b127..85ec2ce2d2bb13b9efe34624100169df16980faa 100644 (file)
@@ -6,7 +6,7 @@ Summary:        C++ XML processing library
 Summary(pl.UTF-8):     Biblioteka C++ do przetwarzania XML-a
 Name:          pugixml
 Version:       1.11.4
-Release:       1
+Release:       2
 License:       MIT
 Group:         Libraries
 #Source0Download: http://pugixml.org/
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with static_libs}
 %{__make} -C build-static install \
        DESTDIR=$RPM_BUILD_ROOT
+
+# force packaging cmake configs for shared target
+%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/cmake/pugixml
 %endif
 
 %{__make} -C build install \
This page took 0.223766 seconds and 4 git commands to generate.