missing boost include

f41
Stephan Bergmann 12 years ago
parent 141738bac7
commit 8086a6d317

@ -0,0 +1,11 @@
--- liborcus_0.3.0/src/liborcus/dom_tree.cpp~ 2012-11-28 13:21:10.000000000 +0100
+++ liborcus_0.3.0/src/liborcus/dom_tree.cpp 2013-02-15 14:54:30.246271997 +0100
@@ -34,6 +34,8 @@
#include <iostream>
#include <sstream>
+#include <boost/noncopyable.hpp>
+
using namespace std;
namespace orcus {

@ -1,6 +1,6 @@
Name: liborcus
Version: 0.3.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Standalone file import filter library for spreadsheet documents
Group: System Environment/Libraries
@ -13,6 +13,8 @@ BuildRequires: boost-devel
BuildRequires: mdds-devel
BuildRequires: zlib-devel
Patch1: boost-include.patch
%description
%{name} is a standalone file import filter library for spreadsheet
documents. Currently under development are ODS, XLSX and CSV import
@ -38,6 +40,7 @@ Tools for working with Orcus.
%prep
%setup -q -n %{name}_%{version}
%patch1 -p1 -b .boost-include.patch
%build
@ -78,6 +81,9 @@ rm -f %{buildroot}/%{_libdir}/*.la
%changelog
* Fri Feb 15 2013 Stephan Bergmannn <sbergman@redhat.com> - 0.3.0-5
- missing boost include
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.0-4
- Rebuild for Boost-1.53.0

Loading…
Cancel
Save