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
This commit is contained in:
Dominique Leuenberger 2017-09-09 10:26:55 +00:00 committed by Git OBS Bridge
parent 29559e19ba
commit 444abdb548
2 changed files with 9 additions and 3 deletions

View File

@ -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 Fri Aug 25 23:59:43 UTC 2017 - zaitor@opensuse.org

View File

@ -46,7 +46,7 @@ Group: System/Libraries
pangomm provides a C++ interface to the pango library. pangomm provides a C++ interface to the pango library.
%package devel %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++ Group: Development/Libraries/C and C++
Requires: libpangomm%{so_ver} = %{version} Requires: libpangomm%{so_ver} = %{version}
@ -54,7 +54,7 @@ Requires: libpangomm%{so_ver} = %{version}
pangomm provides a C++ interface to the pango library. pangomm provides a C++ interface to the pango library.
%package doc %package doc
Summary: C++ interface for pango -- Developer Documentation Summary: Developer documentation for pangomm, a C++ interface for Pango
Group: Documentation/HTML Group: Documentation/HTML
%description doc %description doc
@ -70,7 +70,7 @@ make %{?_smp_mflags}
%install %install
%make_install %make_install
rm %{buildroot}%{_libdir}/*.la rm %{buildroot}%{_libdir}/*.la
%fdupes %{buildroot} %fdupes %{buildroot}/%{_prefix}
%post -n libpangomm%{so_ver} -p /sbin/ldconfig %post -n libpangomm%{so_ver} -p /sbin/ldconfig