Accepting request 95058 from home:coolo:removeautomake
- add libtool as buildrequire to avoid implicit dependency OBS-URL: https://build.opensuse.org/request/show/95058 OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=46
This commit is contained in:
committed by
Git OBS Bridge
parent
575dcd3fc4
commit
caa0bca042
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 1 16:50:47 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add libtool as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 6 16:00:40 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
|
@@ -15,15 +15,30 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: fontconfig
|
||||
%define build_docs 0
|
||||
BuildRequires: freetype2-devel libexpat-devel pkgconfig
|
||||
BuildRequires: automake
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
%if %{build_docs}
|
||||
BuildRequires: docbook-dsssl-stylesheets docbook-utils docbook_3 docbook_4 iso_ent jadetex libpng libxml2 libxml2-devel lynx openjade opensp perl-SGMLS sgml-skel
|
||||
BuildRequires: docbook-dsssl-stylesheets
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: docbook_3
|
||||
BuildRequires: docbook_4
|
||||
BuildRequires: iso_ent
|
||||
BuildRequires: jadetex
|
||||
BuildRequires: libpng
|
||||
BuildRequires: libxml2
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: lynx
|
||||
BuildRequires: openjade
|
||||
BuildRequires: opensp
|
||||
BuildRequires: perl-SGMLS
|
||||
BuildRequires: sgml-skel
|
||||
%endif
|
||||
License: Public Domain, Freeware ; MIT License (or similar)
|
||||
License: MIT ; Public Domain, Freeware
|
||||
Provides: XFree86:/etc/fonts/fonts.dtd
|
||||
Group: System/Libraries
|
||||
Url: http://fontconfig.org/
|
||||
@@ -33,7 +48,7 @@ Obsoletes: fontconfig-64bit
|
||||
%endif
|
||||
Requires: bash
|
||||
Version: 2.8.0
|
||||
Release: 14
|
||||
Release: 0
|
||||
Summary: Library for Font Configuration
|
||||
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
||||
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
||||
@@ -80,7 +95,7 @@ an internal configuration from XML files, and the matching module,
|
||||
which accepts font patterns and returns the nearest matching font.
|
||||
|
||||
%package devel
|
||||
License: MIT License (or similar)
|
||||
License: MIT
|
||||
Requires: %{name} = %version
|
||||
Requires: freetype2-devel glibc-devel
|
||||
Provides: XFree86-devel:%_libdir/pkgconfig/fontconfig.pc
|
||||
|
Reference in New Issue
Block a user