From e6c3890ce35088dd4296061fc8d32959ce6cbe61 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:29:22 +0100 Subject: [PATCH] rebuilt to add pkgconfig provide [release 0.1.3-2mamba;Thu Aug 15 2013] --- README.md | 2 ++ fontcacheproto.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 fontcacheproto.spec diff --git a/README.md b/README.md index 97acab0..c43cad5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # fontcacheproto +X11 prototype headers for libXfontcache. + diff --git a/fontcacheproto.spec b/fontcacheproto.spec new file mode 100644 index 0000000..e932db2 --- /dev/null +++ b/fontcacheproto.spec @@ -0,0 +1,51 @@ +Name: fontcacheproto +Epoch: 1 +Version: 0.1.3 +Release: 2mamba +Summary: X11 prototype headers for libXfontcache +Group: Development/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.x.org +Source: ftp://ftp.x.org/pub/individual/proto/fontcacheproto-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +X11 prototype headers for libXfontcache. + +%package devel +Summary: X11 prototype headers for libXfontcache +Group: Development/Libraries + +%description devel +X11 prototype headers for libXfontcache. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files devel +%defattr(-,root,root) +%{_includedir}/X11/extensions/fontcach*.h +%{_libdir}/pkgconfig/fontcacheproto.pc + +%changelog +* Thu Aug 15 2013 Silvan Calarco 0.1.3-2mamba +- rebuilt to add pkgconfig provide + +* Sun Oct 25 2009 Silvan Calarco 0.1.3-1mamba +- package created from xproto