diff --git a/xournal.spec b/xournal.spec index dc2f777..e661b1d 100644 --- a/xournal.spec +++ b/xournal.spec @@ -1,6 +1,6 @@ Name: xournal Version: 0.4.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Notetaking, sketching, PDF annotation and general journal Group: Applications/Editors @@ -14,7 +14,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.10.0 BuildRequires: libgnomecanvas-devel >= 2.4.0 BuildRequires: libgnomeprintui22-devel >= 2.0.0 +%if 0%{?fedora} > 9 || 0%{?rhel} > 5 BuildRequires: poppler-glib-devel >= 0.5.4 +%else +BuildRequires: poppler-devel >= 0.5.4 +%endif +%if 0%{?rhel} > 4 +BuildRequires: autoconf, automake +%endif BuildRequires: freetype-devel >= 2.0.0 BuildRequires: desktop-file-utils BuildRequires: ImageMagick @@ -103,6 +110,9 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %changelog +* Tue Jun 01 2010 Rick L Vinyard Jr 0.4.5-4 +- Add EPEL defines + * Tue Feb 16 2010 Rick L Vinyard Jr 0.4.5-3 - Remove freetype patch and add general configure.in patch to fix implicit DSO linking