12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- Summary: OpenGL image compositing library.
- Name: glitz
- Version: 0.5.6
- Release: 1%{?_dist_release}
- Group: System Environment/Libraries
- License: LGPL
- Source0: %{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: mesa-libGL-devel
- %description
- Glitz is an OpenGL image compositing library. Glitz provides Porter/Duff
- compositing of images and implicit mask generation for geometric primitives
- including trapezoids, triangles, and rectangles.
- %package devel
- Summary: Development files for glitz
- Group: Development/Libraries
- Requires: libGL-devel
- %description devel
- Development files for glitz.
- %prep
- %setup -q
- %build
- %configure
- %__make
- %install
- rm -rf $RPM_BUILD_ROOT
- %makeinstall
- rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root)
- %{_libdir}/*.so.*
- %files devel
- %defattr(-,root,root)
- %{_includedir}
- %{_libdir}/*.a
- %{_libdir}/*.so
- %{_libdir}/pkgconfig/*
- %changelog
- * Tue Sep 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.6-1
- - new upstream release
- - new versioning policy
- - build with xorg
- * Sat May 6 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.3-0vl2
- - changed Group:
- * Fri Feb 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.3-0vl1
- - new upstram version
- * Wed Feb 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.2-0vl1
- - initial build for Vine Linux
|