SHA256
1
0
forked from pool/libvisio
Fridrich Strba 2014-07-25 07:40:17 +00:00 committed by Git OBS Bridge
parent d8dd65f927
commit 189fbf368f
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
--- libvisio-0.1.0/libvisio.pc.in 2014-04-16 19:13:10.000000000 +0200
+++ libvisio-0.1.0/libvisio.pc.in 2014-07-25 09:32:17.433533097 +0200
@@ -9,5 +9,3 @@
Requires: librevenge-0.0 librevenge-stream-0.0
Libs: -L${libdir} -lvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@
Cflags: -I${includedir}/libvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@
-
-Requires.private: icu-i18n libxml-2.0 zlib

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 25 07:39:37 UTC 2014 - fstrba@suse.com
- Added patch: libvisio-0.1.0-pkgconfig.patch
* Remove the Requires.private which breaks SLE11 builds
-------------------------------------------------------------------
Mon May 26 09:23:52 UTC 2014 - fstrba@suse.com

View File

@ -25,6 +25,7 @@ License: MPL-2.0
Group: Productivity/Publishing/Word
Url: http://www.freedesktop.org/wiki/Software/libvisio
Source0: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
Patch0: libvisio-0.1.0-pkgconfig.patch
BuildRequires: boost-devel
BuildRequires: doxygen
BuildRequires: fdupes
@ -80,6 +81,7 @@ This package contains tools to work with documents in MS Visio file-format.
%prep
%setup -q
%patch0 -p1
%build
export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"