rpms/unclutter/F-10 unclutter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Till Maas till at fedoraproject.org
Sun Apr 12 20:46:09 UTC 2009


Author: till

Update of /cvs/pkgs/rpms/unclutter/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12441

Modified Files:
	.cvsignore sources 
Added Files:
	unclutter.spec 
Log Message:
* Sun Apr 12 2009 Till Maas <opensource at till.name> - 8-2
- Update description to the one provided by Lucian Langa



--- NEW FILE unclutter.spec ---
Name:           unclutter
Version:        8
Release:        2%{?dist}
Summary:        Hide mouse cursor when idle

Group:          User Interface/X
License:        Public Domain
URL:            ftp://export.lcs.mit.edu/contrib/utilities/unclutter-%{version}.README
Source0:        ftp://export.lcs.mit.edu/contrib/utilities/unclutter-%{version}.tar.Z
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

# for xmkmf
BuildRequires:  imake
# for Xlib.h and Xutil.h
BuildRequires:  libX11-devel
# for Xos.h and Xproto.h
BuildRequires:  xorg-x11-proto-devel
# for -lXext
BuildRequires: libXext-devel

%description
Unclutter hides the mouse cursor image from the screen so that it does not
obstruct the area you are looking at. It hides the mouse cursor when it is not
moved for a specified amount of time or no buttons are pressed on the mouse.
Cursor image will be restored once the mouse is moved again.  


%prep
%setup -q -n unclutter


%build
xmkmf
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" CDEBUGFLAGS="$RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
make install install.man DESTDIR=$RPM_BUILD_ROOT INSTMANFLAGS="-p -m0644"


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/unclutter
%{_mandir}/man1/unclutter.1*


%changelog
* Sun Apr 12 2009 Till Maas <opensource at till.name> - 8-2
- Update description to the one provided by Lucian Langa

* Thu Apr 02 2009 Till Maas <opensource at till.name> - 8-1
- initial spec for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/unclutter/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Apr 2009 18:23:13 -0000	1.1
+++ .cvsignore	12 Apr 2009 20:45:38 -0000	1.2
@@ -0,0 +1 @@
+unclutter-8.tar.Z


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/unclutter/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Apr 2009 18:23:13 -0000	1.1
+++ sources	12 Apr 2009 20:45:38 -0000	1.2
@@ -0,0 +1 @@
+83d7a6498b69078f869378f801b6a84b  unclutter-8.tar.Z




More information about the scm-commits mailing list