cvsdist b970d0
%define glib2_version 2.2.0
cvsdist b970d0
%define pango_version 1.2.0
Matthias Clasen 684158
%define gtk2_version 2.7.1
Matthias Clasen 828f10
%define libgnomeui_version 2.5.92
Christopher Aillon 914a41
%define desktop_file_utils_version 0.9
cvsdist b970d0
%define gail_version 1.2.0
cvsdist 41da6c
%define eel2_version 2.2.0
Matthias Clasen 828f10
%define gnome_vfs2_version 2.5.91
Matthias Clasen 828f10
%define libglade_version 2.3.6
Matthias Clasen 828f10
%define libexif_version 0.6.12
Matthias Clasen a91411
%define libart_version 2.3.16
Matthias Clasen a91411
%define gnome_desktop_version 2.10.0
Matthias Clasen a91411
%define gnome_icon_theme_version 2.17.1
cvsdist e99646
cvsdist e99646
Summary: Eye of GNOME image viewer
cvsdist e99646
Name:    eog
Matthias Clasen 09d8ae
Version: 2.18.2
Matthias Clasen 581d98
Release: 2%{?dist}
cvsdist e99646
URL: http://www.gnome.org
Matthias Clasen 09d8ae
Source: http://download.gnome.org/sources/eog/2.18/%{name}-%{version}.tar.bz2
Matthias Clasen 581d98
Patch0: eog-2.18.0.1-svgz.patch
cvsdist e99646
License: GPL 
cvsdist e99646
Group: User Interface/Desktops
Matthias Clasen 5c5a28
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
cvsdist e99646
BuildRequires: glib2-devel >= %{glib2_version}
cvsdist 5fe39a
BuildRequires: pango-devel >= %{pango_version}
cvsdist e99646
BuildRequires: gtk2-devel >= %{gtk2_version}
cvsdist e99646
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
Matthias Clasen 828f10
BuildRequires: libglade2-devel >= %{libglade_version}
cvsdist 5fe39a
BuildRequires: gail-devel >= %{gail_version}
cvsdist 41da6c
BuildRequires: eel2-devel >= %{eel2_version}
cvsdist 377088
BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
Matthias Clasen 828f10
BuildRequires: libexif-devel >= %{libexif_version}
Matthias Clasen cc35b9
BuildRequires: libart_lgpl-devel >= %{libart_version}
cvsdist fd2ef2
BuildRequires: intltool
cvsdist fd2ef2
BuildRequires: libjpeg-devel
cvsdist fd2ef2
BuildRequires: scrollkeeper
cvsdist fd2ef2
BuildRequires: gettext
Christopher Aillon 914a41
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
Matthias Clasen 822372
BuildRequires: gnome-doc-utils
Matthias Clasen cc35b9
BuildRequires: gnome-desktop-devel >= %{gnome_desktop_version}
Matthias Clasen cc35b9
BuildRequires: gnome-icon-theme >= %{gnome_icon_theme_version}
Matthias Clasen 822372
BuildRequires: libXt-devel
cvsdist 41da6c
Matthias Clasen 684158
Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
Matthias Clasen 684158
Requires(post): scrollkeeper
Matthias Clasen 684158
Requires(post): GConf2
Matthias Clasen 796daa
Requires(pre): GConf2
Matthias Clasen 684158
Requires(preun): GConf2
Matthias Clasen 684158
Matthias Clasen 684158
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
Matthias Clasen 684158
Requires(postun): scrollkeeper
cvsdist e99646
Matthias Clasen 684158
%description
Matthias Clasen 684158
Eye of GNOME (EOG) is an image viewer. 
cvsdist e99646
cvsdist e99646
%prep
cvsdist e99646
%setup -q
Matthias Clasen 5fb344
besfahbo ae710e
%patch0 -p1 -b .svgz
besfahbo ae710e
Matthias Clasen 33d1b3
echo "NoDisplay=true" >> eog.desktop.in.in
cvsdist e99646
cvsdist e99646
%build
cvsdist e99646
Matthias Clasen 5cbbb3
%configure --disable-scrollkeeper 
cvsdist e99646
make
cvsdist e99646
cvsdist e99646
%install
cvsdist e99646
rm -rf $RPM_BUILD_ROOT
cvsdist e99646
cvsdist e99646
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
Matthias Clasen 5cbbb3
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist e99646
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
cvsdist e99646
cvsdist 5fe39a
desktop-file-install --vendor gnome --delete-original       \
cvsdist 5fe39a
  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
