d56e9f3
%define schemas /etc/gconf/schemas/apps_gnucash_dialog_business_common.schemas /etc/gconf/schemas/apps_gnucash_dialog_commodities.schemas /etc/gconf/schemas/apps_gnucash_dialog_common.schemas /etc/gconf/schemas/apps_gnucash_dialog_hbci.schemas /etc/gconf/schemas/apps_gnucash_dialog_prices.schemas /etc/gconf/schemas/apps_gnucash_dialog_print_checks.schemas /etc/gconf/schemas/apps_gnucash_dialog_reconcile.schemas /etc/gconf/schemas/apps_gnucash_dialog_scheduled_transctions.schemas /etc/gconf/schemas/apps_gnucash_dialog_totd.schemas /etc/gconf/schemas/apps_gnucash_general.schemas /etc/gconf/schemas/apps_gnucash_history.schemas /etc/gconf/schemas/apps_gnucash_import_generic_matcher.schemas /etc/gconf/schemas/apps_gnucash_warnings.schemas /etc/gconf/schemas/apps_gnucash_window_pages_account_tree.schemas /etc/gconf/schemas/apps_gnucash_window_pages_register.schemas
d56e9f3
cvsdist fa7a79d
Name: gnucash
38fb458
Summary: GnuCash is an application to keep track of your finances
07dafce
Version: 2.2.3
38fb458
URL: http://gnucash.org/
fbeee6b
Release: 1%{?dist}
0299aa1
License: GPLv2+
cvsdist fa7a79d
Group: Applications/Productivity
5059128
Source: http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-%{version}.tar.bz2
b9aebf5
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
5442665
BuildRequires: gtkhtml3-devel
5442665
BuildRequires: libgsf-devel >= 1.12.2, goffice04-devel, swig
bb4da7a
BuildRequires: libglade2-devel >= 2.3.6, libgnomeprint22-devel >= 2.8.0
5442665
BuildRequires: libofx-devel, aqbanking-devel, guile-devel
5442665
BuildRequires: desktop-file-utils, texinfo
7a69aeb
BuildRequires: gettext, slib >= 3a1-5, libtool, intltool
af7c5d1
Patch: gnucash-quiet.patch
5442665
Requires: gnucash-docs >= 2.2.0
3ca5387
Requires: slib >= 3a1-5
a2cad95
Requires: perl(Finance::Quote)
a2cad95
# for HBCI setup wizard
a2cad95
Requires: qbanking
d56e9f3
Requires(pre): GConf2
3ca5387
Requires(post): /sbin/ldconfig, GConf2
3ca5387
Requires(preun): GConf2
3ca5387
Requires(postun): /sbin/ldconfig
983fba9
Obsoletes: gnucash-backend-postgres
cvsdist fa7a79d
cvsdist fa7a79d
%description
cvsdist fa7a79d
GnuCash is a personal finance manager. A check-book like register GUI
cvsdist fa7a79d
allows you to enter and track bank accounts, stocks, income and even
cvsdist fa7a79d
currency trades. The interface is designed to be simple and easy to
cvsdist fa7a79d
use, but is backed with double-entry accounting principles to ensure
cvsdist fa7a79d
balanced books.
cvsdist fa7a79d
cvsdist fa7a79d
%prep
3ca5387
%setup -q
af7c5d1
%patch -p1
af7c5d1
find src/quotes -name "*.in" -exec sed -i "s|use lib '@-PERLINCL-@';||g" {} \;
cvsdist fa7a79d
cvsdist fa7a79d
%build
a2cad95
chmod 644 src/import-export/import-commodity-matcher.c
a2cad95
0022dff
%configure --disable-sql --enable-error-on-warning=no \
cvsdist fa7a79d
	--enable-ofx \
bb4da7a
	--enable-hbci \
a2cad95
	--disable-static
a2cad95
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
a2cad95
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
ab1ed0e
sed -i 's|^link_all_deplibs=no|link_all_deplibs=unknown|g' libtool
a2cad95
make
cvsdist fa7a79d
cvsdist fa7a79d
%install
cvsdist e6b73bb
rm -rf $RPM_BUILD_ROOT
cvsdist e6b73bb
a2cad95
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist fa7a79d
cvsdist fa7a79d
%find_lang %{name}
cvsdist fa7a79d
cvsdist fa7a79d
# vfolder desktop file install stuff
cvsdist fa7a79d
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications/
cvsdist fa7a79d
desktop-file-install --vendor gnome --delete-original \
38fb458
	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
