Accepting request 211107 from home:Zaitor:branches:GNOME:Apps
Exchange buildrequires and tweak spec to fix build in factory. OBS-URL: https://build.opensuse.org/request/show/211107 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=97
This commit is contained in:
parent
9164d70605
commit
ed40c678e5
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 16 19:03:01 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Exchange scrollkeeper BuildRequires for
|
||||||
|
rarian-scrollkeeper-compat. Scrollkeeper was dropped from
|
||||||
|
distribution.
|
||||||
|
- Stop rm -r %{buildroot}%{_localstatedir}/scrollkeeper, after the
|
||||||
|
switch to rarian-scrollkeper-compat it does not exist any more.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 2 18:49:07 UTC 2013 - dimstar@opensuse.org
|
Mon Dec 2 18:49:07 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ BuildRequires: intltool
|
|||||||
BuildRequires: libgsf-devel
|
BuildRequires: libgsf-devel
|
||||||
BuildRequires: psiconv-devel
|
BuildRequires: psiconv-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: scrollkeeper
|
BuildRequires: rarian-scrollkeeper-compat
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.28.0
|
||||||
@ -121,8 +121,6 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
# FIXME: Build as root modifies system!
|
# FIXME: Build as root modifies system!
|
||||||
# gnumeric-1.6.3: --disable-scrollkeeper does not work properly.
|
|
||||||
rm -r %{buildroot}%{_localstatedir}/scrollkeeper
|
|
||||||
%suse_update_desktop_file -r %{name} Office Spreadsheet GNOME GTK
|
%suse_update_desktop_file -r %{name} Office Spreadsheet GNOME GTK
|
||||||
%find_lang %{name}-%{version} %{?no_lang_C} %{name}.lang
|
%find_lang %{name}-%{version} %{?no_lang_C} %{name}.lang
|
||||||
%find_lang gnumeric-%{version}-functions %{?no_lang_C} %{name}.lang
|
%find_lang gnumeric-%{version}-functions %{?no_lang_C} %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user