|
|
@ -39,8 +39,9 @@ Tools for working with Orcus.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
# FIXME: make orcus-zip-dump build
|
|
|
|
# fix build of orcus-zip-dump
|
|
|
|
sed -i -e '38s@orcus-zip-dump\$(EXEEXT)@@' src/Makefile.in
|
|
|
|
sed -i -e 's/orcus_zip_dump_LDADD = /& $(BOOST_SYSTEM_LIB)/' \
|
|
|
|
|
|
|
|
src/Makefile.in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -82,6 +83,7 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
|
|
|
%files tools
|
|
|
|
%files tools
|
|
|
|
%{_bindir}/orcus-mso-encryption
|
|
|
|
%{_bindir}/orcus-mso-encryption
|
|
|
|
%{_bindir}/orcus-xml-dump
|
|
|
|
%{_bindir}/orcus-xml-dump
|
|
|
|
|
|
|
|
%{_bindir}/orcus-zip-dump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|