package created by silvan using the webbuild interface [release 0.3.8-1mamba;Mon Feb 11 2013]
This commit is contained in:
parent
25b2ae37e0
commit
5f0eaf2dfa
@ -1,2 +1,4 @@
|
||||
# xcb-util-renderutil
|
||||
|
||||
Convenience functions for the Render extension.
|
||||
|
||||
|
73
xcb-util-renderutil.spec
Normal file
73
xcb-util-renderutil.spec
Normal file
@ -0,0 +1,73 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user