d56e9f3
	--remove-category Application \
38fb458
	--add-category Office \
38fb458
	$RPM_BUILD_ROOT%{_datadir}/applications/gnucash.desktop
cvsdist fa7a79d
echo "StartupWMClass=GnuCash" >> $RPM_BUILD_ROOT%{_datadir}/applications/gnome-gnucash.desktop
cvsdist fa7a79d
af7c5d1
mv $RPM_BUILD_ROOT/%{_libdir}/lib* $RPM_BUILD_ROOT/%{_libdir}/gnucash
af7c5d1
b3749a8
rm -rf $RPM_BUILD_ROOT/%{_infodir} \
38fb458
	$RPM_BUILD_ROOT/%{_includedir} \
38fb458
	$RPM_BUILD_ROOT/%{_datadir}/aclocal \
38fb458
	$RPM_BUILD_ROOT/%{_libdir}/lib*.a \
38fb458
	$RPM_BUILD_ROOT/%{_libdir}/gnucash/lib*.a \
38fb458
	$RPM_BUILD_ROOT/%{_datadir}/gnome/apps \
38fb458
	$RPM_BUILD_ROOT/%{_libdir}/pkgconfig \
38fb458
	$RPM_BUILD_ROOT/%{_bindir}/gnucash-config
38fb458
af7c5d1
find $RPM_BUILD_ROOT/%{_libdir} -name *.la -exec rm -f {} \;
38fb458
cvsdist fa7a79d
%clean
cvsdist fa7a79d
rm -rf $RPM_BUILD_ROOT
cvsdist fa7a79d
d56e9f3
%pre
d56e9f3
if [ "$1" -gt 1 ]; then
d56e9f3
	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
d56e9f3
	gconftool-2 --makefile-uninstall-rule %{schemas} >/dev/null || :
d56e9f3
fi
d56e9f3
cvsdist fa7a79d
%post
bb4da7a
export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
d56e9f3
gconftool-2 --makefile-install-rule %{schemas} >/dev/null || :
07dafce
touch --no-create %{_datadir}/icons/hicolor || :
07dafce
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
07dafce
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
07dafce
fi
bb4da7a
d56e9f3
%preun
d56e9f3
if [ "$1" -eq 0 ]; then
d56e9f3
	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
d56e9f3
	gconftool-2 --makefile-uninstall-rule %{schemas} >/dev/null || :
