| 1 | Name: xcb-util-renderutil |
|---|
| 2 | Version: 0.3.9 |
|---|
| 3 | Release: 1%{?_dist_release} |
|---|
| 4 | Summary: XCB util-renderutil module |
|---|
| 5 | |
|---|
| 6 | Group: System Environment/Libraries |
|---|
| 7 | License: MIT |
|---|
| 8 | URL: http://xcb.freedesktop.org |
|---|
| 9 | Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 |
|---|
| 10 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 11 | |
|---|
| 12 | BuildRequires: xcb-util-devel |
|---|
| 13 | |
|---|
| 14 | Vendor: Project Vine |
|---|
| 15 | Distribution: Vine Linux |
|---|
| 16 | Packager: Takemikaduchi |
|---|
| 17 | |
|---|
| 18 | %description |
|---|
| 19 | XCB util-renderutil module provides the following library: |
|---|
| 20 | |
|---|
| 21 | - renderutil: Convenience functions for the Render extension. |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | %package devel |
|---|
| 25 | Summary: Development and header files for %{name} |
|---|
| 26 | Summary: %{name} の開発用ファイル |
|---|
| 27 | Group: Development/Libraries |
|---|
| 28 | Requires: %{name} = %{version}-%{release} |
|---|
| 29 | Requires: pkgconfig |
|---|
| 30 | |
|---|
| 31 | %description devel |
|---|
| 32 | Development files for %{name}. |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | %prep |
|---|
| 36 | %setup -q |
|---|
| 37 | |
|---|
| 38 | %build |
|---|
| 39 | %configure --with-pic --disable-static |
|---|
| 40 | |
|---|
| 41 | make %{?_smp_mflags} |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | %check |
|---|
| 45 | make check |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | %install |
|---|
| 49 | rm -rf %{buildroot} |
|---|
| 50 | |
|---|
| 51 | make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" |
|---|
| 52 | |
|---|
| 53 | rm %{buildroot}%{_libdir}/*.la |
|---|
| 54 | |
|---|
| 55 | |
|---|
| 56 | %post -p /sbin/ldconfig |
|---|
| 57 | |
|---|
| 58 | %postun -p /sbin/ldconfig |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | %clean |
|---|
| 62 | rm -rf %{buildroot} |
|---|
| 63 | |
|---|
| 64 | |
|---|
| 65 | %files |
|---|
| 66 | %defattr(-,root,root,-) |
|---|
| 67 | %doc COPYING NEWS README |
|---|
| 68 | %{_libdir}/libxcb-render-util.so.* |
|---|
| 69 | |
|---|
| 70 | %files devel |
|---|
| 71 | %defattr(-,root,root,-) |
|---|
| 72 | %{_libdir}/pkgconfig/xcb-renderutil.pc |
|---|
| 73 | %{_libdir}/libxcb-render-util.so |
|---|
| 74 | %{_includedir}/xcb/xcb_renderutil.h |
|---|
| 75 | |
|---|
| 76 | |
|---|
| 77 | %changelog |
|---|
| 78 | * Fri Oct 31 2014 Ryoichi INAAGKI <ryo1@toki.waseda.jp> 0.3.9-1 |
|---|
| 79 | - new upstream release |
|---|
| 80 | - moved devel package to Development/Libraries Group |
|---|
| 81 | |
|---|
| 82 | * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.8-2 |
|---|
| 83 | - rebuild with VineSeed environment |
|---|
| 84 | |
|---|
| 85 | * Sun Jun 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.8-1 |
|---|
| 86 | - initial build |
|---|