]> git.pld-linux.org Git - packages/graphite2.git/blobdiff - graphite2.spec
- updated to 1.3.11
[packages/graphite2.git] / graphite2.spec
index 21e3de828aeefcb2a7ad2d0126d574b940062e04..706b22b5d7af8f24ef2d106a9c99940881512b7a 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       Font rendering capabilities for complex non-Roman writing systems
 Summary(pl.UTF-8):     Wsparcie renderowania złożonych systemów pisma nierzymskiego
 Name:          graphite2
-Version:       1.1.1
-Release:       2
+Version:       1.3.11
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
-Source0:       http://downloads.sourceforge.net/silgraphite/graphite2/%{name}-%{version}.tgz
-# Source0-md5: d2470967db5cdc6c04468950e423e9df
-Patch0:                %{name}-1.0.2-no_harfbuzz_tests.patch
-Patch1:                %{name}-fix_wrong_linker_opts.patch
-Patch2:                %{name}-includes-libs-perl.patch
+Source0:       http://downloads.sourceforge.net/silgraphite/%{name}-%{version}.tgz
+# Source0-md5: 9b6166dee759e2175fe7983f65bd8be2
+Patch0:                %{name}-fix_wrong_linker_opts.patch
+Patch1:                %{name}-includes-libs-perl.patch
 URL:           http://graphite.sil.org/
 BuildRequires: cmake >= 2.8.0
 BuildRequires: libstdc++-devel
@@ -18,7 +17,6 @@ BuildRequires:        pkgconfig
 BuildRequires: freetype-devel >= 2
 BuildRequires: glib2-devel >= 2.0
 BuildRequires: libicu-devel
-BuildRequires: silgraphite-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -56,7 +54,6 @@ Pliki nagłówkowe biblioteki graphite2.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 install -d build
@@ -72,8 +69,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
-/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir}
-
 # cmake's fake (with no dependencies); also obsoleted by pkg-config
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libgraphite2.la
 
@@ -86,9 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog doc/*.txt
-%attr(755,root,root) %{_bindir}/comparerenderer
 %attr(755,root,root) %{_bindir}/gr2fonttest
 %attr(755,root,root) %{_libdir}/libgraphite2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgraphite2.so.3
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.04824 seconds and 4 git commands to generate.