]> git.pld-linux.org Git - packages/gnucash.git/blobdiff - gnucash.spec
- update Categories, rel. 2
[packages/gnucash.git] / gnucash.spec
index 3249dae59ec0b493254fbadce4cb546603241d67..c84d453a60c584406d9aa1587db7fe809a326f25 100644 (file)
@@ -1,5 +1,5 @@
 # TODO:
-# - make separate subpackages with ofx, ohbci, sql (like in included spec)
+# - make separate subpackages with ofx, hbci, sql (like in included spec)
 %include       /usr/lib/rpm/macros.perl
 Summary:       GnuCash is an application to keep track of your finances
 Summary(ja):   GnuCash - ²È·×Êí¥½¥Õ¥È
@@ -7,18 +7,20 @@ Summary(pl):  GnuCash - aplikacja do zarz
 Summary(pt_BR):        O GnuCash é uma aplicação para acompanhamento de suas finanças
 Summary(zh_CN):        GnuCash - ÄúµÄ¸öÈ˲ÆÎñ¹ÜÀíÈí¼þ
 Name:          gnucash
-Version:       1.8.11
-Release:       0.4
+Version:       1.8.12
+Release:       2
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://www.gnucash.org/pub/gnucash/sources/stable/%{name}-%{version}.tar.gz
-# Source0-md5: 62f94331936e37ed1b1d28b5a1863bb3
+# Source0-md5: 81e7c703db56bb203e106664157779cc
 Source1:       %{name}-icon.png
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-types.patch
+Patch2:                %{name}-ghttp-ssl.patch
 URL:           http://www.gnucash.org/
 BuildRequires: GConf-devel
 BuildRequires: Guppi-devel >= 0.35.5
+BuildRequires: aqbanking-devel >= 1.0.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bonobo-devel
@@ -33,13 +35,13 @@ BuildRequires:      gnome-print-devel >= 0.21
 BuildRequires: gtk+-devel
 BuildRequires: gtkhtml1-devel >= 1.1
 BuildRequires: guile-devel >= 1.3.4
-BuildRequires: libghttp-devel >= 1.0.9-10
+BuildRequires: ktoblzcheck-devel
+BuildRequires: libghttp-devel >= 1:1.0.9-10
 BuildRequires: libglade-gnome-devel
 BuildRequires: libltdl-devel
 BuildRequires: libofx-devel >= 0.7.0
 BuildRequires: libtool
 BuildRequires: libxml-devel
-BuildRequires: openhbci-devel
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
 BuildRequires: postgresql-devel
@@ -49,7 +51,7 @@ BuildRequires:        texinfo
 Requires(post,preun):  /sbin/ldconfig
 Requires:      gnome-print >= 0.21
 Requires:      guile >= 1.3.4
-Requires:      libghttp >= 1.0.9-10
+Requires:      libghttp >= 1:1.0.9-10
 Requires:      perl
 Requires:      slib >= 2c4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -97,6 +99,7 @@ Pliki nag
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # force regeneration after patching types in table.m4
 rm -f src/backend/postgres/base-autogen.c
@@ -108,7 +111,7 @@ mv -f acinclude.tmp acinclude.m4
 sed -i -e 's/Terminal=0/Terminal=false/' src/gnome/gnucash.desktop.in
 cat >> src/gnome/gnucash.desktop.in <<EOF
 Encoding=UTF-8
-Categories=Science;Math;
+Categories=Education;Science;Math;
 EOF
 
 %build
@@ -121,6 +124,8 @@ EOF
 
 %configure \
        --disable-prefer-db1 \
+       --enable-hbci \
+       --enable-ofx \
        --enable-sql
 
 %{__make}
@@ -180,7 +185,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/%{name}/overrides/*
 %{_sysconfdir}/gnucash
 %dir %{_datadir}/gnucash
-%{_datadir}/gnucash/[!a]*
+%{_datadir}/gnucash/[!af]*
 %dir %{_datadir}/gnucash/accounts
 %{_datadir}/gnucash/accounts/C
 %lang(da) %{_datadir}/gnucash/accounts/da
@@ -195,6 +200,7 @@ rm -rf $RPM_BUILD_ROOT
 %lang(pt_PT) %{_datadir}/gnucash/accounts/pt_PT
 %lang(sk) %{_datadir}/gnucash/accounts/sk
 %lang(tr_TR) %{_datadir}/gnucash/accounts/tr_TR
+%attr(755,root,root) %{_datadir}/gnucash/f*
 %{_datadir}/mime-info/*
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/%{name}
This page took 0.03536 seconds and 4 git commands to generate.