]> git.pld-linux.org Git - packages/fontconfig.git/blobdiff - fontconfig.spec
- fixed epoch:version issue
[packages/fontconfig.git] / fontconfig.spec
index c1d3394cc59a682980126d7bebcc5865a36e6bb5..df95aab8a0767c01e7d343645b5a2fef89197dac 100644 (file)
@@ -2,13 +2,13 @@ Summary:      Font configuration and customization library
 Summary(pl):   Biblioteka do konfigurowania fontów
 Summary(pt_BR):        Fontconfig é uma biblioteca para configuração e customização do acesso a fontes
 Name:          fontconfig
-Version:       2.2.0
-Release:       2
+Version:       2.2.90
+Release:       1
 Epoch:         1
 License:       MIT
 Group:         Libraries
 Source0:       http://fontconfig.org/release/%{name}-%{version}.tar.gz
-# Source0-md5: cf0ce6c87e5d6362e9ebc8d94a45fdc4
+# Source0-md5: 5cb87476743be1bbf1674ed72a76ae6a
 Patch0:                %{name}-blacklist.patch
 Patch1:                %{name}-date.patch
 Patch2:                %{name}-defaultconfig.patch
@@ -22,7 +22,7 @@ BuildRequires:        freetype-devel
 BuildRequires: libtool
 Requires(post):        /sbin/ldconfig
 Provides:      XFree86-fontconfig
-Provides:      %{name}-realpkg = %{version}
+Provides:      %{name}-realpkg = %{epoch}:%{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     XFree86-fontconfig
 
@@ -43,10 +43,10 @@ Summary:    Font configuration and customization library
 Summary(pl):   Biblioteka do konfigurowania fontów
 Summary(pt_BR):        Fontconfig é uma biblioteca para configuração e customização do acesso a fontes
 Group:         Development/Libraries
-Requires:      %{name}-realpkg = %{version}
+Requires:      %{name}-realpkg = %{epoch}:%{version}
 Requires:      expat-devel
 Requires:      freetype-devel
-Provides:      %{name}-devel-realpkg = %{version}
+Provides:      %{name}-devel-realpkg = %{epoch}:%{version}
 Provides:      XFree86-fontconfig-devel
 Obsoletes:     XFree86-fontconfig-devel
 
@@ -72,7 +72,7 @@ a fontes.
 Summary:       Static font configuration and customization library
 Summary(pl):   Statyczna biblioteka do konfigurowania fontów
 Group:         Development/Libraries
-Requires:      %{name}-devel-realpkg = %{version}
+Requires:      %{name}-devel-realpkg = %{epoch}:%{version}
 Provides:      XFree86-fontconfig-static
 Obsoletes:     XFree86-fontconfig-static
 
@@ -105,9 +105,6 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install fc-cache/fc-cache.man $RPM_BUILD_ROOT%{_mandir}/man1/fc-cache.1
-install fc-list/fc-list.man $RPM_BUILD_ROOT%{_mandir}/man1/fc-list.1
-
 mv -f $RPM_BUILD_ROOT%{_docdir}/%{name} installed-docs
 
 %clean
This page took 0.047351 seconds and 4 git commands to generate.