Blob Blame History Raw
Summary:	X11 composite manager
Name:		xcompmgr
Version:	1.1.5
Release:	1%{?dist}
License:	Copyright only
Group:		User Interface/X
URL:		http://xapps.freedesktop.org
Source0:	http://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	libX11-devel
BuildRequires:	libXfixes-devel
BuildRequires:	libXrender-devel
BuildRequires:	libXdamage-devel
BuildRequires:	libXcomposite-devel
BuildRequires:	libXext-devel
BuildRequires:	pkgconfig

%description
xcompmgr is a sample compositing manager for X servers supporting the XFIXES,
DAMAGE, and COMPOSITE extensions. It enables basic eye-candy effects

%prep
%setup -q 

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README
%{_bindir}/xcompmgr
%{_mandir}/man1/xcompmgr.1.gz

%changelog
* Mon Nov 02 2009 Deji Akingunola <dakingun@gmail.com> - 1.1.5-1
- New release 1.1.5

* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Thu Mar 06 2008 Deji Akingunola <dakingun@gmail.com> - 1.1.4-1
- New release 1.1.4

* Sun Feb 10 2008 Deji Akingunola <dakingun@gmail.com> - 1.1.3-8
- Rebuild for gcc43

* Wed Aug 22 2007 Deji Akingunola <dakingun@gmail.com> - 1.1.3-7
- Update License tag and Rebuild

* Mon Aug 28 2006 Deji Akingunola <dakingun@gmail.com> - 1.1.3-6
- Rebuild for FC6

* Mon Jul 24 2006 Deji Akingunola <dakingun@gmail.com> 1.1.3-5
- Add pkgconfig to the BRs

* Thu Jun 29 2006 Deji Akingunola <dakingun@gmail.com> 1.1.3-4
- Use STL in the license field

* Sat Apr 22 2006 Deji Akingunola <dakingun@gmail.com> 1.1.3-3
- Fix Changelog typo
- Explicitly use MIT license as opposed to to MIT/X11

* Tue Nov 08 2005 Deji Akingunola <dakingun@gmail.com> 1.1.3-2
- Fix rpmlint error on description line
- Package the changelog file as doc

* Tue Nov 08 2005 Deji Akingunola <dakingun@gmail.com> 1.1.3-1
- Initial build.