diff --git a/expat.spec b/expat.spec index 3196c41..b56f6df 100644 --- a/expat.spec +++ b/expat.spec @@ -1,7 +1,7 @@ Summary: An XML parser library Name: expat Version: 2.0.1 -Release: 2 +Release: 3 Group: System Environment/Libraries Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz URL: http://www.libexpat.org/ @@ -41,6 +41,7 @@ make %{?_smp_mflags} rm -rf ${RPM_BUILD_ROOT} rm -f examples/*.dsp +chmod 644 doc/* make install DESTDIR=$RPM_BUILD_ROOT @@ -73,6 +74,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_includedir}/*.h %changelog +* Tue Jan 8 2008 Joe Orton 2.0.1-3 +- chmod 644 the documentation (#427950) + * Wed Aug 22 2007 Joe Orton 2.0.1-2 - rebuild