Accepting request 480831 from home:jengelh:branches:GNOME:Factory
- Use %_smp_mflags for parallel build and limit fdupes to not work across common partitions. Replace old-age $RPM_* by %-macros. OBS-URL: https://build.opensuse.org/request/show/480831 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-system-monitor?expand=0&rev=157
This commit is contained in:
parent
f7bf7414a1
commit
da3280624f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 12:34:52 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Use %_smp_mflags for parallel build and limit fdupes to not
|
||||
work across common partitions. Replace old-age $RPM_* by %-macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 18:57:08 UTC 2017 - mgorse@suse.com
|
||||
|
||||
|
@ -61,15 +61,15 @@ translation-update-upstream
|
||||
%build
|
||||
%configure \
|
||||
--enable-systemd
|
||||
%__make %{?jobs:-j%jobs} V=1
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
echo DocPath=gnome-system-monitor >> $RPM_BUILD_ROOT%{_datadir}/applications/gnome-system-monitor.desktop
|
||||
echo DocPath=gnome-system-monitor >> %{buildroot}/%{_datadir}/applications/gnome-system-monitor.desktop
|
||||
%suse_update_desktop_file %{name}
|
||||
%suse_update_desktop_file %{name}-kde
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
|
Loading…
Reference in New Issue
Block a user