New package.

This commit is contained in:
Thomas Moschny 2012-05-20 11:29:24 +02:00
parent d9ead5f213
commit 1bf83dfaec
3 changed files with 67 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/xcb-util-renderutil-0.3.8.tar.bz2

View File

@ -0,0 +1 @@
b346ff598ee093c141f836fbc0f8f721 xcb-util-renderutil-0.3.8.tar.bz2

65
xcb-util-renderutil.spec Normal file
View File

@ -0,0 +1,65 @@
Name: xcb-util-renderutil
Version: 0.3.8
Release: 1%{?dist}
Summary: Convenience functions for the Render extension
Group: System Environment/Libraries
License: MIT
URL: http://xcb.freedesktop.org
Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
BuildRequires: pkgconfig(xcb-util) >= 0.3.8
BuildRequires: m4
%description
XCB util-renderutil module provides the following library:
- renderutil: Convenience functions for the Render extension.
%package devel
Summary: Development and header files for xcb-util-renderutil
Group: System Environment/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development files for xcb-util-renderutil.
%prep
%setup -q
%build
%configure --with-pic --disable-static
make %{?_smp_mflags}
%check
make check
%install
make install DESTDIR=%{buildroot} INSTALL="install -p"
rm %{buildroot}%{_libdir}/*.la
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc README
%{_libdir}/*.so.*
%files devel
%doc NEWS
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_includedir}/xcb/*.h
%changelog
* Thu May 17 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.8-1
- New package.