rpms/dualscreen-mouse-utils/devel dualscreen-mouse-utils.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

chkr chkr at fedoraproject.org
Wed Sep 30 19:19:00 UTC 2009


Author: chkr

Update of /cvs/pkgs/rpms/dualscreen-mouse-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15843/devel

Modified Files:
	.cvsignore sources 
Added Files:
	dualscreen-mouse-utils.spec import.log 
Log Message:
initial import of dualscreen-mouse-utils



--- NEW FILE dualscreen-mouse-utils.spec ---
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 <chkr at plauener.de> - 0.5-3
- Fix spelling mistake

* Sun Sep 27 2009 Christian Krause <chkr at plauener.de> - 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 <chkr at plauener.de> - 0.5-1
- Initial package



--- NEW FILE import.log ---
dualscreen-mouse-utils-0_5-3_fc10:HEAD:dualscreen-mouse-utils-0.5-3.fc10.src.rpm:1254338176


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dualscreen-mouse-utils/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Sep 2009 20:13:04 -0000	1.1
+++ .cvsignore	30 Sep 2009 19:19:00 -0000	1.2
@@ -0,0 +1 @@
+dualscreen-mouse-utils-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dualscreen-mouse-utils/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Sep 2009 20:13:04 -0000	1.1
+++ sources	30 Sep 2009 19:19:00 -0000	1.2
@@ -0,0 +1 @@
+b68a43c9041cbb8dc373553ccef93070  dualscreen-mouse-utils-0.5.tar.gz




More information about the fedora-extras-commits mailing list