Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libpolyclipping for openSUSE:Factory
checked in at 2021-06-16 20:35:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpolyclipping (Old)
and /work/SRC/openSUSE:Factory/.libpolyclipping.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpolyclipping"
Wed Jun 16 20:35:06 2021 rev:2 rq:900333 version:6.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/libpolyclipping/libpolyclipping.changes
2020-09-04 11:11:58.511026608 +0200
+++
/work/SRC/openSUSE:Factory/.libpolyclipping.new.32437/libpolyclipping.changes
2021-06-16 20:36:56.215334786 +0200
@@ -1,0 +2,5 @@
+Tue Jun 8 20:46:45 UTC 2021 - Luigi Baldoni <[email protected]>
+
+- Fix pkgconfig indexing
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libpolyclipping.spec ++++++
--- /var/tmp/diff_new_pack.iRnQIh/_old 2021-06-16 20:36:56.567335387 +0200
+++ /var/tmp/diff_new_pack.iRnQIh/_new 2021-06-16 20:36:56.571335394 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libpolyclipping
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
BuildRequires: cmake
BuildRequires: dos2unix
BuildRequires: gcc-c++
+BuildRequires: pkgconfig
BuildRequires: unzip
%description
@@ -75,6 +76,10 @@
mv "${filename}".conv "${filename}"
done
+# use proper directory for pkgconfig
+sed -i 's|SET.*CMAKE_INSTALL_PKGCONFIGDIR.*|SET(CMAKE_INSTALL_PKGCONFIGDIR
"${CMAKE_INSTALL_LIBDIR}/pkgconfig")|' \
+ cpp/CMakeLists.txt
+
%build
pushd cpp
%cmake
@@ -97,8 +102,8 @@
%files devel
%doc README Documentation
-%{_datadir}/pkgconfig/%{packagename}.pc
%{_includedir}/%{packagename}/
%{_libdir}/lib%{packagename}.so
+%{_libdir}/pkgconfig/%{packagename}.pc
%changelog