Accepting request 443906 from home:jengelh:branches:GNOME:Factory

- Rectify RPM groups and replace old macros.

OBS-URL: https://build.opensuse.org/request/show/443906
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-12-05 14:09:49 +00:00 committed by Git OBS Bridge
parent 1e7d8a1f00
commit 79386f479e
2 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 5 14:01:23 UTC 2016 - jengelh@inai.de
- Rectify RPM groups and replace old macros.
-------------------------------------------------------------------
Fri Dec 2 13:49:52 UTC 2016 - dimstar@opensuse.org

View File

@ -40,9 +40,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
pangomm provides a C++ interface to the pango library.
%package -n libpangomm%{so_ver}
Summary: C++ interface for pango
Group: Development/Libraries/C and C++
Group: System/Libraries
%description -n libpangomm%{so_ver}
pangomm provides a C++ interface to the pango library.
@ -57,7 +56,7 @@ pangomm provides a C++ interface to the pango library.
%package doc
Summary: C++ interface for pango -- Developer Documentation
Group: Development/Libraries/C and C++
Group: Documentation/HTML
%description doc
pangomm provides a C++ interface to the pango library.
@ -67,16 +66,13 @@ pangomm provides a C++ interface to the pango library.
%build
%configure --disable-static
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
%makeinstall
%make_install
rm %{buildroot}%{_libdir}/*.la
%fdupes %{buildroot}
%clean
rm -rf %{buildroot}
%post -n libpangomm%{so_ver} -p /sbin/ldconfig
%postun -n libpangomm%{so_ver} -p /sbin/ldconfig