Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37548340
en ru br
Репозитории ALT

Группа :: Разработка/C
Пакет: libxfontcache

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# BEGIN SourceDeps(oneline):
BuildRequires: gcc-c++ pkgconfig(fontcacheproto)
# END SourceDeps(oneline)
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
%define major 1
%define libxfontcache libxfontcache%{major}
%define develname libxfontcache-devel

Name: libxfontcache
Summary:  The Xfontcache Library
Version: 1.0.5
Release: alt1_11
Group: Development/C
License: MIT
URL: http://xorg.freedesktop.org
Source0: http://xorg.freedesktop.org/releases/individual/lib/libXfontcache-%{version}.tar.bz2
BuildRequires: pkgconfig(x11) >= 1.0.0
BuildRequires: pkgconfig(xext) >= 1.0.0
BuildRequires: xorg-proto-devel >= 1.0.0
BuildRequires: xorg-util-macros >= 1.0.1
Source44: import.info

%description
The Xfontcache Library

#-----------------------------------------------------------


%package -n %{libxfontcache}
Summary:  The Xfontcache Library
Group: Development/C
Provides: %{name} = %{version}

%description -n %{libxfontcache}
The Xfontcache Library

%files -n %{libxfontcache}
%{_libdir}/libXfontcache.so.%{major}
%{_libdir}/libXfontcache.so.%{major}.*

#-----------------------------------------------------------


%package -n %{develname}
Summary: Development files for %{name}
Group: Development/C
Requires: %{libxfontcache} = %{version}-%{release}
Provides: libxfontcache-devel = %{version}-%{release}
Obsoletes: %{_lib}xfontcache1-devel < 1.0.5-3
Obsoletes: %{_lib}xfontcache-static-devel < 1.0.5-6

%description -n %{develname}
Development files for %{name}

%files -n %{develname}
%{_libdir}/libXfontcache.so
%{_libdir}/pkgconfig/xfontcache.pc
%{_mandir}/man3/FontCache*
%{_mandir}/man3/Xfontcache*

#-----------------------------------------------------------


%prep
%setup -q -n libXfontcache-%{version}

%build
# fix build on aarch64
autoreconf -vfi

%configure --disable-static
%make_build

%install
%makeinstall_std

find %{buildroot} -name "*.la" -delete


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin