forked from pool/grisbi
16e6840f2d
Remove patch not needed by 0.8.9 so we can push update to Factory OBS-URL: https://build.opensuse.org/request/show/99165 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/grisbi?expand=0&rev=15
91 lines
2.6 KiB
RPMSpec
91 lines
2.6 KiB
RPMSpec
# vim: set sw=4 ts=4 et:
|
|
#
|
|
# spec file for package grisbi
|
|
#
|
|
# Copyright (c) 2012 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: grisbi
|
|
Version: 0.8.9
|
|
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
|
|
# Needed for make check
|
|
#BuildRequires: cunit-devel
|
|
BuildRequires: fdupes
|
|
BuildRequires: intltool
|
|
BuildRequires: libofx-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
Recommends: %{name}-lang
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Grisbi is a personal accounting application, aiming at providing the most
|
|
simple and intuitive software for basic use, although it can be very powerful
|
|
if you spend a little time on the setup.
|
|
|
|
One notable feature is that it respects French accounting rules.
|
|
|
|
%lang_package
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure \
|
|
--disable-static
|
|
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}
|
|
%find_lang %{name} %{?no_lang_C}
|
|
%fdupes -s %{buildroot}%{_datadir}
|
|
|
|
# We need cunit for this
|
|
#%%check
|
|
#make check
|
|
|
|
%clean
|
|
%{?buildroot:rm -rf %{buildroot}}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING NEWS README
|
|
%{_bindir}/grisbi
|
|
%doc %{_mandir}/man1/grisbi.1%{?ext_man}
|
|
%{_datadir}/applications/grisbi.desktop
|
|
%{_datadir}/doc/grisbi/
|
|
%{_datadir}/grisbi/
|
|
%{_datadir}/icons/*/*/apps/grisbi.*
|
|
%{_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
|
|
|
|
%changelog
|