Accepting request 767369 from GNOME:Apps
Scripted push from GNOME:Apps OBS-URL: https://build.opensuse.org/request/show/767369 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grisbi?expand=0&rev=18
This commit is contained in:
commit
2560a4024d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 14 01:14:50 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Add conditionalized post(un) scriptlets to run desktop_database,
|
||||||
|
icon_theme_cache and mime_database for suse_version < 1330.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 12 16:14:26 UTC 2018 - bjorn.lie@gmail.com
|
Tue Jun 12 16:14:26 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
13
grisbi.spec
13
grisbi.spec
@ -25,7 +25,6 @@ License: GPL-2.0-or-later
|
|||||||
Group: Productivity/Office/Finance
|
Group: Productivity/Office/Finance
|
||||||
URL: http://www.grisbi.org
|
URL: http://www.grisbi.org
|
||||||
Source: http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/1.0.x/%{name}-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/1.0.x/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: cunit-devel
|
BuildRequires: cunit-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -67,6 +66,18 @@ rm %{buildroot}%{_datadir}/mime-info/grisbi.{keys,mime}
|
|||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
|
%if 0%{?suse_version} < 1330
|
||||||
|
%post
|
||||||
|
%desktop_database_post
|
||||||
|
%icon_theme_cache_post
|
||||||
|
%mime_database_post
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%desktop_database_postun
|
||||||
|
%icon_theme_cache_postun
|
||||||
|
%mime_database_postun
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS NEWS README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user