]> git.pld-linux.org Git - packages/fontconfig.git/commitdiff
- 2.6.99 snapshot from Behdad's tree (not yet released by upstream)
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 9 Jun 2009 12:08:14 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixes various bugs in 2.6.0
- adds support for fc-query and fc-scan (needed by rpm font provider)

Changed files:
    fontconfig.spec -> 1.83

fontconfig.spec

index 80a4469626bfa9ffbd4094901a99bb73e5ae7575..34bb0ebb0c7eb95965e9f73539342b8c1df5f3c2 100644 (file)
@@ -2,17 +2,19 @@
 # Conditional build
 %bcond_without static_libs     # don't build static library
 #
+%define                snap behdad.20090601
 Summary:       Font configuration and customization tools
 Summary(pl.UTF-8):     Narzędzia do konfigurowania fontów
 Summary(pt_BR.UTF-8):  Ferramentas para configuração e customização do acesso a fontes
 Name:          fontconfig
-Version:       2.6.0
-Release:       3
+Version:       2.6.99
+Release:       0.%{snap}.1
 Epoch:         1
 License:       MIT
 Group:         Libraries
-Source0:       http://fontconfig.org/release/%{name}-%{version}.tar.gz
-# Source0-md5: ab54ec1d4ddd836313fdbc0cd5299d6d
+#Source0:      http://fontconfig.org/release/%{name}-%{version}.tar.gz
+Source0:       http://people.freedesktop.org/~behdad/fontconfig/%{name}-%{version}.%{snap}.tar.gz
+# Source0-md5: 03aec10ac95d376ab402e5644196684b
 Source1:       %{name}-lcd-filter.conf
 Patch0:                %{name}-blacklist.patch
 Patch1:                %{name}-bitstream-cyberbit.patch
@@ -121,7 +123,7 @@ Ten pakiet zawiera statyczną wersję biblioteki fontconfig.
 Este pacote contém a biblioteca estática do fontconfig
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}.%{snap}
 %patch0 -p1
 %patch1 -p1
 
This page took 0.164858 seconds and 4 git commands to generate.