SPECS: homebank.spec (NEW) - initial PLD release
patrys
patrys at pld-linux.org
Wed Jul 30 19:59:42 CEST 2008
Author: patrys Date: Wed Jul 30 17:59:42 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
homebank.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/homebank.spec
diff -u /dev/null SPECS/homebank.spec:1.1
--- /dev/null Wed Jul 30 19:59:42 2008
+++ SPECS/homebank.spec Wed Jul 30 19:59:37 2008
@@ -0,0 +1,89 @@
+# $Revision$, $Date$
+Summary: Home Bank - free easy personal accounting for all
+Name: homebank
+Version: 3.8
+Release: 1
+License: GPL v2+
+Group: X11/Applications
+Source0: http://homebank.free.fr/public/%{name}-%{version}.tar.gz
+# Source0-md5: a4abe0d0bd7f5fbd8b92fd596bf7da4f
+Patch0: %{name}-configure.patch
+URL: http://homebank.free.fr
+BuildRequires: atk-devel
+BuildRequires: cairo-devel
+BuildRequires: desktop-file-utils
+BuildRequires: gettext
+BuildRequires: gtk+2-devel
+BuildRequires: libofx-devel
+BuildRequires: perl(XML::Parser)
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): hicolor-icon-theme
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+HomeBank is the free software you have always wanted to manage your
+personal accounts at home. The main concept is to be light, simple and
+very easy to use. It brings you many features that allows you to
+analyze your finances in a detailed way instantly and dynamically with
+powerful report tools based on filtering and graphical charts.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__glib_gettextize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+#install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
+#desktop-file-install \
+# --delete-original \
+# --dir $RPM_BUILD_ROOT%{_desktopdir} \
+# --mode 0644 \
+# $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_desktop_database_post
+%update_mime_database
+%update_icon_cache hicolor
+
+%postun
+%update_desktop_database_postun
+%update_mime_database
+%update_icon_cache hicolor
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog COPYING NEWS README
+%attr(755,root,root) %{_bindir}/%{name}
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/help
+%{_datadir}/%{name}/images
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/%{name}.svg
+%{_iconsdir}/hicolor/*/apps/%{name}.png
+%{_iconsdir}/hicolor/*/apps/%{name}.svg
+%{_datadir}/mime/packages/%{name}.xml
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008/07/30 17:59:37 patrys
+- initial PLD release
+
================================================================
More information about the pld-cvs-commit
mailing list