Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4dca768d22 | ||
|
|
99d60566fe | ||
| c37cc71551 | |||
|
|
5260b0c7b7 | ||
|
|
1b15453ffa | ||
|
|
e19fa97c0f | ||
|
758200d673 |
|||
| b7646225af | |||
|
|
f7c40404d1 | ||
|
|
6b064541a3 | ||
|
|
b0674e7e11 | ||
|
|
bcb62bf3ad |
4 changed files with 1 additions and 90 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
unclutter-8.tar.Z
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
83d7a6498b69078f869378f801b6a84b unclutter-8.tar.Z
|
||||
|
|
@ -1,88 +0,0 @@
|
|||
Name: unclutter
|
||||
Version: 8
|
||||
Release: 12%{?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
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 8-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Sun Apr 12 2009 Till Maas <opensource@till.name> - 8-2
|
||||
- Update description to the one provided by Lucian Langa
|
||||
|
||||
* Thu Apr 02 2009 Till Maas <opensource@till.name> - 8-1
|
||||
- initial spec for Fedora
|
||||
Loading…
Add table
Add a link
Reference in a new issue