Name: xorg-x11-proto-fontcacheproto Summary: X.Org X11 Protocol fontcacheproto Version: 0.1.2 Release: 4.8 Group: Development/System License: MIT URL: http://www.x.org Source0: http://xorg.freedesktop.org/releases/individual/proto/fontcacheproto-%{version}.tar.gz Provides: fontcacheproto BuildRequires: pkgconfig(xorg-macros) %description Description: %{summary} %prep %setup -q -n %{name}-%{version} %build %reconfigure --disable-static \ --libdir=%{_datadir} # Call make instruction with smp support make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_datadir}/pkgconfig/fontcacheproto.pc %{_includedir}/X11/extensions/fontcachstr.h %{_includedir}/X11/extensions/fontcache.h %{_includedir}/X11/extensions/fontcacheP.h