| 1 | Summary: OpenGL image compositing library. |
|---|
| 2 | Name: glitz |
|---|
| 3 | Version: 0.5.6 |
|---|
| 4 | Release: 3%{?_dist_release} |
|---|
| 5 | Group: System Environment/Libraries |
|---|
| 6 | License: LGPL |
|---|
| 7 | Source0: %{name}-%{version}.tar.gz |
|---|
| 8 | |
|---|
| 9 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 10 | BuildRequires: mesa-libGL-devel |
|---|
| 11 | BuildRequires: libX11-devel |
|---|
| 12 | BuildRequires: libXt-devel |
|---|
| 13 | BuildRequires: libICE-devel |
|---|
| 14 | BuildRequires: libGL-devel |
|---|
| 15 | |
|---|
| 16 | %description |
|---|
| 17 | Glitz is an OpenGL image compositing library. Glitz provides Porter/Duff |
|---|
| 18 | compositing of images and implicit mask generation for geometric primitives |
|---|
| 19 | including trapezoids, triangles, and rectangles. |
|---|
| 20 | |
|---|
| 21 | %package devel |
|---|
| 22 | Summary: Development files for glitz |
|---|
| 23 | Group: Development/Libraries |
|---|
| 24 | Requires: %{name} = %{version}-%{release} |
|---|
| 25 | Requires: libGL-devel |
|---|
| 26 | Requires: libX11-devel |
|---|
| 27 | Requires: pkgconfig |
|---|
| 28 | |
|---|
| 29 | %description devel |
|---|
| 30 | Development files for glitz. |
|---|
| 31 | |
|---|
| 32 | %prep |
|---|
| 33 | %setup -q |
|---|
| 34 | |
|---|
| 35 | %build |
|---|
| 36 | %configure |
|---|
| 37 | make %{?_smp_mflags} |
|---|
| 38 | |
|---|
| 39 | %install |
|---|
| 40 | rm -rf %{buildroot} |
|---|
| 41 | %makeinstall |
|---|
| 42 | |
|---|
| 43 | rm -f %{buildroot}%{_libdir}/*.la |
|---|
| 44 | |
|---|
| 45 | %clean |
|---|
| 46 | rm -rf %{buildroot} |
|---|
| 47 | |
|---|
| 48 | %files |
|---|
| 49 | %defattr(-,root,root) |
|---|
| 50 | %{_libdir}/*.so.* |
|---|
| 51 | |
|---|
| 52 | %files devel |
|---|
| 53 | %defattr(-,root,root) |
|---|
| 54 | %{_includedir} |
|---|
| 55 | %{_libdir}/*.a |
|---|
| 56 | %{_libdir}/*.so |
|---|
| 57 | %{_libdir}/pkgconfig/* |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | %changelog |
|---|
| 61 | * Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.6-3 |
|---|
| 62 | - rebuild |
|---|
| 63 | |
|---|
| 64 | * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.6-2 |
|---|
| 65 | - add Requires: %{name} = %{version}-%{release} (devel package) |
|---|
| 66 | - add Requires: libX11-devel (devel package) |
|---|
| 67 | - add BuildRequires: libX11-devel, libXt-devel |
|---|
| 68 | |
|---|
| 69 | * Tue Sep 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.6-1 |
|---|
| 70 | - new upstream release |
|---|
| 71 | - new versioning policy |
|---|
| 72 | - build with xorg |
|---|
| 73 | |
|---|
| 74 | * Sat May 6 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.3-0vl2 |
|---|
| 75 | - changed Group: |
|---|
| 76 | |
|---|
| 77 | * Fri Feb 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.3-0vl1 |
|---|
| 78 | - new upstram version |
|---|
| 79 | |
|---|
| 80 | * Wed Feb 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.2-0vl1 |
|---|
| 81 | - initial build for Vine Linux |
|---|
| 82 | |
|---|