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