Removing executable files from the doc/samples directory.

epel9
Jonathan Robie 15 years ago
parent 1128e1af8f
commit 95242dbd67

@ -1,7 +1,7 @@
Summary: Validating XML Parser
Name: xerces-c
Version: 3.0.1
Release: 6%{?dist}
Release: 7%{?dist}
License: ASL 2.0
Group: System Environment/Libraries
URL: http://xml.apache.org/xerces-c/
@ -69,6 +69,7 @@ make
%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR="$RPM_BUILD_ROOT"
cd samples; make clean
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

Loading…
Cancel
Save