forked from pool/homebank
Accepting request 285126 from GNOME:Apps
1 OBS-URL: https://build.opensuse.org/request/show/285126 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/homebank?expand=0&rev=10
This commit is contained in:
parent
e05353eb8d
commit
ca293d7b55
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948
|
|
||||||
size 1899045
|
|
3
homebank-5.0.0.tar.gz
Normal file
3
homebank-5.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28d4342d989997ce63acdf5b92354f6142bb6d87d57fc37dd7610beb73305918
|
||||||
|
size 2553476
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 10 11:36:46 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 5.0.0:
|
||||||
|
+ Migrated to GTK+ 3.0.
|
||||||
|
+ For other changes, please see ChangeLog.
|
||||||
|
- Replace gtk2-devel BuildRequires with pkgconfig(gtk+-3.0),
|
||||||
|
following upstreams port to GTK+ 3.0.
|
||||||
|
- Replace glib2-devel BuildRequires with pkgconfig(glib-2.0),
|
||||||
|
matching what configure looks for.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 18 18:47:37 UTC 2015 - p.drouand@gmail.com
|
Sun Jan 18 18:47:37 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package homebank
|
# spec file for package homebank
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: homebank
|
Name: homebank
|
||||||
Version: 4.6.3
|
Version: 5.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Application to manage personal accounts
|
Summary: Application to manage personal accounts
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -25,13 +25,13 @@ Group: Productivity/Office/Finance
|
|||||||
Url: http://homebank.free.fr/
|
Url: http://homebank.free.fr/
|
||||||
Source: http://homebank.free.fr/public/%{name}-%{version}.tar.gz
|
Source: http://homebank.free.fr/public/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: glib2-devel >= 2.24
|
|
||||||
BuildRequires: gtk2-devel >= 2.20
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libofx-devel
|
BuildRequires: libofx-devel
|
||||||
# We need the %%mime_database_* macros
|
# We need the %%mime_database_* macros
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.34
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.6
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -43,6 +43,7 @@ dynamically with powerful report tools based on filtering and graphical
|
|||||||
charts.
|
charts.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -78,5 +79,6 @@ rm -r %{buildroot}%{_datadir}/mime-info
|
|||||||
%{_datadir}/mime/packages/%{name}.xml
|
%{_datadir}/mime/packages/%{name}.xml
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user