This commit is contained in:
parent
5ff3a35093
commit
7907f2f7c9
@ -14,6 +14,9 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libfontenc
|
||||
%define lname libfontenc1
|
||||
Version: 1.1.0
|
||||
@ -21,16 +24,16 @@ Release: 0
|
||||
Summary: X11 font encoding library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Url: http://xorg.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libfontenc
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libfontenc/
|
||||
Source: %name-%version.tar.bz2
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf >= 2.60, automake, libtool
|
||||
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.3
|
||||
BuildRequires: pkgconfig(fontutil) >= 1.1, pkgconfig(zlib)
|
||||
BuildRequires: pkgconfig(xproto)
|
||||
BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.3
|
||||
BuildRequires: pkgconfig(fontutil) >= 1.1 pkgconfig(zlib)
|
||||
BuildRequires: pkgconfig(xproto)
|
||||
|
||||
%description
|
||||
The libfontenc library is used by the Xorg server and other X font
|
||||
@ -52,8 +55,8 @@ Summary: Development files for the X11 font encoding library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
# O/P added for 12.2
|
||||
Provides: xorg-x11-libfontenc-devel = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libfontenc-devel < 7.6_%version-%release
|
||||
Provides: xorg-x11-libfontenc-devel = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libfontenc-devel < 7.6_%version-%release
|
||||
|
||||
%description devel
|
||||
The libfontenc library is used by the Xorg server and other X font
|
||||
|
Loading…
x
Reference in New Issue
Block a user