74 lines
2.0 KiB
RPMSpec
74 lines
2.0 KiB
RPMSpec
|
Name: xcb-util-renderutil
|
||
|
Version: 0.3.8
|
||
|
Release: 1mamba
|
||
|
Summary: Convenience functions for the Render extension
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://xcb.freedesktop.org/
|
||
|
Source: http://xcb.freedesktop.org/dist/xcb-util-renderutil-%{version}.tar.bz2
|
||
|
License: MIT
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libxcb-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
Requires: libxcb-render-util = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
Convenience functions for the Render extension.
|
||
|
|
||
|
%package -n libxcb-render-util
|
||
|
Group: System/Libraries
|
||
|
Summary: Convenience functions for the Render extension
|
||
|
|
||
|
%description -n libxcb-render-util
|
||
|
Convenience functions for the Render extension.
|
||
|
|
||
|
%package -n libxcb-render-util-devel
|
||
|
Group: Development/Libraries
|
||
|
Summary: Development files for libxcb-render-util
|
||
|
Requires: libxcb-render-util = %{?epoch:%epoch:}%{version}-%{release}
|
||
|
Requires: pkg-config
|
||
|
|
||
|
%description -n libxcb-render-util-devel
|
||
|
This package contains libraries and header files for developing applications that use libxcb-render-util.
|
||
|
|
||
|
%debug_package
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%post -n libxcb-render-util -p /sbin/ldconfig
|
||
|
%postun -n libxcb-render-util -p /sbin/ldconfig
|
||
|
|
||
|
%files -n libxcb-render-util
|
||
|
%defattr(-,root,root)
|
||
|
%{_libdir}/libxcb-render-util.so.*
|
||
|
|
||
|
%files -n libxcb-render-util-devel
|
||
|
%defattr(-,root,root)
|
||
|
%{_includedir}/xcb/xcb_renderutil.h
|
||
|
%{_libdir}/libxcb-render-util.a
|
||
|
%{_libdir}/libxcb-render-util.la
|
||
|
%{_libdir}/libxcb-render-util.so
|
||
|
%{_libdir}/pkgconfig/xcb-renderutil.pc
|
||
|
%doc ChangeLog NEWS README
|
||
|
|
||
|
|
||
|
%changelog
|
||
|
* Mon Feb 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.8-1mamba
|
||
|
- package created by silvan using the webbuild interface
|