rebuilt to add pkgconfig provide [release 0.1.3-2mamba;Thu Aug 15 2013]

This commit is contained in:
Silvan Calarco 2024-01-05 22:29:22 +01:00
parent da5f32f615
commit e6c3890ce3
2 changed files with 53 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# fontcacheproto
X11 prototype headers for libXfontcache.

51
fontcacheproto.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 0.1.3-2mamba
- rebuilt to add pkgconfig provide
* Sun Oct 25 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.3-1mamba
- package created from xproto