forked from pool/graphite2
This commit is contained in:
parent
1389b77871
commit
4dc79f3a95
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bc3d5168029bcc0aa00eb2c973269d29407be2796ff56f9c80e10736bd8b003
|
||||
size 6938866
|
3
graphite2-1.3.0.tgz
Normal file
3
graphite2-1.3.0.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9b1f59b657338cae67938f66af40874a1c8a7a552f59bfd5949927204d76f9d
|
||||
size 8493201
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libgraphite2-3
|
||||
Name: graphite2
|
||||
Version: 1.2.4
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Font rendering capabilities for complex non-Roman writing systems
|
||||
License: LGPL-2.1+ or GPL-2.0+ or MPL-1.1
|
||||
@ -26,12 +26,12 @@ Group: Productivity/Publishing/Word
|
||||
Url: http://sourceforge.net/projects/silgraphite/
|
||||
Source0: http://downloads.sourceforge.net/silgraphite/graphite2-%{version}.tgz
|
||||
Source1: baselibs.conf
|
||||
Patch0: no-specific-nunit-version.diff
|
||||
Patch1: soname.diff
|
||||
Patch2: link-gcc-shared.diff
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fontconfig-devel
|
||||
# Required for tests
|
||||
BuildRequires: fonttools
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glib2-devel
|
||||
@ -77,8 +77,6 @@ This package contains the %{name} development files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2
|
||||
|
||||
%build
|
||||
@ -98,7 +96,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%check
|
||||
cd build
|
||||
ctest --extra-verbose --output-on-failure
|
||||
ctest --output-on-failure
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- graphite2-1.2.0.orig/contrib/C#/NGraphiteTests/NGraphiteTests.csproj
|
||||
+++ graphite2-1.2.0/contrib/C#/NGraphiteTests/NGraphiteTests.csproj
|
||||
@@ -30,10 +30,10 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
- <Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
|
||||
+ <Reference Include="nunit.core">
|
||||
<Package>mono-nunit</Package>
|
||||
</Reference>
|
||||
- <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
|
||||
+ <Reference Include="nunit.framework">
|
||||
<Package>mono-nunit</Package>
|
||||
</Reference>
|
||||
</ItemGroup>
|
@ -1,7 +0,0 @@
|
||||
--- graphite2-1.2.0.orig/contrib/C#/NGraphite/NGraphite.dll.config
|
||||
+++ graphite2-1.2.0/contrib/C#/NGraphite/NGraphite.dll.config
|
||||
@@ -1,3 +1,3 @@
|
||||
<configuration>
|
||||
- <dllmap dll="graphite2.dll" target="libgraphite2.so.2.0.0" os="!windows"/>
|
||||
+ <dllmap dll="graphite2.dll" target="libgraphite2.so.3" os="!windows"/>
|
||||
</configuration>
|
Loading…
Reference in New Issue
Block a user