Name: fontsproto Version: 2.1.3 Release: 1mamba Summary: X Fonts Extension protocol Group: System/X11 Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://x.org Source: ftp://ftp.x.org/pub/individual/proto/fontsproto-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description X Fonts Extension protocol. %package devel Group: Development/Libraries Summary: X Fonts Extension protocol Requires: pkg-config %description devel This package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files devel %defattr(-,root,root) %{_includedir}/X11/fonts/FS.h %{_includedir}/X11/fonts/FSproto.h %{_includedir}/X11/fonts/font.h %{_includedir}/X11/fonts/fontproto.h %{_includedir}/X11/fonts/fontstruct.h %{_includedir}/X11/fonts/fsmasks.h %{_libdir}/pkgconfig/fontsproto.pc %{_datadir}/doc/fontsproto/fsproto.xml %doc COPYING %doc ChangeLog README %changelog * Wed Aug 20 2014 Silvan Calarco 2.1.3-1mamba - package created using the webbuild interface