fix the build

This commit is contained in:
Matthias Clasen 2007-08-11 23:19:53 +00:00
parent f1fb7cb240
commit 7b7be94a62

View File

@ -5,7 +5,7 @@
Name: evince
Version: 0.9.3
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Document viewer
License: GPLv2+ and GFDL+
@ -56,6 +56,7 @@ evince is a GNOME-based document viewer.
#%patch1 -p1 -b .comics-build-fixes
%build
intltoolize --force
autoreconf
%configure --disable-static --disable-scrollkeeper --with-print=gtk --enable-comics=yes
make %{?_smp_mflags}
@ -152,6 +153,9 @@ fi
%changelog
* Sat Aug 11 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-4
- Fix the build
* Mon Aug 6 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-3
- Update licence field again
- Use %%find_lang for help files, too