52 lines
1.2 KiB
RPMSpec
52 lines
1.2 KiB
RPMSpec
|
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
|