commit
61f1a521e4
@ -0,0 +1 @@
|
|||||||
|
SOURCES/mousetweaks-3.12.0.tar.xz
|
@ -0,0 +1 @@
|
|||||||
|
074197a2e71ced4bbc8a2b51c2c54a4ff57d6c86 SOURCES/mousetweaks-3.12.0.tar.xz
|
@ -0,0 +1,365 @@
|
|||||||
|
Name: mousetweaks
|
||||||
|
Version: 3.12.0
|
||||||
|
Release: 11%{?dist}
|
||||||
|
Summary: Mouse accessibility support for the GNOME desktop
|
||||||
|
Group: User Interface/Desktops
|
||||||
|
License: GPLv3 and GFDL
|
||||||
|
#VCS: git:git://git.gnome.org/mousetweaks
|
||||||
|
URL: http://live.gnome.org/Mousetweaks/Home
|
||||||
|
Source0: http://download.gnome.org/sources/mousetweaks/3.12/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: gettext
|
||||||
|
BuildRequires: yelp-tools
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: GConf2-devel
|
||||||
|
BuildRequires: gtk3-devel >= 3.0.0
|
||||||
|
BuildRequires: libXcursor-devel
|
||||||
|
BuildRequires: libXtst-devel
|
||||||
|
BuildRequires: libXfixes-devel
|
||||||
|
BuildRequires: gsettings-desktop-schemas-devel
|
||||||
|
BuildRequires: intltool
|
||||||
|
|
||||||
|
Requires(pre): GConf2
|
||||||
|
|
||||||
|
%description
|
||||||
|
The Mousetweaks package provides mouse accessibility enhancements for
|
||||||
|
the GNOME desktop, such as performing various clicks without using any
|
||||||
|
hardware button. The options can be accessed through the Accessibility
|
||||||
|
tab of the Mouse Preferences of GNOME Control Center or through command-line.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --disable-scrollkeeper
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%find_lang mousetweaks --with-gnome
|
||||||
|
|
||||||
|
%pre
|
||||||
|
%gconf_schema_obsolete mouseweaks pointer-capture-applet
|
||||||
|
|
||||||
|
%postun
|
||||||
|
if [ $1 -eq 0 ]; then
|
||||||
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||||
|
fi
|
||||||
|
|
||||||
|
%posttrans
|
||||||
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||||
|
|
||||||
|
%files -f mousetweaks.lang
|
||||||
|
%doc COPYING README NEWS
|
||||||
|
%{_datadir}/GConf/gsettings/mousetweaks.convert
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.gnome.mousetweaks.enums.xml
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.gnome.mousetweaks.gschema.xml
|
||||||
|
|
||||||
|
%{_bindir}/mousetweaks
|
||||||
|
%{_datadir}/mousetweaks
|
||||||
|
%doc %{_mandir}/man1/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Aug 03 2018 Petr Viktorin <pviktori@redhat.com> - 3.12.0-11
|
||||||
|
- Remove unused BuildRequires on libglade2-devel
|
||||||
|
|
||||||
|
* Wed Jul 11 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.12.0-10
|
||||||
|
- Change from gnome-doc-utils to yelp-tools for the docs
|
||||||
|
|
||||||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
|
||||||
|
- Update to 3.12.0
|
||||||
|
|
||||||
|
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-1
|
||||||
|
- Update to 3.10.0
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
||||||
|
- Update to 3.8.0
|
||||||
|
|
||||||
|
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
|
||||||
|
- Update to 3.7.91
|
||||||
|
|
||||||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
||||||
|
- Update to 3.6.0
|
||||||
|
|
||||||
|
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
|
||||||
|
- Update to 3.5.92
|
||||||
|
|
||||||
|
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
|
||||||
|
- Update to 3.5.91
|
||||||
|
|
||||||
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
|
||||||
|
- Update to 3.5.4
|
||||||
|
|
||||||
|
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
|
||||||
|
- Update to 3.4.2
|
||||||
|
|
||||||
|
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
|
||||||
|
- Silence rpm scriptlet output
|
||||||
|
|
||||||
|
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
|
||||||
|
- Update to 3.4.1
|
||||||
|
|
||||||
|
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
|
||||||
|
- Update to 3.4.0
|
||||||
|
|
||||||
|
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
|
||||||
|
- Update to 3.3.92
|
||||||
|
|
||||||
|
* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
|
||||||
|
- Update to 3.3.91
|
||||||
|
|
||||||
|
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
|
||||||
|
- Update to 3.3.90
|
||||||
|
|
||||||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
|
||||||
|
- Rebuilt for glibc bug#747377
|
||||||
|
|
||||||
|
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
|
||||||
|
- Update to 3.2.1
|
||||||
|
|
||||||
|
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
||||||
|
- Update to 3.2.0
|
||||||
|
|
||||||
|
* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
|
||||||
|
- Update 3.1.91
|
||||||
|
|
||||||
|
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
|
||||||
|
- Update to 3.1.4
|
||||||
|
|
||||||
|
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
|
||||||
|
- Update to 3.1.2
|
||||||
|
|
||||||
|
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> 3.1.1-1
|
||||||
|
- Update to 3.1.1
|
||||||
|
|
||||||
|
* Tue May 10 2011 Christopher Aillon <caillon@redhat.com> 3.0.1-1
|
||||||
|
- Update to 3.0.1
|
||||||
|
|
||||||
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
|
||||||
|
- Update to 3.0.0
|
||||||
|
|
||||||
|
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
|
||||||
|
- Update to 2.91.92
|
||||||
|
|
||||||
|
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
|
||||||
|
- Update to 2.91.91
|
||||||
|
|
||||||
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
|
||||||
|
- Update to 2.91.90
|
||||||
|
|
||||||
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
|
||||||
|
- Rebuild against newer gtk
|
||||||
|
|
||||||
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 2 2011 Christopher Aillon <caillon@redhat.com> 2.91.6-1
|
||||||
|
- Update to 2.91.6
|
||||||
|
|
||||||
|
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
|
||||||
|
- Update to 2.91.5
|
||||||
|
|
||||||
|
* Sat Jan 8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
|
||||||
|
- Update to 2.91.4
|
||||||
|
|
||||||
|
* Thu Dec 2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.3-1
|
||||||
|
- Update to 2.91.3
|
||||||
|
|
||||||
|
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-1
|
||||||
|
- Update to 2.91.2
|
||||||
|
|
||||||
|
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> 2.32.0-1
|
||||||
|
- Update to 2.32.0
|
||||||
|
|
||||||
|
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> 2.31.91-1
|
||||||
|
- Update to 2.31.91
|
||||||
|
|
||||||
|
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> 2.31.90-1
|
||||||
|
- Update to 2.31.90
|
||||||
|
|
||||||
|
* Tue Aug 3 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-1
|
||||||
|
- Update to 2.31.6
|
||||||
|
|
||||||
|
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
|
||||||
|
- Update to 2.31.5
|
||||||
|
|
||||||
|
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
|
||||||
|
- Update to 2.31.4
|
||||||
|
|
||||||
|
* Thu Jun 17 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-2
|
||||||
|
- Drop unneeded deps
|
||||||
|
|
||||||
|
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-1
|
||||||
|
- Update to 2.31.3
|
||||||
|
|
||||||
|
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-1
|
||||||
|
- Update to 2.31.2
|
||||||
|
|
||||||
|
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
|
||||||
|
- Update to 2.30.1
|
||||||
|
- Spec file cleanups
|
||||||
|
|
||||||
|
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
|
||||||
|
- Update to 2.30.0
|
||||||
|
|
||||||
|
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
|
||||||
|
- Update to 2.29.92
|
||||||
|
|
||||||
|
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91-1
|
||||||
|
- Update to 2.29.91
|
||||||
|
|
||||||
|
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
|
||||||
|
- Update to 2.29.90
|
||||||
|
|
||||||
|
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> 2.29.6-1
|
||||||
|
- Update to 2.29.6
|
||||||
|
|
||||||
|
* Sun Jan 16 2010 Matthias Clasen <mclasen@redhat.com> 2.29.5-1
|
||||||
|
- Update to 2.29.5
|
||||||
|
|
||||||
|
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> 2.29.4-1
|
||||||
|
- Update to 2.29.4
|
||||||
|
|
||||||
|
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
|
||||||
|
- Update to 2.29.3
|
||||||
|
|
||||||
|
* Mon Sep 22 2009 Matthias Clasen <mclasen@redhat.com> 2.28.0-1
|
||||||
|
- Update to 2.28.0
|
||||||
|
|
||||||
|
* Mon Sep 7 2009 Matthias Clasen <mclasen@redhat.com> 2.27.92-1
|
||||||
|
- Update to 2.27.92
|
||||||
|
|
||||||
|
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> 2.27.91-1
|
||||||
|
- Update to 2.27.91
|
||||||
|
|
||||||
|
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> 2.27.90-1
|
||||||
|
- Update to 2.27.90
|
||||||
|
|
||||||
|
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> 2.27.5-1
|
||||||
|
- Update to 2.27.5
|
||||||
|
|
||||||
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-1
|
||||||
|
- Update to 2.27.4
|
||||||
|
|
||||||
|
* Sun Jun 14 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-1
|
||||||
|
- Update to 2.27.3
|
||||||
|
|
||||||
|
* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 2.27.2-1
|
||||||
|
- Update to 2.27.2
|
||||||
|
|
||||||
|
* Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-1
|
||||||
|
- Update to 2.27.1
|
||||||
|
|
||||||
|
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
||||||
|
- Update to 2.26.0
|
||||||
|
|
||||||
|
* Mon Mar 2 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-1
|
||||||
|
- Update to 2.25.92
|
||||||
|
|
||||||
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
|
||||||
|
- Update to 2.25.91
|
||||||
|
|
||||||
|
* Tue Feb 3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-1
|
||||||
|
- Update to 2.25.90
|
||||||
|
|
||||||
|
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.5-1
|
||||||
|
- Update to 2.25.5
|
||||||
|
|
||||||
|
* Tue Jan 6 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.4-1
|
||||||
|
- Update to 2.25.4
|
||||||
|
|
||||||
|
* Thu Dec 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
|
||||||
|
- Update to 2.25.2
|
||||||
|
|
||||||
|
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-1
|
||||||
|
- Update to 2.25.1
|
||||||
|
|
||||||
|
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
||||||
|
- Update to 2.24.1
|
||||||
|
|
||||||
|
* Wed Oct 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
|
||||||
|
- Save some space
|
||||||
|
|
||||||
|
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
||||||
|
- Update to 2.24.0
|
||||||
|
|
||||||
|
* Mon Sep 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
|
||||||
|
- Update to 2.23.92
|
||||||
|
|
||||||
|
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
|
||||||
|
- Update to 2.23.91
|
||||||
|
|
||||||
|
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
|
||||||
|
- Update to 2.23.90
|
||||||
|
|
||||||
|
* Tue Aug 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
|
||||||
|
- Update to 2.23.6
|
||||||
|
|
||||||
|
* Sun Jul 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
|
||||||
|
- Use standard icon name
|
||||||
|
|
||||||
|
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
|
||||||
|
- Update to 2.23.5
|
||||||
|
|
||||||
|
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
|
||||||
|
- Update to 2.23.4
|
||||||
|
|
||||||
|
* Tue Jun 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
|
||||||
|
- Update to 2.23.3
|
||||||
|
|
||||||
|
* Thu May 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-3
|
||||||
|
- Fix a typo
|
||||||
|
|
||||||
|
* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-2
|
||||||
|
- Make the %%pre script handle missing schema files
|
||||||
|
|
||||||
|
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
|
||||||
|
- Update to 2.23.2
|
||||||
|
|
||||||
|
* Sat Apr 26 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
|
||||||
|
- Initial packaging
|
Loading…
Reference in new issue