This commit is contained in:
parent
d8dd65f927
commit
189fbf368f
8
libvisio-0.1.0-pkgconfig.patch
Normal file
8
libvisio-0.1.0-pkgconfig.patch
Normal 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
|
@ -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
|
Mon May 26 09:23:52 UTC 2014 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ License: MPL-2.0
|
|||||||
Group: Productivity/Publishing/Word
|
Group: Productivity/Publishing/Word
|
||||||
Url: http://www.freedesktop.org/wiki/Software/libvisio
|
Url: http://www.freedesktop.org/wiki/Software/libvisio
|
||||||
Source0: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
|
Source0: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
|
||||||
|
Patch0: libvisio-0.1.0-pkgconfig.patch
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -80,6 +81,7 @@ This package contains tools to work with documents in MS Visio file-format.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
|
export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
|
||||||
|
Loading…
Reference in New Issue
Block a user