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

- Rectify RPM groups, replace old macros.

OBS-URL: https://build.opensuse.org/request/show/443636
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glibmm2_4?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-12-03 19:52:02 +00:00 committed by Git OBS Bridge
parent 366da936df
commit c5101e590d
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 3 19:04:51 UTC 2016 - jengelh@inai.de
- Rectify RPM groups, replace old macros.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 2 12:57:56 UTC 2016 - dimstar@opensuse.org Fri Dec 2 12:57:56 UTC 2016 - dimstar@opensuse.org

View File

@ -25,7 +25,7 @@ Version: 2.50.0
Release: 0 Release: 0
Summary: C++ Interface for Glib Summary: C++ Interface for Glib
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Libraries Group: Development/Libraries/C and C++
Url: http://www.gtkmm.org/ Url: http://www.gtkmm.org/
Source0: http://download.gnome.org/sources/glibmm/2.50/%{_name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/glibmm/2.50/%{_name}-%{version}.tar.xz
Source99: baselibs.conf Source99: baselibs.conf
@ -90,16 +90,13 @@ C++ and makes it possible for gtkmm to wrap GObject-based APIs.
%build %build
%configure --disable-static %configure --disable-static
make %{?jobs:-j%jobs} make %{?_smp_mflags}
%install %install
%makeinstall %make_install
rm %{buildroot}%{_libdir}/*.la rm %{buildroot}%{_libdir}/*.la
%fdupes %{buildroot} %fdupes %{buildroot}
%clean
rm -rf %{buildroot}
%post -n libglibmm%{so_ver} -p /sbin/ldconfig %post -n libglibmm%{so_ver} -p /sbin/ldconfig
%postun -n libglibmm%{so_ver} -p /sbin/ldconfig %postun -n libglibmm%{so_ver} -p /sbin/ldconfig