diff --git a/.cvsignore b/.cvsignore index e69de29..a0955b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +dualscreen-mouse-utils-0.5.tar.gz diff --git a/dualscreen-mouse-utils.spec b/dualscreen-mouse-utils.spec new file mode 100644 index 0000000..0733cd3 --- /dev/null +++ b/dualscreen-mouse-utils.spec @@ -0,0 +1,55 @@ +Summary: Utilities for use with dual head setups using independent screens +Name: dualscreen-mouse-utils +Version: 0.5 +Release: 3%{?dist} +License: GPLv2 +Group: User Interface/X +URL: http://digamma.cs.unm.edu/trac.dmohr/wiki/DualscreenMouseUtils +Source0: http://dsp.mcbf.net/releases/dualscreen-mouse-utils-%{version}.tar.gz +BuildRequires: libX11-devel + +%description +Utilities for use with old-school dual head setups: namely not +twinview / one big desktop, but rather two X screens. + +mouse-switchscreen: + Change the mouse cursor from one screen to the other. Remembers the previous + mouse position for each screen. + +mouse-wrapscreen: + If you have an xorg.conf where both X screens are "separated" on the X + coordinates, then the mouse cursor cannot cross. Which is sometimes desired, + and sometimes not. Using mouse-wrapscreen you can configure them to be + "uncrossable", and then run it in the background when you do want to be able + to cross the cursor. + +%prep +%setup -q + +%build +make CFLAGS="%{optflags}" %{?_smp_mflags} + +%install +install -d %{buildroot}%{_bindir} +install -m 755 mouse-wrapscreen mouse-switchscreen %{buildroot}%{_bindir}/ + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc gpl.txt README +%{_bindir}/* + +%changelog +* Mon Sep 28 2009 Christian Krause - 0.5-3 +- Fix spelling mistake + +* Sun Sep 27 2009 Christian Krause - 0.5-2 +- Deleting %%buildroot is not necessary in %%install anymore (F10 and greater) +- Remove definition of %%buildroot (not needed for F10 and greater) +- Use rpm macro for optflags now + +* Wed Sep 16 2009 Christian Krause - 0.5-1 +- Initial package + diff --git a/import.log b/import.log new file mode 100644 index 0000000..e1c32bd --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +dualscreen-mouse-utils-0_5-3_fc10:HEAD:dualscreen-mouse-utils-0.5-3.fc10.src.rpm:1254338176 diff --git a/sources b/sources index e69de29..04b4e69 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b68a43c9041cbb8dc373553ccef93070 dualscreen-mouse-utils-0.5.tar.gz