Matthias Clasen 5cbbb3
  --remove-category Application				    \
cvsdist 5fe39a
  $RPM_BUILD_ROOT%{_datadir}/applications/*
cvsdist 5fe39a
cvsdist e99646
%find_lang %{name}
cvsdist e99646
Matthias Clasen 5463fd
# grr, --disable-scrollkeeper seems broken
Matthias Clasen 5463fd
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
Matthias Clasen 5463fd
Matthias Clasen f6be5f
rm -rf $RPM_BUILD_ROOT/usr/share/icons/hicolor/icon-theme.cache
Matthias Clasen f6be5f
cvsdist e99646
%clean
cvsdist e99646
rm -rf $RPM_BUILD_ROOT
cvsdist e99646
cvsdist e99646
%post
Matthias Clasen 684158
update-desktop-database -q
Matthias Clasen 684158
scrollkeeper-update -q
cvsdist e99646
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
Matthias Clasen 796daa
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/eog.schemas > /dev/null || : 
Matthias Clasen 796daa
Matthias Clasen 796daa
%pre
Matthias Clasen 796daa
if [ "$1" -gt 1 ]; then
Matthias Clasen 796daa
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
Matthias Clasen 796daa
  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/eog.schemas > /dev/null || :
Matthias Clasen 796daa
fi
Matthias Clasen 684158
Matthias Clasen 684158
%preun
Matthias Clasen 684158
if [ "$1" -eq 0 ]; then
Matthias Clasen 796daa
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
Matthias Clasen 796daa
  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/eog.schemas > /dev/null || :
Matthias Clasen 684158
fi
cvsdist e99646
Christopher Aillon 914a41
%postun
Matthias Clasen 684158
update-desktop-database -q
Matthias Clasen 684158
scrollkeeper-update -q
Christopher Aillon 914a41
cvsdist e99646
%files -f %{name}.lang
cvsdist e99646
%defattr(-,root,root)
cvsdist e99646
%doc AUTHORS COPYING ChangeLog NEWS README
cvsdist b970d0
%{_datadir}/eog
Matthias Clasen e91e7a
%{_datadir}/pixmaps/*
Matthias Clasen e91e7a
%{_datadir}/gnome/*
Matthias Clasen e91e7a
%{_datadir}/applications/*
Matthias Clasen e91e7a
%{_datadir}/omf/*
Matthias Clasen 736540
%{_datadir}/icons/hicolor/*/apps/eog.png
Matthias Clasen 736540
%{_datadir}/icons/hicolor/scalable/apps/eog.svg
cvsdist e99646
%{_bindir}/*
cvsdist e99646
%{_sysconfdir}/gconf/schemas/*.schemas
cvsdist e99646
cvsdist e99646
%changelog
Matthias Clasen 09d8ae
* Mon May 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.2-1
Matthias Clasen c28e51
- Update to 2.18.2
Matthias Clasen 09d8ae
Matthias Clasen 581d98
* Sun Apr  1 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-2
Matthias Clasen 581d98
- Fix a problem with the svgz patch
Matthias Clasen 581d98
Matthias Clasen a4cfb2
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-1
Matthias Clasen a4cfb2
- Update to 2.18.0.1
Matthias Clasen a4cfb2
Matthias Clasen 5cbbb3
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
Matthias Clasen 5cbbb3
- Update to 2.17.92
Matthias Clasen 5cbbb3
Matthias Clasen e2f3fe
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
Matthias Clasen e2f3fe
- Update to 2.17.91
Matthias Clasen e2f3fe
Matthias Clasen c78897
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
Matthias Clasen c78897
- Update to 2.17.90
Matthias Clasen c78897
Matthias Clasen 228a0e
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
Matthias Clasen 228a0e
- Update to 2.17.4
Matthias Clasen 228a0e
besfahbo ae710e
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.17.3-2
besfahbo ae710e
- Handle svgz images
besfahbo ae710e
- Resolves: #219782
besfahbo ae710e
Matthias Clasen 5c5a28
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
Matthias Clasen 5c5a28
- Update to 2.17.3
Matthias Clasen 5c5a28
Matthias Clasen 030582
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
Matthias Clasen 030582
- Update to 2.17.2
Matthias Clasen 030582
Matthias Clasen 8aef1b
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
Matthias Clasen 8aef1b
- Update to 2.17.1
Matthias Clasen 8aef1b
Matthias Clasen 796daa
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-3
Matthias Clasen 796daa
- Fix scripts according to the packaging guidelines
Matthias Clasen 796daa
Matthias Clasen e91e7a
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-2.fc6
Matthias Clasen e91e7a
- Fix some directory ownership issues
Matthias Clasen e91e7a
Matthias Clasen 06632c
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-1.fc6
Matthias Clasen 06632c
- Update to 2.16.0.1
Matthias Clasen 06632c
Matthias Clasen ed386a
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
Matthias Clasen ed386a
- Update to 2.15.92
Matthias Clasen ed386a
Matthias Clasen f67919
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-1.fc6
Matthias Clasen f67919
- Update to 2.15.91
Matthias Clasen f67919
Matthias Clasen 9ccdaf
* Wed Aug  2 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
Matthias Clasen 9ccdaf
- Update to 2.15.90
Matthias Clasen 9ccdaf
Matthias Clasen 910269
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1
Matthias Clasen 910269
- Update to 2.15.4
Matthias Clasen 910269
Jesse Keating 7dab8a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.3-1.1
Jesse Keating 7dab8a
- rebuild
Jesse Keating 7dab8a
Matthias Clasen 5a0b8e
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.3-1
Matthias Clasen 5a0b8e
- Update to 2.15.3
Matthias Clasen 5a0b8e
Matthias Clasen 7feea1
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
Matthias Clasen 9df0cf
- Update to 2.15.2
Matthias Clasen 9df0cf
Matthias Clasen 822372
* Sat May 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
Matthias Clasen 822372
- Add missing BuildRequires (#129025)
Matthias Clasen 822372
Matthias Clasen 684158
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
Matthias Clasen 684158
- Update to 2.15.1
Matthias Clasen a559f1
- Remove workaround for a long-fixed bug
Matthias Clasen 684158
Matthias Clasen 73c831
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
Matthias Clasen 73c831
- Update to 2.14.1
Matthias Clasen 73c831
Matthias Clasen f9333e
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
Matthias Clasen f9333e
- Update to 2.14.0
Matthias Clasen f9333e
Matthias Clasen 161896
* Sat Mar  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
Matthias Clasen 161896
- Update to 2.13.92
Matthias Clasen 161896
- Drop upstreamed patch
Matthias Clasen 161896
Matthias Clasen 5fb344
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-2
Matthias Clasen 5fb344
- silence excessive debug output
Matthias Clasen 5fb344
Matthias Clasen 458ae5
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
Matthias Clasen 458ae5
- Update to 2.13.91
Matthias Clasen 458ae5
Matthias Clasen 33d1b3
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-2
Matthias Clasen 33d1b3
- Append NoDisplay=true to the right file
Matthias Clasen 33d1b3
Jesse Keating 476f76
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.2
Jesse Keating 476f76
- bump again for double-long bug on ppc(64)
Jesse Keating 476f76
Jesse Keating d923b0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.1
Jesse Keating d923b0
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating d923b0
Matthias Clasen 4c3e19
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> 2.13.90-1
Matthias Clasen 4c3e19
- Update to 2.13.90
Matthias Clasen 4c3e19
Matthias Clasen 3b516d
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
Matthias Clasen 3b516d
- Update to 2.13.5
Matthias Clasen 3b516d
Matthias Clasen d20a78
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.4-1
Matthias Clasen 3063a5
- Update to 2.13.4
Matthias Clasen 3063a5
Matthias Clasen cf0de2
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
Matthias Clasen cf0de2
- Update to 2.13.3
Matthias Clasen cf0de2
Jesse Keating 366f7e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 366f7e
- rebuilt
Jesse Keating 366f7e
Matthias Clasen 8234a8
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
Matthias Clasen 8234a8
- Update to 2.13.2
Matthias Clasen 8234a8
Matthias Clasen c32032
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
Matthias Clasen c32032
- Update to 2.12.1
Matthias Clasen c32032
Matthias Clasen 5e046d
* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
Matthias Clasen 5e046d
- Update to 2.12.0
Matthias Clasen 5e046d
Matthias Clasen 73dea4
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com> 
Matthias Clasen 73dea4
- Rebuilt
Matthias Clasen 73dea4
Matthias Clasen bd5c6b
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
Matthias Clasen bd5c6b
- Newer upstream version
Matthias Clasen bd5c6b
Matthias Clasen 828f10
* Fri Jul  8 2005 Matthias Clasen <mclasen@redhat.com> 2.11.0-1
Matthias Clasen 828f10
- Update to 2.11.0
Matthias Clasen 828f10
Matthias Clasen d26190
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> 2.10.0-1
Matthias Clasen d26190
- Update to 2.10.0
Matthias Clasen d26190
Marco Pesenti Gritti 851e3a
* Thu Mar  3 2005 Marco Pesenti Gritti <mpg@redhat.com> 2.9.0-2
Marco Pesenti Gritti 851e3a
- Rebuild
Marco Pesenti Gritti 851e3a
Matthias Clasen 2d73c0
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> 2.9.0-1
Matthias Clasen 2d73c0
- Update to 2.9.0
Matthias Clasen 2d73c0
Marco Pesenti Gritti 22f6fa
* Sat Nov  6 2004 Marco Pesenti Gritti <mpg@redhat.com> 2.8.1-1
Marco Pesenti Gritti 22f6fa
- Update to 2.8.1
Marco Pesenti Gritti 22f6fa
Christopher Aillon 914a41
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-3
Christopher Aillon 914a41
- Prereq desktop-file-utils >= 0.9
Christopher Aillon 914a41
- update-desktop-database on uninstall
Christopher Aillon 914a41
Christopher Aillon da113e
* Sun Sep 26 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-2
Christopher Aillon da113e
- Remove the graphics menu entry (#131724)
Christopher Aillon da113e
Christopher Aillon 02b120
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-1
Christopher Aillon 02b120
- Update to 2.8.0
Christopher Aillon 02b120
cvsdist 374671
* Wed Aug 19 2004 Christopher Aillon <caillon@redhat.com> 2.7.1-1
cvsdist 374671
- Update to 2.7.1
cvsdist 374671
cvsdist b75839
* Mon Aug 16 2004 Christopher Aillon <caillon@redhat.com> 2.7.0-3
cvsdist b75839
- Use update-desktop-database instead of rebuild-mime-info-cache
cvsdist b75839
cvsdist 283a15
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 2.7.0-2
cvsdist 283a15
- Rebuild MIME info cache
cvsdist 283a15
cvsdist 0236e9
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 2.7.0-1
cvsdist 0236e9
- Update to 2.7.0
cvsdist 0236e9
cvsdist 41a4cb
* Tue Jun 29 2004 Christopher Aillon <caillon@redhat.com> 2.6.1-1
cvsdist 41a4cb
- Update to 2.6.1
cvsdist 41a4cb
cvsdist b18a56
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b18a56
- rebuilt
cvsdist b18a56
cvsdist fd2ef2
* Sat Apr 10 2004 Warren Togami <wtogami@redhat.com> 2.6.0-2
cvsdist fd2ef2
- BR intltool libjpeg-devel scrollkeeper gettext
cvsdist fd2ef2
cvsdist fd2ef2
* Fri Apr  2 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
cvsdist fd2ef2
- update to 2.6.0
cvsdist fd2ef2
cvsdist dfbfab
* Wed Mar 10 2004 Alex Larsson <alexl@redhat.com> 2.5.90-1
cvsdist dfbfab
- update to 2.5.90
cvsdist dfbfab
cvsdist dfbfab
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist dfbfab
- rebuilt
cvsdist dfbfab
cvsdist dfbfab
* Thu Feb 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
cvsdist dfbfab
- update to 2.5.6
cvsdist dfbfab
cvsdist dfbfab
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist dfbfab
- rebuilt
cvsdist dfbfab
cvsdist 377088
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
cvsdist 377088
- update to 2.5.3
cvsdist 377088
cvsdist 0efcfd
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
cvsdist 0efcfd
- 2.4.0
cvsdist 0efcfd
cvsdist 0efcfd
* Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.5-2
cvsdist 0efcfd
- prereq gconf2 (#90698)
cvsdist 0efcfd
cvsdist 0efcfd
* Tue Aug 19 2003 Alexander Larsson <alexl@redhat.com> 2.3.5-1
cvsdist 0efcfd
- update for gnome 2.3
cvsdist 0efcfd
cvsdist 0efcfd
* Tue Jul 29 2003 Havoc Pennington <hp@redhat.com> 2.2.2-2
cvsdist 0efcfd
- rebuild
cvsdist 0efcfd
cvsdist 0efcfd
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 2.2.2-1
cvsdist 0efcfd
- 2.2.2
cvsdist 0efcfd
- remove arg-escaping patch now upstream
cvsdist 0efcfd
cvsdist 0efcfd
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 0efcfd
- rebuilt
cvsdist 0efcfd
cvsdist 41da6c
* Tue Apr  1 2003 Havoc Pennington <hp@redhat.com> 2.2.0-2
cvsdist 41da6c
- add patch to better escape filenames passed in as arguments
cvsdist 41da6c
- add eel2-devel buildreq
cvsdist 41da6c
cvsdist b970d0
* Thu Feb  6 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
cvsdist b970d0
- 2.2.0
cvsdist b970d0
- fix dependency versions
cvsdist b970d0
cvsdist b970d0
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist b970d0
- rebuilt
cvsdist b970d0
cvsdist b970d0
* Fri Dec 13 2002 Tim Powers <timp@redhat.com> 1.1.3-1
cvsdist b970d0
- update to 1.1.3
cvsdist b970d0
- include glade file
cvsdist 487159
cvsdist b970d0
* Sun Dec  1 2002 Havoc Pennington <hp@redhat.com>
cvsdist b970d0
- 1.1.2
cvsdist 487159
cvsdist bc21d0
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist bc21d0
- 1.0.2
cvsdist bc21d0
- remove --copy-generic-name-to-name because there's no GenericName
cvsdist bc21d0
  anymore
cvsdist bc21d0
- include libexecdir stuff
cvsdist bc21d0
cvsdist 5fe39a
* Mon Jul 29 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5fe39a
- copy generic name to name and move to -Extra
cvsdist 5fe39a
cvsdist 5fe39a
* Mon Jul 29 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5fe39a
- 1.0.1, rebuild with new gail
cvsdist 5fe39a
cvsdist 5fe39a
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 5fe39a
- automated rebuild
cvsdist 5fe39a
cvsdist 5fe39a
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5fe39a
- 1.0.0
cvsdist 5fe39a
- use desktop-file-install
cvsdist 5fe39a
cvsdist 5fe39a
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5fe39a
- rebuild in different environment
cvsdist 5fe39a
cvsdist e99646
* Wed Jun 05 2002 Havoc Pennington <hp@redhat.com>
cvsdist e99646
- rebuild in different environment
cvsdist e99646
cvsdist e99646
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist e99646
- automated rebuild
cvsdist e99646
cvsdist e99646
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist e99646
- rebuild in different environment
cvsdist e99646
- build requires libgnomeprint
cvsdist e99646
cvsdist e99646
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist e99646
- 0.118.0
cvsdist e99646
cvsdist e99646
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist e99646
- 0.117.0
cvsdist e99646
cvsdist e99646
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
cvsdist e99646
- initial build
cvsdist e99646
cvsdist e99646
cvsdist e99646