From 444abdb548f4f9a9b8ef86935e413379a7bc8cdd746b7f76da91b5d4469e4640 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 9 Sep 2017 10:26:55 +0000 Subject: [PATCH] Accepting request 522746 from home:jengelh:branches:GNOME:Factory - Update package summaries. Avoid running fdupes across hardlink boundaries. OBS-URL: https://build.opensuse.org/request/show/522746 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=58 --- pangomm.changes | 6 ++++++ pangomm.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pangomm.changes b/pangomm.changes index 17e6bdb..26ca96a 100644 --- a/pangomm.changes +++ b/pangomm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 9 08:58:18 UTC 2017 - jengelh@inai.de + +- Update package summaries. + Avoid running fdupes across hardlink boundaries. + ------------------------------------------------------------------- Fri Aug 25 23:59:43 UTC 2017 - zaitor@opensuse.org diff --git a/pangomm.spec b/pangomm.spec index 43055c7..5d42a8b 100644 --- a/pangomm.spec +++ b/pangomm.spec @@ -46,7 +46,7 @@ Group: System/Libraries pangomm provides a C++ interface to the pango library. %package devel -Summary: C++ interface for pango -- Development Files +Summary: Development files for pangomm, a C++ API for Pango Group: Development/Libraries/C and C++ Requires: libpangomm%{so_ver} = %{version} @@ -54,7 +54,7 @@ Requires: libpangomm%{so_ver} = %{version} pangomm provides a C++ interface to the pango library. %package doc -Summary: C++ interface for pango -- Developer Documentation +Summary: Developer documentation for pangomm, a C++ interface for Pango Group: Documentation/HTML %description doc @@ -70,7 +70,7 @@ make %{?_smp_mflags} %install %make_install rm %{buildroot}%{_libdir}/*.la -%fdupes %{buildroot} +%fdupes %{buildroot}/%{_prefix} %post -n libpangomm%{so_ver} -p /sbin/ldconfig