Name: autocutsel Version: 0.9.0 Release: 1.n0i.1%{?dist} Summary: Automatic clipboard buffers synchronization tool Group: Applications/System License: GPL URL: http://www.nongnu.org/%{name}/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz BuildRequires: libX11-devel, libXaw-devel, libXext-devel, libICE-devel BuildRequires: libSM-devel, libXmu-devel, libXt-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Autocutsel tracks changes in the server's cutbuffer and CLIPBOARD selection. When the CLIPBOARD is changed, it updates the cutbuffer. When the cutbuffer is changed, it owns the CLIPBOARD selection. The cutbuffer and CLIPBOARD selection are always synchronized. %prep %setup -q %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_bindir}/%{name} %{_bindir}/cutsel %doc README AUTHORS COPYING ChangeLog %changelog * Mon May 21 2007 Marius FERARU - 0.9.0-1.n0i.1 - initial packaging