2007-06-19 02:51:11 +00:00
|
|
|
%define poppler_version 0.5.9
|
2008-01-29 03:45:17 +00:00
|
|
|
%define glib2_version 2.15.0
|
2006-06-29 19:09:33 +00:00
|
|
|
%define gtk2_version 2.9.4
|
2005-12-02 00:17:47 +00:00
|
|
|
%define dbus_version 0.60
|
2007-04-02 03:29:39 +00:00
|
|
|
%define theme_version 2.17.1
|
2005-06-06 10:17:06 +00:00
|
|
|
|
2006-01-23 15:51:42 +00:00
|
|
|
Name: evince
|
2008-03-11 01:28:49 +00:00
|
|
|
Version: 2.22.0
|
2008-03-13 18:45:50 +00:00
|
|
|
Release: 2%{?dist}
|
2006-01-23 15:51:42 +00:00
|
|
|
Summary: Document viewer
|
|
|
|
|
2007-08-06 05:55:23 +00:00
|
|
|
License: GPLv2+ and GFDL+
|
2006-01-23 15:51:42 +00:00
|
|
|
Group: Applications/Publishing
|
|
|
|
URL: http://www.gnome.org/projects/evince/
|
2008-03-11 01:28:49 +00:00
|
|
|
Source0: http://download.gnome.org/sources/%{name}/2.22/%{name}-%{version}.tar.bz2
|
2006-09-22 05:40:06 +00:00
|
|
|
Patch0: evince-0.6.0-print-error.patch
|
2008-03-14 14:46:35 +00:00
|
|
|
Patch1: poppler072.patch
|
2006-01-23 15:51:42 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
2008-01-29 03:45:17 +00:00
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2008-01-29 15:45:47 +00:00
|
|
|
BuildRequires: poppler-glib-devel >= %{poppler_version}
|
2006-01-23 15:51:42 +00:00
|
|
|
BuildRequires: libXt-devel
|
2006-08-12 02:47:20 +00:00
|
|
|
BuildRequires: nautilus-devel
|
2008-01-29 05:34:27 +00:00
|
|
|
BuildRequires: gnome-keyring-devel
|
2006-01-23 15:51:42 +00:00
|
|
|
BuildRequires: libgnomeui-devel
|
|
|
|
BuildRequires: libglade2-devel
|
|
|
|
BuildRequires: libtiff-devel
|
2007-11-20 03:21:24 +00:00
|
|
|
BuildRequires: libjpeg-devel
|
2008-01-30 18:56:32 +00:00
|
|
|
BuildRequires: libspectre-devel
|
2006-01-23 15:51:42 +00:00
|
|
|
BuildRequires: gnome-doc-utils
|
|
|
|
BuildRequires: scrollkeeper
|
|
|
|
BuildRequires: dbus-devel >= %{dbus_version}
|
2006-05-30 21:11:57 +00:00
|
|
|
BuildRequires: gettext
|
2007-02-13 15:46:49 +00:00
|
|
|
BuildRequires: perl(XML::Parser)
|
2007-03-13 05:18:11 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2007-04-02 03:29:39 +00:00
|
|
|
BuildRequires: gnome-icon-theme >= %{theme_version}
|
2007-06-11 12:21:43 +00:00
|
|
|
BuildRequires: libtool gtk-doc intltool
|
2006-01-23 15:51:42 +00:00
|
|
|
|
2007-11-20 03:21:24 +00:00
|
|
|
# for the dvi backend
|
2007-12-04 17:15:13 +00:00
|
|
|
BuildRequires: kpathsea-devel
|
2007-11-20 03:21:24 +00:00
|
|
|
# for the djvu backend
|
|
|
|
BuildRequires: djvulibre-devel
|
|
|
|
|
2007-08-06 05:55:23 +00:00
|
|
|
# for /etc/gconf/schemas
|
|
|
|
Requires: GConf2
|
|
|
|
|
2006-01-23 15:51:42 +00:00
|
|
|
Requires(pre): GConf2
|
|
|
|
Requires(post): GConf2
|
|
|
|
Requires(post): scrollkeeper
|
|
|
|
Requires(post): desktop-file-utils
|
|
|
|
Requires(preun): GConf2
|
|
|
|
Requires(postun): scrollkeeper
|
|
|
|
Requires(postun): desktop-file-utils
|
|
|
|
|
2005-01-27 19:12:56 +00:00
|
|
|
%description
|
|
|
|
evince is a GNOME-based document viewer.
|
|
|
|
|
2006-01-23 15:51:42 +00:00
|
|
|
|
2008-01-29 05:34:27 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Libraries and headers for evince
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Libraries and header files for evince backend development.
|
|
|
|
|
|
|
|
|
|
|
|
%package dvi
|
|
|
|
Summary: Evince backend for dvi files
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description dvi
|
|
|
|
A backend to let evince display dvi files.
|
|
|
|
|
|
|
|
|
|
|
|
%package djvu
|
|
|
|
Summary: Evince backend for djvu files
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description djvu
|
|
|
|
A backend to let evince display djvu files.
|
|
|
|
|
|
|
|
|
2005-01-27 19:12:56 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2006-09-22 05:40:06 +00:00
|
|
|
%patch0 -p1 -b .print-error
|
2008-03-14 17:47:00 +00:00
|
|
|
%patch1 -p1 -b .poppler072
|
2006-01-23 15:51:42 +00:00
|
|
|
|
2005-01-27 19:12:56 +00:00
|
|
|
%build
|
2007-08-11 23:19:53 +00:00
|
|
|
intltoolize --force
|
2007-06-11 11:49:15 +00:00
|
|
|
autoreconf
|
2007-11-20 03:21:24 +00:00
|
|
|
%configure --disable-static --disable-scrollkeeper \
|
|
|
|
--with-print=gtk \
|
|
|
|
--enable-comics=yes \
|
2007-12-04 17:15:13 +00:00
|
|
|
--enable-dvi=yes \
|
|
|
|
--enable-djvu=yes
|
2006-01-23 15:51:42 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
2005-01-27 19:12:56 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-01-23 15:51:42 +00:00
|
|
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
2007-02-13 15:46:49 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2007-03-13 05:18:11 +00:00
|
|
|
|
2007-04-04 02:09:34 +00:00
|
|
|
desktop-file-install --delete-original --vendor="" \
|
2007-03-13 05:18:11 +00:00
|
|
|
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
--remove-category="Application" \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop
|
|
|
|
|
2007-08-06 05:55:23 +00:00
|
|
|
%find_lang evince --with-gnome
|
|
|
|
|
2006-01-23 15:51:42 +00:00
|
|
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
2005-01-27 19:12:56 +00:00
|
|
|
|
2006-07-26 03:44:27 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
2005-04-23 11:04:53 +00:00
|
|
|
/bin/rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
2005-08-18 00:48:22 +00:00
|
|
|
# Get rid of static libs and .la files.
|
2007-12-24 05:07:46 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.la
|
2008-01-29 05:34:27 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/evince/backends/*.la
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
2005-08-18 00:48:22 +00:00
|
|
|
|
2006-07-26 03:44:27 +00:00
|
|
|
# don't ship icon caches
|
2007-02-13 16:16:15 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
|
2005-01-27 19:12:56 +00:00
|
|
|
|
2007-02-13 16:46:29 +00:00
|
|
|
# we don't have a -devel package, so we don't need backend api docs
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc
|
|
|
|
|
2005-01-27 19:12:56 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2005-02-09 14:08:30 +00:00
|
|
|
|
2006-01-23 15:51:42 +00:00
|
|
|
%pre
|
|
|
|
if [ "$1" -gt 1 ]; then
|
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
2006-10-18 17:14:48 +00:00
|
|
|
gconftool-2 --makefile-uninstall-rule \
|
|
|
|
%{_sysconfdir}/gconf/schemas/evince.schemas \
|
|
|
|
%{_sysconfdir}/gconf/schemas/evince-thumbnailer.schemas \
|
2007-06-11 09:49:38 +00:00
|
|
|
%{_sysconfdir}/gconf/schemas/evince-thumbnailer-comics.schemas \
|
2006-10-18 17:14:48 +00:00
|
|
|
>/dev/null || :
|
2006-01-23 15:51:42 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
2008-01-29 05:34:27 +00:00
|
|
|
/sbin/ldconfig
|
2005-02-09 14:08:30 +00:00
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
2006-10-21 02:22:14 +00:00
|
|
|
gconftool-2 --makefile-install-rule \
|
2006-10-18 17:14:48 +00:00
|
|
|
%{_sysconfdir}/gconf/schemas/evince.schemas \
|
|
|
|
%{_sysconfdir}/gconf/schemas/evince-thumbnailer.schemas \
|
2007-09-24 22:14:00 +00:00
|
|
|
%{_sysconfdir}/gconf/schemas/evince-thumbnailer-ps.schemas \
|
2007-06-11 09:49:38 +00:00
|
|
|
%{_sysconfdir}/gconf/schemas/evince-thumbnailer-comics.schemas \
|
2006-10-18 17:14:48 +00:00
|
|
|
>/dev/null || :
|
2006-01-23 15:51:42 +00:00
|
|
|
|
|
|
|
update-desktop-database &> /dev/null ||:
|
|
|
|
scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
|
|
|
|
|
2006-05-23 04:28:00 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
|
|
|
/usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
|
|
|
|
fi
|
|
|
|
|
2006-01-23 15:51:42 +00:00
|
|
|
%preun
|
|
|
|
if [ "$1" -eq 0 ]; then
|
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
2006-10-18 17:14:48 +00:00
|
|
|
gconftool-2 --makefile-uninstall-rule \
|
|
|
|
%{_sysconfdir}/gconf/schemas/evince.schemas \
|
|
|
|
%{_sysconfdir}/gconf/schemas/evince-thumbnailer.schemas \
|
2007-09-24 22:14:00 +00:00
|
|
|
%{_sysconfdir}/gconf/schemas/evince-thumbnailer-ps.schemas \
|
2007-06-11 09:49:38 +00:00
|
|
|
%{_sysconfdir}/gconf/schemas/evince-thumbnailer-comics.schemas \
|
2006-10-18 17:14:48 +00:00
|
|
|
>/dev/null || :
|
2006-01-23 15:51:42 +00:00
|
|
|
fi
|
|
|
|
|
2005-01-27 19:12:56 +00:00
|
|
|
|
|
|
|
%postun
|
2008-01-29 05:34:27 +00:00
|
|
|
/sbin/ldconfig
|
2006-01-23 15:51:42 +00:00
|
|
|
update-desktop-database &> /dev/null ||:
|
|
|
|
scrollkeeper-update -q || :
|
|
|
|
|
2006-05-23 04:28:00 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
|
|
|
/usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
|
|
|
|
fi
|
|
|
|
|
2005-01-27 19:12:56 +00:00
|
|
|
|
2006-09-05 01:38:31 +00:00
|
|
|
%files -f evince.lang
|
2005-01-27 19:12:56 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-08-03 03:06:42 +00:00
|
|
|
%doc README COPYING NEWS AUTHORS
|
2005-01-27 19:12:56 +00:00
|
|
|
%{_bindir}/*
|
2007-12-24 05:07:46 +00:00
|
|
|
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
|
2006-01-23 15:51:42 +00:00
|
|
|
%{_datadir}/%{name}/
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
2005-03-08 18:11:34 +00:00
|
|
|
%{_sysconfdir}/gconf/schemas/*.schemas
|
2007-02-13 15:46:49 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/evince.*
|
2007-08-06 05:55:23 +00:00
|
|
|
%{_mandir}/man1/evince.1.gz
|
2008-01-29 05:34:27 +00:00
|
|
|
%{_libdir}/libevbackend.so.*
|
|
|
|
%dir %{_libdir}/evince/backends
|
|
|
|
%{_libdir}/evince/backends/libpdfdocument.so
|
|
|
|
%{_libdir}/evince/backends/pdfdocument.evince-backend
|
|
|
|
%{_libdir}/evince/backends/libpsdocument.so
|
|
|
|
%{_libdir}/evince/backends/psdocument.evince-backend
|
|
|
|
%{_libdir}/evince/backends/libtiffdocument.so
|
|
|
|
%{_libdir}/evince/backends/tiffdocument.evince-backend
|
|
|
|
%{_libdir}/evince/backends/libcomicsdocument.so
|
|
|
|
%{_libdir}/evince/backends/comicsdocument.evince-backend
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/evince-2.20
|
|
|
|
%{_libdir}/libevbackend.so
|
|
|
|
|
|
|
|
%files dvi
|
|
|
|
%{_libdir}/evince/backends/libdvidocument.so*
|
|
|
|
%{_libdir}/evince/backends/dvidocument.evince-backend
|
|
|
|
|
|
|
|
%files djvu
|
|
|
|
%{_libdir}/evince/backends/libdjvudocument.so
|
|
|
|
%{_libdir}/evince/backends/djvudocument.evince-backend
|
2005-01-27 19:12:56 +00:00
|
|
|
|
|
|
|
%changelog
|
2008-03-13 18:45:50 +00:00
|
|
|
* Thu Mar 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
|
|
|
|
- Rebuild against the latest poppler
|
|
|
|
|
2008-03-11 01:28:49 +00:00
|
|
|
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
|
|
|
- Update to 2.22.0
|
|
|
|
|
2008-03-04 01:08:09 +00:00
|
|
|
* Mon Mar 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-2
|
|
|
|
- Rebuild
|
|
|
|
|
2008-02-13 03:06:10 +00:00
|
|
|
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
|
|
|
|
- Update to 2.21.91
|
|
|
|
|
2008-02-02 19:20:07 +00:00
|
|
|
* Sat Feb 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-5
|
|
|
|
- Fix nautilus property page and thumbnailer
|
|
|
|
|
2008-01-30 18:56:32 +00:00
|
|
|
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-4
|
|
|
|
- Use libspectre
|
|
|
|
|
2008-01-30 17:43:42 +00:00
|
|
|
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-3
|
|
|
|
- Don't link the thumbnailer against djvu
|
|
|
|
|
2008-01-29 15:45:47 +00:00
|
|
|
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-2
|
|
|
|
- Rebuild against split poppler
|
|
|
|
|
2008-01-29 03:45:17 +00:00
|
|
|
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
|
|
|
|
- Update to 2.21.90
|
|
|
|
|
2007-12-24 05:07:46 +00:00
|
|
|
* Sun Dec 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-2
|
|
|
|
- Build nautilus extension against nautilus 2.21
|
|
|
|
|
2007-12-06 04:59:33 +00:00
|
|
|
* Wed Dec 5 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
|
|
|
|
- Update to 2.21.1
|
|
|
|
|
2007-12-04 17:15:13 +00:00
|
|
|
* Tue Dec 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-2
|
|
|
|
- Enable the dvi backend
|
|
|
|
|
2007-11-27 05:24:36 +00:00
|
|
|
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
|
|
|
|
- Update to 2.20.2
|
|
|
|
|
2007-11-26 14:04:35 +00:00
|
|
|
* Mon Nov 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-5
|
|
|
|
- Fix a problem in the tiff patch
|
2007-11-26 14:19:42 +00:00
|
|
|
- Turn off the dvi backend for now, since the tetex kpathsea
|
|
|
|
gives linker errors on x86_64
|
2007-11-26 14:04:35 +00:00
|
|
|
|
2007-11-20 03:21:24 +00:00
|
|
|
* Sat Nov 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-4
|
|
|
|
- Enable the dvi and djvu backends
|
|
|
|
|
2007-11-16 04:06:24 +00:00
|
|
|
* Thu Nov 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-3
|
|
|
|
- Fix rendering of tiff images (#385671)
|
|
|
|
|
2007-10-23 05:39:46 +00:00
|
|
|
* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
|
|
|
|
- Rebuild against new dbus-glib
|
|
|
|
|
2007-10-16 03:42:45 +00:00
|
|
|
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
|
|
|
|
- Update to 2.20.1 (bug fixes and translation updates)
|
|
|
|
|
2007-10-03 17:12:16 +00:00
|
|
|
* Wed Oct 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
|
|
|
|
- Drop the nautilus dependency (#201967)
|
|
|
|
|
2007-09-24 22:14:00 +00:00
|
|
|
* Mon Sep 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
|
|
|
|
- Add a missing schema file
|
|
|
|
|
2007-09-17 18:44:15 +00:00
|
|
|
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
|
|
|
- Update to 2.20.0
|
|
|
|
|
2007-09-04 16:41:10 +00:00
|
|
|
* Tue Sep 4 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.92-1
|
|
|
|
- Update to 2.19.92. Evince now follows GNOME version numbers.
|
|
|
|
|
2007-08-15 13:50:43 +00:00
|
|
|
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-5
|
|
|
|
- Rebuild
|
|
|
|
|
2007-08-11 23:19:53 +00:00
|
|
|
* Sat Aug 11 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-4
|
|
|
|
- Fix the build
|
|
|
|
|
2007-08-06 05:55:23 +00:00
|
|
|
* Mon Aug 6 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-3
|
|
|
|
- Update licence field again
|
|
|
|
- Use %%find_lang for help files, too
|
|
|
|
- Add some missing requires
|
|
|
|
|
2007-08-03 03:06:42 +00:00
|
|
|
* Thu Aug 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-2
|
|
|
|
- Update the license field
|
|
|
|
|
2007-07-31 01:30:57 +00:00
|
|
|
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-1
|
|
|
|
- Update to 0.9.3
|
|
|
|
|
2007-07-10 15:15:17 +00:00
|
|
|
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.2-1
|
|
|
|
- Update to 0.9.2
|
|
|
|
|
2007-06-19 02:51:11 +00:00
|
|
|
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.1-1
|
|
|
|
- Update to 0.9.1
|
|
|
|
|
2007-06-11 11:49:15 +00:00
|
|
|
* Mon Jun 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-3
|
|
|
|
- Add comics-related build fixes
|
|
|
|
|
2007-06-11 09:49:38 +00:00
|
|
|
* Mon Jun 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-2
|
|
|
|
- Enable comics support (#186865)
|
|
|
|
|
2007-05-20 03:02:55 +00:00
|
|
|
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.0-1
|
|
|
|
- Update to 0.9.0
|
|
|
|
|
2007-04-04 02:09:34 +00:00
|
|
|
* Tue Apr 3 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-5
|
|
|
|
- Add an explicit --vendor="", to pacify older desktop-file-utils
|
|
|
|
|
2007-04-02 03:29:39 +00:00
|
|
|
* Sun Apr 1 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-4
|
|
|
|
- Add an explicit BR for gnome-icon-theme (#234780)
|
|
|
|
|
2007-04-01 15:01:32 +00:00
|
|
|
* Sun Apr 1 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-3
|
|
|
|
- Add an explicit --with-print=gtk to configure
|
|
|
|
- Drop libgnomeprintui22 BR
|
|
|
|
|
2007-03-31 04:15:21 +00:00
|
|
|
* Sat Mar 31 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-2
|
|
|
|
- Add support for xdg-user-dirs
|
|
|
|
|
2007-03-13 05:18:11 +00:00
|
|
|
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-1
|
|
|
|
- Update to 0.8.0
|
|
|
|
- Use desktop-file-install
|
|
|
|
|
2007-02-13 15:46:49 +00:00
|
|
|
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
|
|
|
|
- Update to 0.7.2
|
|
|
|
|
2007-01-11 02:39:14 +00:00
|
|
|
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
|
|
|
|
- Update to 0.7.1
|
|
|
|
|
2006-12-20 04:25:38 +00:00
|
|
|
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.0-1
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
2006-12-11 03:09:48 +00:00
|
|
|
* Sun Dec 10 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-2
|
|
|
|
- Fix an overflow in the PostScript backend (#217674, CVE-2006-5864)
|
|
|
|
|
2006-10-21 02:22:14 +00:00
|
|
|
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-1
|
|
|
|
- Update to 0.6.1
|
|
|
|
|
2006-10-18 17:14:48 +00:00
|
|
|
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-4
|
|
|
|
- Fix scripts according to the packaging guidelines
|
|
|
|
|
2006-10-01 21:16:13 +00:00
|
|
|
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-3.fc6
|
|
|
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
|
|
2006-09-22 05:40:06 +00:00
|
|
|
* Fri Sep 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-2.fc6
|
|
|
|
- Fix a deadlock in printing
|
|
|
|
|
2006-09-05 00:37:17 +00:00
|
|
|
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-1.fc6
|
|
|
|
- Update to 0.6.0
|
|
|
|
|
2006-08-21 22:41:25 +00:00
|
|
|
* Mon Aug 21 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.5-2.fc6
|
|
|
|
- Rebuild agains new dbus.
|
|
|
|
|
2006-08-12 02:47:20 +00:00
|
|
|
* Fri Aug 11 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.5-1.fc6
|
|
|
|
- Update to 0.5.5
|
|
|
|
|
2006-07-26 03:44:27 +00:00
|
|
|
* Tue Jul 25 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-3
|
|
|
|
- Don't ship an icon cache file
|
|
|
|
|
2006-07-19 04:31:34 +00:00
|
|
|
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-2
|
|
|
|
- Rebuild against new dbus
|
|
|
|
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.4-1.1
|
2006-07-12 17:23:33 +00:00
|
|
|
- rebuild
|
|
|
|
|
2006-07-12 04:14:10 +00:00
|
|
|
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-1
|
|
|
|
- Update to 0.5.4
|
|
|
|
|
2006-06-29 19:09:33 +00:00
|
|
|
* Thu Jun 29 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.3-4
|
|
|
|
- Bump gtk2 dependency to 2.9.4.
|
|
|
|
|
2006-06-09 03:27:04 +00:00
|
|
|
* Thu Jun 8 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-3
|
|
|
|
- Rebuild
|
|
|
|
|
2006-05-30 21:11:57 +00:00
|
|
|
* Tue May 30 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.3-2
|
|
|
|
- Add gettext build requires.
|
|
|
|
|
2006-05-23 03:38:30 +00:00
|
|
|
* Mon May 22 2006 Kristian Høgsberg <krh@redhat.com> 0.5.3-1
|
|
|
|
- Bump poppler_version to 0.5.2.
|
2006-05-23 04:28:00 +00:00
|
|
|
- Package icons and add %post and %postun script to update icon cache.
|
2006-05-23 03:38:30 +00:00
|
|
|
|
2006-05-17 15:59:15 +00:00
|
|
|
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-1
|
|
|
|
- Update to 0.5.3
|
|
|
|
|
2006-05-09 17:22:14 +00:00
|
|
|
* Tue May 9 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.2-1
|
|
|
|
- update to 0.5.2
|
|
|
|
|
2006-03-06 21:34:52 +00:00
|
|
|
* Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 0.5.1-3
|
|
|
|
- quiet scriptlet spew from gconfd killing
|
|
|
|
|
2006-03-01 19:30:03 +00:00
|
|
|
* Wed Mar 1 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.1-2
|
|
|
|
- Rebuild to pick up new poppler soname.
|
|
|
|
|
2006-02-28 02:45:33 +00:00
|
|
|
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
|
|
|
|
- Update to 0.5.1
|
2006-02-28 02:47:13 +00:00
|
|
|
- Drop upstreamed patch
|
2006-02-28 02:45:33 +00:00
|
|
|
|
2006-02-11 02:40:45 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.0-3.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:35:47 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.0-3.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-31 04:51:17 +00:00
|
|
|
* Mon Jan 30 2006 Christopher Aillon <caillon@redhat.com> 0.5.0-3
|
|
|
|
- Don't explicitly set the invisible char to '*'
|
|
|
|
|
2006-01-23 15:51:42 +00:00
|
|
|
* Mon Jan 23 2006 Kristian Høgsberg <krh@redhat.com> 0.5.0-2
|
|
|
|
- Spec file update from Brian Pepple <bdpepple@ameritech.net> (#123527):
|
|
|
|
- Drop Requires for gtk2 & poppler, devel soname pulls these in.
|
|
|
|
- Disable GConf schema install in install section.
|
|
|
|
- Add BR for gnome-doc-utils, nautilus & libXt-devel.
|
|
|
|
- Use smp_mflags.
|
|
|
|
- Drop BR for desktop-file-utils,gcc & gcc-c++.
|
|
|
|
- Add URL & full source.
|
|
|
|
- Use more macros.
|
|
|
|
- Fix ownership of some directories.
|
|
|
|
- Drop depreciated prereq, and use requires.
|
|
|
|
- Use fedora extras preferred buildroot.
|
|
|
|
- Various formatting changes.
|
|
|
|
|
2006-01-20 15:42:19 +00:00
|
|
|
* Fri Jan 20 2006 Kristian Høgsberg <krh@redhat.com> 0.5.0-1
|
|
|
|
- Update to 0.5.0 release.
|
|
|
|
|
|
|
|
* Tue Dec 13 2005 Kristian Høgsberg <krh@redhat.com> 0.4.0-4
|
|
|
|
- Added a couple of missing build requires.
|
|
|
|
|
2005-12-10 16:49:01 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 0.4.0-3.1
|
2005-12-09 22:40:21 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2005-12-02 00:17:47 +00:00
|
|
|
* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-3
|
|
|
|
- rebuild for new dbus
|
|
|
|
|
2005-09-13 15:02:46 +00:00
|
|
|
* Tue Sep 13 2005 Marco Pesenti Gritti <mpg@redhat.com> 0.4.0-2
|
|
|
|
- Rebuild
|
|
|
|
|
2005-08-26 16:26:04 +00:00
|
|
|
* Fri Aug 26 2005 Marco Pesenti Gritti <mpg@redhat.com> 0.4.0-1
|
|
|
|
- Update to 0.4.0
|
2005-08-26 16:35:59 +00:00
|
|
|
- No more need to remove ev-application-service.h
|
2005-08-26 16:26:04 +00:00
|
|
|
|
2005-08-19 20:27:46 +00:00
|
|
|
* Fri Aug 19 2005 Kristian Høgsberg <krh@redhat.com> 0.3.4-2
|
|
|
|
- Remove stale autogenerated ev-application-service.h.
|
|
|
|
|
2005-08-18 00:04:28 +00:00
|
|
|
* Wed Aug 17 2005 Kristian Høgsberg <krh@redhat.com> 0.3.4-1
|
|
|
|
- New upstream version again.
|
2005-08-18 00:48:22 +00:00
|
|
|
- Add nautilus property page .so's.
|
2005-08-18 00:31:41 +00:00
|
|
|
- Stop scrollkeeper from doing what it does.
|
2005-08-18 00:04:28 +00:00
|
|
|
|
2005-08-17 22:05:51 +00:00
|
|
|
* Wed Aug 17 2005 Kristian Høgsberg <krh@redhat.com> 0.3.3-2
|
|
|
|
- Bump release and rebuild.
|
2005-08-17 23:56:29 +00:00
|
|
|
- Require poppler > 0.4.0.
|
2005-08-17 22:05:51 +00:00
|
|
|
|
2005-08-16 12:59:33 +00:00
|
|
|
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
- Newer upstream version
|
|
|
|
|
2005-08-09 17:45:33 +00:00
|
|
|
* Tue Aug 09 2005 Andrew Overholt <overholt@redhat.com> 0.3.2-3
|
|
|
|
- Add necessary build requirements.
|
|
|
|
- Bump poppler_version to 0.3.3.
|
|
|
|
|
2005-08-04 17:41:42 +00:00
|
|
|
* Thu Aug 4 2005 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
|
|
|
|
- Newer upstream version
|
|
|
|
|
2005-06-06 10:17:06 +00:00
|
|
|
* Mon Jun 6 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.1-2
|
|
|
|
- Add poppler version dep and refactor the gtk2 one
|
|
|
|
|
2005-05-22 11:18:31 +00:00
|
|
|
* Sun May 22 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.1-1
|
|
|
|
- Update to 0.3.1
|
|
|
|
|
2005-05-07 10:51:42 +00:00
|
|
|
* Sat May 7 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.0-1
|
|
|
|
- Update to 0.3.0
|
|
|
|
|
2005-04-23 10:52:41 +00:00
|
|
|
* Sat Apr 23 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.2.1-1
|
|
|
|
- Update to 0.2.1
|
2005-04-23 11:04:53 +00:00
|
|
|
- Add help support
|
2005-04-23 10:52:41 +00:00
|
|
|
|
2005-04-06 10:03:41 +00:00
|
|
|
* Wed Apr 6 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.2.0-1
|
|
|
|
- Update to 0.2.0
|
|
|
|
|
2005-03-14 13:09:09 +00:00
|
|
|
* Sat Mar 12 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.9-1
|
|
|
|
- Update to 0.1.9
|
|
|
|
|
2005-03-12 11:46:00 +00:00
|
|
|
* Sat Mar 12 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.8-1
|
|
|
|
- Update to 0.1.8
|
|
|
|
|
2005-03-08 18:00:48 +00:00
|
|
|
* Sat Mar 8 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.7-1
|
|
|
|
- Update to 0.1.7
|
2005-03-08 18:11:34 +00:00
|
|
|
- Install the new schemas
|
2005-03-08 18:00:48 +00:00
|
|
|
|
2005-03-08 14:23:26 +00:00
|
|
|
* Sat Mar 8 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.6-1
|
2005-03-08 14:22:37 +00:00
|
|
|
- Update to 0.1.6
|
|
|
|
- Add poppler dependency
|
|
|
|
|
2005-03-03 16:32:39 +00:00
|
|
|
* Sat Mar 3 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.5-2
|
|
|
|
- Rebuild
|
|
|
|
|
2005-02-26 19:09:35 +00:00
|
|
|
* Sat Feb 26 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.5-1
|
|
|
|
- Update to 0.1.5
|
|
|
|
|
2005-02-09 13:29:39 +00:00
|
|
|
* Tue Feb 9 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.4-1
|
|
|
|
- Update to 0.1.4
|
2005-02-09 14:08:30 +00:00
|
|
|
- Install schemas and update desktop database
|
2005-02-09 13:29:39 +00:00
|
|
|
|
2005-02-04 16:10:41 +00:00
|
|
|
* Tue Feb 4 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.3-1
|
|
|
|
- Update to 0.1.3
|
|
|
|
|
2005-02-01 16:27:19 +00:00
|
|
|
* Tue Feb 1 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.2-1
|
|
|
|
- Update to 0.1.2
|
|
|
|
|
2005-01-27 19:12:56 +00:00
|
|
|
* Wed Jan 26 2005 Jeremy Katz <katzj@redhat.com> - 0.1.1-1
|
|
|
|
- 0.1.1
|
|
|
|
|
|
|
|
* Thu Jan 20 2005 Jeremy Katz <katzj@redhat.com> - 0.1.0-0.20050120
|
|
|
|
- update to current cvs
|
|
|
|
|
|
|
|
* Thu Jan 6 2005 Jeremy Katz <katzj@redhat.com> - 0.1.0-0.20050106.1
|
|
|
|
- require gtk2 >= 2.6
|
|
|
|
|
|
|
|
* Thu Jan 6 2005 Jeremy Katz <katzj@redhat.com>
|
|
|
|
- Initial build.
|
|
|
|
- Add a desktop file
|