- chmod 644 even more documentation (#429806)

This commit is contained in:
jorton 2008-01-23 09:22:28 +00:00
parent 6bd1848cec
commit 7f43eefd76

View File

@ -1,7 +1,7 @@
Summary: An XML parser library
Name: expat
Version: 2.0.1
Release: 3
Release: 4
Group: System Environment/Libraries
Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz
URL: http://www.libexpat.org/
@ -41,7 +41,7 @@ make %{?_smp_mflags}
rm -rf ${RPM_BUILD_ROOT}
rm -f examples/*.dsp
chmod 644 doc/*
chmod 644 README COPYING Changes doc/* examples/*
make install DESTDIR=$RPM_BUILD_ROOT
@ -74,6 +74,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/*.h
%changelog
* Wed Jan 23 2008 Joe Orton <jorton@redhat.com> 2.0.1-4
- chmod 644 even more documentation (#429806)
* Tue Jan 8 2008 Joe Orton <jorton@redhat.com> 2.0.1-3
- chmod 644 the documentation (#427950)