diff --git a/graphite2.spec b/graphite2.spec index 6ee9455..01c0804 100644 --- a/graphite2.spec +++ b/graphite2.spec @@ -1,6 +1,6 @@ Name: graphite2 Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Font rendering capabilities for complex non-Roman writing systems Group: Development/Tools @@ -9,7 +9,7 @@ URL: http://sourceforge.net/projects/silgraphite/ Source0: http://downloads.sourceforge.net/silgraphite/graphite2-%{version}.tgz BuildRequires: cmake -BuildRequires: freetype-devel,silgraphite-devel +BuildRequires: freetype-devel BuildRequires: doxygen,tex(latex),asciidoc %description @@ -32,7 +32,7 @@ Includes and definitions for developing with graphite2. %setup -q %build -%cmake . +%cmake -DENABLE_COMPARE_RENDERER=OFF . make %{?_smp_mflags} make docs @@ -51,7 +51,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la %files %defattr(-,root,root,-) %doc LICENSE COPYING ChangeLog doc/manual.html -%{_bindir}/comparerenderer %{_bindir}/gr2fonttest %{_libdir}/libgraphite2.so.2.0.0 @@ -66,6 +65,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la %{_libdir}/pkgconfig/graphite2.pc %changelog +* Fri Aug 26 2011 Nicholas van Oudtshoorn - 1.0.2-2 +- Removed dependency on silgraphite-devel +- Stopped building comparerenderer - the only thing that depended on silgraphite * Fri Aug 19 2011 Nicholas van Oudtshoorn - 1.0.2-1 - Rebase to new release - SPEC Cleanup