Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 06afa65d4e067ebad2fafceeb1028007 > files > 2

xcompmgr-1.1.1-4mdk.src.rpm

%define name	xcompmgr
%define version	1.1.1
%define release	4mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Sample X Compositing Manager
Source:		http://freedesktop.org/xapps/release/%{name}-%{version}.tar.bz2
URL:		http://freedesktop.org/Software/xapps
License:	GPL
Group:		System/XFree86
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:  X11-devel

%description
Sample X Compositing Manager.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING ChangeLog INSTALL
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog
* Mon May  9 2005 Götz Waschk <waschk@mandriva.org> 1.1.1-4mdk
- fix buildrequires

* Mon Dec  6 2004 Götz Waschk <waschk@linux-mandrake.com> 1.1.1-3mdk
- fix group

* Sat Dec  4 2004 Götz Waschk <waschk@linux-mandrake.com> 1.1.1-2mdk
- spec fixes
- fix buildrequires

* Fri Dec 03 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.1.1-1mdk 
- first mdk release