rebuilt to add pkgconfig provide [release 0.1.3-2mamba;Thu Aug 15 2013]
This commit is contained in:
parent
da5f32f615
commit
e6c3890ce3
51
fontcacheproto.spec
Normal file
51
fontcacheproto.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user