d56e9f3
fi
d56e9f3
07dafce
%postun
07dafce
touch --no-create %{_datadir}/icons/hicolor || :
07dafce
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
07dafce
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
07dafce
fi
07dafce
cvsdist fa7a79d
cvsdist fa7a79d
%files -f %{name}.lang
a2cad95
%defattr(-,root,root)
bb4da7a
%{_sysconfdir}/gconf/schemas/*
05288c1
%dir %{_sysconfdir}/gnucash
cvsdist fa7a79d
%{_bindir}/*
cvsdist fa7a79d
%{_libexecdir}/gnucash
cvsdist fa7a79d
%{_libdir}/*
cvsdist fa7a79d
%exclude /usr/lib/debug
bb4da7a
%{_datadir}/xml/*
cvsdist fa7a79d
%{_datadir}/gnucash
cvsdist fa7a79d
%{_datadir}/applications/*
07dafce
%{_datadir}/icons/hicolor/*/apps/*
cvsdist fa7a79d
%{_mandir}/man*/*
38fb458
%config(noreplace) %{_sysconfdir}/gnucash/*
bb4da7a
%doc AUTHORS COPYING ChangeLog* HACKING NEWS README README.patches
cvsdist fa7a79d
%doc doc/README.german doc/README.francais doc/guile-hackers.txt
cvsdist fa7a79d
cvsdist fa7a79d
%changelog
07dafce
* Tue Jan  8 2008 Bill Nottingham <notting@redhat.com> - 2.2.3-1
07dafce
- update to 2.2.3
07dafce
fbeee6b
* Tue Dec 18 2007 Bill Nottingham <notting@redhat.com> - 2.2.2-1
fbeee6b
- update to 2.2.2
fbeee6b
af7c5d1
* Thu Oct 25 2007 Bill Nottingham <notting@redhat.com> - 2.2.1-4
af7c5d1
- multilib fixes (#341331, #357161, #246382)
af7c5d1
af7c5d1
* Wed Oct 10 2007 Bill Nottingham <notting@redhat.com> - 2.2.1-3
af7c5d1
- silence binreloc warning
af7c5d1
ab1ed0e
* Wed Aug 29 2007 Bill Nottingham <notting@redhat.com> - 2.2.1-2
ab1ed0e
- fix build
ab1ed0e
53d3c34
* Tue Aug 21 2007 Bill Nottingham <notting@redhat.com> - 2.2.1-1
53d3c34
- update to 2.2.1
53d3c34
0299aa1
* Fri Aug  3 2007 Bill Nottingham <notting@redhat.com>
0299aa1
- tweak license tag
0299aa1
0299aa1
* Mon Jul 23 2007 Bill Nottingham <notting@redhat.com> - 2.2.0-2
0299aa1
- fix icon (#248492)
0299aa1
5442665
* Mon Jul 16 2007 Bill Nottingham <notting@redhat.com> - 2.2.0-1
5442665
- update to 2.2.0
5442665
5442665
* Mon Jul  2 2007 Bill Nottingham <notting@redhat.com> - 2.1.5-1
5442665
- update to 2.1.5
5442665
5442665
* Mon Jun 25 2007 Bill Nottingham <notting@redhat.com> - 2.1.4-1
5442665
- update to RC version 2.1.4
5442665
  - switch to using goffice04, and stock gtkhtml3
5442665
  - no more g-wrap or libtool-ltdl - use swig
5442665
5ab6b46
* Tue Mar 13 2007 Bill Nottingham <notting@redhat.com> - 2.0.5-3
cc613e8
- require gtkhtml38 include file to pull in the proper gtkhtml version
5ab6b46
- fix build when libofx and ofx tools are separate
cc613e8
dfec6f3
* Mon Feb 19 2007 Bill Nottingham <notting@redhat.com> - 2.0.5-1
dfec6f3
- update to 2.0.5
dfec6f3
- fixes: CVE-2007-0007 (#223233)
dfec6f3
3ca5387
* Tue Feb 13 2007 Bill Nottingham <notting@redhat.com> - 2.0.4-5
3ca5387
- split off docs package
3ca5387
a2cad95
* Mon Jan 15 2007 Bill Nottingham <notting@redhat.com> - 2.0.4-4
a2cad95
- fix perl requirement noise
a2cad95
- fix libgsf-gnome buildreq
a2cad95
- fix %%post
a2cad95
- better rpath fixing
a2cad95
1b7495b
* Thu Jan 11 2007 Bill Nottingham <notting@redhat.com> - 2.0.4-3
38fb458
- build against separate goffice
38fb458
- various spec cleanups
1b7495b
- fix gconf scriplets
38fb458
38fb458
* Mon Jan  8 2007 Bill Nottingham <notting@redhat.com> - 2.0.4-1
38fb458
- update to 2.0.4
38fb458
0d3812c
* Wed Oct 11 2006 Bill Nottingham <notting@redhat.com> - 2.0.2-1
0d3812c
- update to 2.0.2
0d3812c
- update docs to 2.0.1
0d3812c
e2c32e2
* Mon Aug 28 2006 Bill Nottingham <notting@redhat.com> - 2.0.1-6
e2c32e2
- rebuild against new libofx
e2c32e2
7a69aeb
* Sat Aug 26 2006 Karsten Hopp <karsten@redhat.com> - 2.0.1-5
7a69aeb
- buildrequire intltool which was previously pulled in by scrollkeeper but
7a69aeb
  dropped this requirement because of bz #203606
7a69aeb
dea81b4
* Tue Aug 22 2006 Bill Nottingham <notting@redhat.com> - 2.0.1-4
99ad79b
- require perl-Crypt-SSLeay (#203050)
dea81b4
0e71a76
* Fri Aug 11 2006 Bill Nottingham <notting@redhat.com> - 2.0.1-3
0e71a76
- require yelp (#202266)
0e71a76
08a27f4
* Tue Aug  8 2006 Bill Nottingham <notting@redhat.com> - 2.0.1-2
08a27f4
- fix schema list
08a27f4
af33f85
* Tue Aug  1 2006 Bill Nottingham <notting@redhat.com> - 2.0.1-1
af33f85
- update to 2.0.1
af33f85
0c4e9b5
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.0-2.1
0c4e9b5
- rebuild
0c4e9b5
29c09de
* Tue Jul 11 2006 Bill Nottingham <notting@redhat.com> - 2.0.0-2
29c09de
- rebuild against new aqbanking
29c09de
8762646
* Mon Jul 10 2006 Bill Nottingham <notting@redhat.com> - 2.0.0-1
8762646
- update to 2.0.0. Woo.
8762646
1d5580c
* Mon Jun 19 2006 Bill Nottingham <notting@redhat.com> - 1.9.8-1
1d5580c
- update to 1.9.8
1d5580c
e64e7e2
* Tue Jun  6 2006 Bill Nottingham <notting@redhat.com> - 1.9.7-1
e64e7e2
- update to 1.9.7
e64e7e2
- use official docs tarball, not svn snapshot
e64e7e2
4e83cfc
* Thu May 25 2006 Bill Nottingham <notting@redhat.com> - 1.9.6-2
4e83cfc
- update docs to latest svn (gets rid of extraneous configure check
4e83cfc
  for db185)
4e83cfc
3789b7b
* Wed May 17 2006 Bill Nottingham <notting@redhat.com> - 1.9.6-1
3789b7b
- update to 1.9.6
3789b7b
6886275
* Tue May  9 2006 Bill Nottingham <notting@redhat.com> - 1.9.5-3
01b0b09
- rebuild against new guile (<mlichvar@redhat.com>)
6886275
- silence warnings
baf1b6f
f4dddd8
* Mon Apr 17 2006 Bill Nottingham <notting@redhat.com> - 1.9.5-1
f4dddd8
- update to 1.9.5
f4dddd8
1e052bc
* Thu Apr  6 2006 Bill Nottingham <notting@redhat.com> - 1.9.4-1
1e052bc
- update to 1.9.4
1e052bc
3b26d87
* Tue Apr  4 2006 Bill Nottingham <notting@redhat.com> - 1.9.3-2
3b26d87
- fix conflict with qof (#187267)
3b26d87
bb4da7a
* Mon Mar 27 2006 Bill Nottingham <notting@redhat.com> - 1.9.3-1
bb4da7a
- update to 1.9.x
bb4da7a
a3ddc53
* Mon Feb 20 2006 Bill Nottingham <notting@redhat.com> - 1.8.12-3
a3ddc53
- rebuild against g-wrap-1.9.6
a3ddc53
9a0eed1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.8.12-2.2
9a0eed1
- bump again for double-long bug on ppc(64)
9a0eed1
3ae74a7
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.8.12-2.1
3ae74a7
- rebuilt for new gcc4.1 snapshot and glibc changes
3ae74a7
2a63c74
* Fri Jan 13 2006 Bill Nottingham <notting@redhat.com> 1.8.12-2
0022dff
- disable postgres backend (#177646)
0022dff
033e3b6
* Thu Dec 22 2005 Bill Nottingham <notting@redhat.com> 1.8.12-1
033e3b6
- update to 1.8.12
033e3b6
46d14ce
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
46d14ce
- rebuilt
46d14ce
df8b249
* Fri Sep  9 2005 Bill Nottingham <notting@redhat.com> 1.8.11-4
df8b249
- with new slib, umb-scheme is no longer needed. Switch requirement.
df8b249
e34f069
* Tue Apr 12 2005 Bill Nottingham <notting@redhat.com> 1.8.11-3
b7e857e
- require umb-scheme explicitly (#151465)
e34f069
- rebuild against new postgresql
3f27c75
- use full path to icon (#154587)
b7e857e
8af5cfa
* Mon Mar  7 2005 Bill Nottingham <notting@redhat.com> 1.8.11-2
8af5cfa
- rebuild against bonobo-less Guppi, gtkhtml
8af5cfa
b3749a8
* Wed Feb  9 2005 Bill Nottingham <notting@redhat.com> 1.8.11-1
b3749a8
- update to 1.8.11
b3749a8
- update docs to 1.8.5
b3749a8
- remove info file (#123444)
b3749a8
cvsdist d781f0f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d781f0f
- rebuilt
cvsdist d781f0f
cvsdist aa64d85
* Tue Apr 13 2004 Bill Nottingham <notting@redhat.com> 1.8.9-1
cvsdist aa64d85
- update to 1.8.9
cvsdist aa64d85
cvsdist e6b73bb
* Sat Mar 20 2004 Bill Nottingham <notting@redhat.com> 1.8.8-5
cvsdist e6b73bb
- reinstate libtool helper files (#118495)
cvsdist e6b73bb
cvsdist e6b73bb
* Fri Mar 12 2004 Bill Nottingham <notting@redhat.com> 1.8.8-4
cvsdist e6b73bb
- rebuild against separate libofx/openhbci
cvsdist e6b73bb
cvsdist e6b73bb
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e6b73bb
- rebuilt
cvsdist e6b73bb
cvsdist e6b73bb
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e6b73bb
- rebuilt
cvsdist e6b73bb
cvsdist e6b73bb
* Tue Dec 23 2003 Bill Nottingham <notting@redhat.com>
cvsdist e6b73bb
- add a 64-bit patch from mandrake
cvsdist e6b73bb
cvsdist f64fc61
* Wed Dec  3 2003 Bill Nottingham <notting@redhat.com> 1.8.8-2
cvsdist f64fc61
- rebuild
cvsdist f64fc61
cvsdist ff06399
* Tue Dec  2 2003 Bill Nottingham <notting@redhat.com> 1.8.8-1
cvsdist ff06399
- update to 1.8.8
cvsdist ff06399
cvsdist e288449
* Tue Sep 23 2003 Bill Nottingham <notting@redhat.com> 1.8.7-1
cvsdist e288449
- update to 1.8.7
cvsdist e288449
- fix docs build
cvsdist e288449
cvsdist e288449
* Wed Aug 20 2003 Bill Nottingham <notting@redhat.com> 1.8.5-1
cvsdist e288449
- update to 1.8.5
cvsdist e288449
cvsdist e288449
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist e288449
- rebuilt
cvsdist e288449
cvsdist e288449
* Wed May 28 2003 Bill Nottingham <notting@redhat.com> 1.8.4-1
cvsdist e288449
- update to 1.8.4
cvsdist e288449
cvsdist e288449
* Mon May 19 2003 Bill Nottingham <notting@redhat.com> 1.8.3-1
cvsdist e288449
- update to 1.8.3
cvsdist e288449
cvsdist e288449
* Mon Mar 24 2003 Bill Nottingham <notting@redhat.com> 1.8.2-1
cvsdist e288449
- update to 1.8.2
cvsdist e288449
cvsdist e288449
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 1.8.1-4
cvsdist e288449
- Build requires openjade-devel (new openjade sub-package).
cvsdist e288449
- Rebuild against new OpenSP.
cvsdist e288449
cvsdist fa7a79d
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist fa7a79d
- debuginfo rebuild
cvsdist fa7a79d
cvsdist fa7a79d
* Sun Feb 23 2003 Bill Nottingham <notting@redhat.com> 1.8.1-2
cvsdist fa7a79d
- fix crash on hiding accounts (#84931, patch from upstream)
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 1.8.1-1
cvsdist fa7a79d
- update to 1.8.1
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Feb  5 2003 Bill Nottingham <notting@redhat.com> 1.8.0-3
cvsdist fa7a79d
- fix desktop entry (#82804)
cvsdist fa7a79d
- add startup-notification
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Feb  4 2003 Bill Nottingham <notting@redhat.com> 1.8.0-1
cvsdist fa7a79d
- 1.8.0
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Jan 28 2003 Bill Nottingham <notting@redhat.com> 1.7.8-3
cvsdist fa7a79d
- rebuild everywhere
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- rebuilt
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Jan 21 2003 Bill Nottingham <notting@redhat.com> 1.7.8-1
cvsdist fa7a79d
- 1.7.8
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Jan 14 2003 Bill Nottingham <notting@redhat.com> 1.7.7-1
cvsdist fa7a79d
- update to 1.7.7
cvsdist fa7a79d
- add libofx, openhbci support
cvsdist fa7a79d
cvsdist fa7a79d
* Fri Dec  6 2002 Tim Waugh <twaugh@redhat.com> 1.7.5-3
cvsdist fa7a79d
- Fix desktop file (bug #69422).
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Dec  4 2002 Bill Nottingham <notting@redhat.com> 1.7.5-2
cvsdist fa7a79d
- fix omf file ref to buildroot
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Dec  3 2002 Bill Nottingham <notting@redhat.com> 1.7.5-1
cvsdist fa7a79d
- update to 1.7.5-1, split off postgres backend
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Nov 18 2002 Bill Nottingham <notting@redhat.com> 1.6.8-3
cvsdist fa7a79d
- guile is everywhere, build everywhere
cvsdist fa7a79d
- except hammer (postgres)
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Nov 11 2002 Tim Powers <timp@redhat.com> 1.6.8-2
cvsdist fa7a79d
- rebuild against guile-1.4
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Nov  7 2002 Bill Nottingham <notting@redhat.com> 1.6.8-1
cvsdist fa7a79d
- update to 1.6.8-1
cvsdist fa7a79d
- stop using db1
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Oct 24 2002 Jeremy Katz <katzj@redhat.com>
cvsdist fa7a79d
- build against new gtkhtml
cvsdist fa7a79d
cvsdist fa7a79d
* Sat Aug 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist fa7a79d
- bzip2 source
cvsdist fa7a79d
cvsdist fa7a79d
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- automated rebuild
cvsdist fa7a79d
cvsdist fa7a79d
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- automated rebuild
cvsdist fa7a79d
cvsdist fa7a79d
* Thu May 16 2002 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- autoconf fun
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Apr  8 2002 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- rebuild in new environment against fixed guile, g-wrap
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- rebuild in new environment
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Mar 11 2002 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.6
cvsdist fa7a79d
cvsdist fa7a79d
* Fri Feb 22 2002 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- rebuild
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Dec 17 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.5
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Oct  1 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.4
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Sep 24 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.3
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.2
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Aug  9 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- add patch to fix triple imports of prices from 1.4 files
cvsdist fa7a79d
  (<dave@krondo.com>)
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Jul 19 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- tweak buildprereqs
cvsdist fa7a79d
cvsdist fa7a79d
* Sun Jul  8 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.1
cvsdist fa7a79d
- fix info dir (#47646)
cvsdist fa7a79d
- fix library dependencies
cvsdist fa7a79d
cvsdist fa7a79d
* Fri Jun 29 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- don't own %%{_infodir}/dir
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Jun 27 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- add info dir entry
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Jun 18 2001 Bill Nottingham <notting@redhat.com>
cvsdist fa7a79d
- update to 1.6.0, merge in stuff from included spec file
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Feb  5 2001 Adrian Havill <havill@redhat.com>
cvsdist fa7a79d
- added Japanese locale
cvsdist fa7a79d
cvsdist fa7a79d
* Thu Jan 11 2001 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- exclude ia64
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Dec  6 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- updated to 1.4.9
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Oct 23 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- update to 1.4.8
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Sep 13 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- update to 1.4.6
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Aug 2 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- rebuilt against libpng-1.0.8
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Jul 31 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- updated to 1.4.3, bugfix release
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Jul 25 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- ExcludeArch alpha
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
cvsdist fa7a79d
- rebuilt
cvsdist fa7a79d
cvsdist fa7a79d
* Mon Jul 17 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- fixed defattr for the stuff in /usr/bin
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Jul 12 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- update to 1.4.2
cvsdist fa7a79d
cvsdist fa7a79d
* Tue Jul 11 2000 Tim Powers <timp@redhat.com>
cvsdist fa7a79d
- rebuilt 
cvsdist fa7a79d
cvsdist fa7a79d
* Wed Jul 05 2000 Preston Brown <pbrown@redhat.com>
cvsdist fa7a79d
- adopted for Powertools 7.0