Accepting request 96721 from M17N
license update: MIT Just list MIT in the spec file - this is not a dual license (forwarded request 96714 from babelworx) OBS-URL: https://build.opensuse.org/request/show/96721 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontconfig?expand=0&rev=51
This commit is contained in:
commit
80f9a38566
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 15 09:20:44 UTC 2011 - cfarrell@suse.com
|
||||||
|
|
||||||
|
- license update: MIT
|
||||||
|
Just list MIT in the spec file - this is not a dual license
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 8 10:24:16 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- fix license to be in spdx.org format
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sun Nov 6 16:00:40 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -16,16 +16,30 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: fontconfig
|
Name: fontconfig
|
||||||
%define build_docs 0
|
%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}
|
%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
|
%endif
|
||||||
License: Public Domain, Freeware ; MIT License (or similar)
|
|
||||||
Provides: XFree86:/etc/fonts/fonts.dtd
|
Provides: XFree86:/etc/fonts/fonts.dtd
|
||||||
Group: System/Libraries
|
|
||||||
Url: http://fontconfig.org/
|
Url: http://fontconfig.org/
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -33,8 +47,10 @@ Obsoletes: fontconfig-64bit
|
|||||||
%endif
|
%endif
|
||||||
Requires: bash
|
Requires: bash
|
||||||
Version: 2.8.0
|
Version: 2.8.0
|
||||||
Release: 14
|
Release: 0
|
||||||
Summary: Library for Font Configuration
|
Summary: Library for Font Configuration
|
||||||
|
License: MIT
|
||||||
|
Group: System/Libraries
|
||||||
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
||||||
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
||||||
# CVS password: <hit return>
|
# CVS password: <hit return>
|
||||||
@ -80,12 +96,12 @@ an internal configuration from XML files, and the matching module,
|
|||||||
which accepts font patterns and returns the nearest matching font.
|
which accepts font patterns and returns the nearest matching font.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: MIT License (or similar)
|
|
||||||
Requires: %{name} = %version
|
Requires: %{name} = %version
|
||||||
Requires: freetype2-devel glibc-devel
|
Requires: freetype2-devel glibc-devel
|
||||||
Provides: XFree86-devel:%_libdir/pkgconfig/fontconfig.pc
|
Provides: XFree86-devel:%_libdir/pkgconfig/fontconfig.pc
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
|
License: MIT
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: fontconfig-devel-64bit
|
Obsoletes: fontconfig-devel-64bit
|
||||||
|
Loading…
Reference in New Issue
Block a user