Fix build problem with configure flag
This commit is contained in:
parent
2d806c4216
commit
444435e0e5
@ -1,6 +1,6 @@
|
||||
Name: xmlstarlet
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Command Line XML Toolkit
|
||||
Group: Applications/Text
|
||||
License: MIT
|
||||
@ -27,7 +27,7 @@ commands.
|
||||
|
||||
%build
|
||||
autoreconf -i
|
||||
%configure --disable-static-libs # --libdir=%{_libdir}
|
||||
%configure --disable-static-libs --with-libxml-include-prefix=%{_includedir}/libxml2 # --libdir=%{_libdir}
|
||||
make %{?_smp_mflags}
|
||||
cd $RPM_BUILD_DIR/%{name}-%{version}/doc
|
||||
xmlto man xmlstarlet-man.xml
|
||||
@ -58,6 +58,9 @@ rm -fr %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 15 2012 Paul W. Frields <stickster@gmail.com> - 1.3.1-2
|
||||
- Fix build with configure flag
|
||||
|
||||
* Wed Feb 15 2012 Paul W. Frields <stickster@gmail.com> - 1.3.1-1
|
||||
- Update to upstream 1.3.1 (#782066)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user