rpms/mousetweaks/devel mousetweaks.spec,1.48,1.49

Matthias Clasen mclasen at fedoraproject.org
Fri Jun 18 04:00:48 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/mousetweaks/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27420

Modified Files:
	mousetweaks.spec 
Log Message:
drop unneeded deps



Index: mousetweaks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mousetweaks/devel/mousetweaks.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- mousetweaks.spec	9 Jun 2010 02:58:20 -0000	1.48
+++ mousetweaks.spec	18 Jun 2010 04:00:46 -0000	1.49
@@ -1,6 +1,6 @@
 Name:           mousetweaks
 Version:        2.31.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Mouse accessibility support for the GNOME desktop
 Group:          User Interface/Desktops
 License:        GPLv3 and GFDL
@@ -24,6 +24,9 @@ Requires(pre):   GConf2
 Requires(post):  GConf2
 Requires(preun): GConf2
 
+Patch0: libs.patch
+BuildRequires: autoconf automake
+
 %description
 The Mousetweaks package provides mouse accessibility enhancements for
 the GNOME desktop, such as performing various clicks without using any
@@ -33,6 +36,8 @@ tab of the Mouse Preferences of GNOME Co
 
 %prep
 %setup -q
+%patch0 -p1 -b .libs
+autoreconf -i -f
 
 %build
 %configure --disable-scrollkeeper
@@ -85,6 +90,9 @@ done
 %doc %{_mandir}/man1/*
 
 %changelog
+* Thu Jun 17 2010 Matthias Clasen <mclasen at redhat.com> 2.31.3-2
+- Drop unneeded deps
+
 * Tue Jun  8 2010 Matthias Clasen <mclasen at redhat.com> 2.31.3-1
 - Update to 2.31.3
 



More information about the scm-commits mailing list