Accepting request 244062 from GNOME:Apps
1 OBS-URL: https://build.opensuse.org/request/show/244062 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grisbi?expand=0&rev=12
This commit is contained in:
commit
b087c8608a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea01522bc4fa34bc0ba4b94324c15218f3d79d4a5cfcd44f87a2ef8eed101080
|
||||
size 1923855
|
3
grisbi-1.0.0.tar.bz2
Normal file
3
grisbi-1.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a23d26777666814d918702ad9207bac433abd3ac71568d53f7c485670f92c55
|
||||
size 6933736
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 9 12:32:09 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.0.0:
|
||||
+ Chart on budget estimates.
|
||||
+ Bankcard management with estimates.
|
||||
+ Accountancy adapted to associations.
|
||||
+ More contextual menus.
|
||||
+ Adding of goffice's library for the graphs.
|
||||
+ Import of categories files in budgetary lines.
|
||||
+ Change the accounts list order by drag and drop.
|
||||
+ Balance in function of operation date or its value date.
|
||||
+ Display of unused payees.
|
||||
+ Full screen display through F11 function key.
|
||||
+ New operation through <Ctrl><T> keyboard shortcut.
|
||||
+ User manual direct access through Help menu or <Ctrl><H>
|
||||
keyboard shortcut.
|
||||
+ new french user manual.
|
||||
+ fixes many bugs.
|
||||
+ fix many memory leaks.
|
||||
- Add pkgconfig(libgoffice-0.8) and pkgconfig(libofx)
|
||||
BuildRequires: new dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 09:41:42 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
15
grisbi.spec
15
grisbi.spec
@ -2,7 +2,7 @@
|
||||
#
|
||||
# spec file for package grisbi
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
|
||||
Name: grisbi
|
||||
Version: 0.8.9
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Personal Accounting Application
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Office/Finance
|
||||
Url: http://www.grisbi.org
|
||||
Source: http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/0.8.x/%{name}-%{version}.tar.bz2
|
||||
Source: http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/1.0.x/%{name}-%{version}.tar.bz2
|
||||
# Needed for make check
|
||||
#BuildRequires: cunit-devel
|
||||
BuildRequires: fdupes
|
||||
@ -33,6 +33,8 @@ BuildRequires: libofx-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
BuildRequires: pkgconfig(libgoffice-0.8)
|
||||
BuildRequires: pkgconfig(libofx)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -55,7 +57,6 @@ make %{?jobs:-j%{jobs}}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm %{buildroot}%{_libdir}/grisbi/*.la
|
||||
# Those files are deprecated and not needed anymore
|
||||
rm %{buildroot}%{_datadir}/mime-info/grisbi.{keys,mime}
|
||||
%suse_update_desktop_file %{name}
|
||||
@ -78,12 +79,8 @@ rm %{buildroot}%{_datadir}/mime-info/grisbi.{keys,mime}
|
||||
%{_datadir}/doc/grisbi/
|
||||
%{_datadir}/grisbi/
|
||||
%{_datadir}/icons/*/*/apps/grisbi.*
|
||||
%{_datadir}/mime/packages/grisbi.xml
|
||||
%{_datadir}/pixmaps/grisbi/
|
||||
%dir %{_libdir}/grisbi
|
||||
# Explicitly list plugins
|
||||
%{_libdir}/grisbi/gnucash.so
|
||||
%{_libdir}/grisbi/ofx.so
|
||||
%{_libdir}/grisbi/openssl.so
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user