Author: wolvverine Date: Thu Feb 22 09:49:35 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.0.0pre12
---- Files affected: SPECS: imwheel.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/imwheel.spec diff -u SPECS/imwheel.spec:1.29 SPECS/imwheel.spec:1.30 --- SPECS/imwheel.spec:1.29 Tue Feb 13 09:06:35 2007 +++ SPECS/imwheel.spec Thu Feb 22 10:49:30 2007 @@ -4,19 +4,20 @@ Summary: An utility to make wheel mice work under X Summary(pl.UTF-8): Narzędzie pozwalające wykorzystać rolki myszy w X Name: imwheel -Version: 0.9.9 -Release: 1 +Version: 1.0.0 +Release: 0.1 License: GPL Group: X11/Applications -Source0: http://dl.sourceforge.net/imwheel/%{name}-%{version}.tar.gz -# Source0-md5: 1010dadb54a38a20f7fec430e6e5d262 +Source0: http://dl.sourceforge.net/imwheel/%{name}-%{version}pre12.tar.gz +# Source0-md5: 21d81db739ae95d96f9b650f7b826a14 Source1: %{name}-xinitrc -Patch0: %{name}-etc_X11.patch.bz2 -Patch1: %{name}-Makefile.patch -Patch2: %{name}-%{name}rc.patch -Patch3: %{name}-c.patch +Patch0: %{name}-Makefile.patch URL: http://imwheel.sourceforge.net/ -BuildRequires: XFree86-devel +BuildRequires: xorg-lib-libX11-devel +BuildRequires: xorg-lib-libXext-devel +BuildRequires: xorg-lib-libXmu-devel +BuildRequires: xorg-lib-libXt-devel +BuildRequires: xorg-lib-libXtst-devel BuildRequires: autoconf BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -40,11 +41,8 @@ przy czym dla każdego programu mogą one być inne. %prep -%setup -q +%setup -q -n %{name}-%{version}pre12 %patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 %build rm -f missing @@ -53,7 +51,11 @@ %{__automake} %configure \ --with-x \ - --disable-gpm + --disable-gpm \ + --enable-mdetect \ + --enable-mdump \ + --enable-extras +# --with-pid-dir=dir %{__make} \ DESTDIR="$RPM_BUILD_ROOT" @@ -66,6 +68,7 @@ DESTDIR="$RPM_BUILD_ROOT" install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/xinit/xinitrc.d/%{name} +install imwheelrc $RPM_BUILD_ROOT%{_sysconfdir}/imwheelrc %clean rm -rf $RPM_BUILD_ROOT @@ -84,6 +87,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2007/02/22 09:49:30 wolvverine +- up to 1.0.0pre12 + Revision 1.29 2007/02/13 08:06:35 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/imwheel.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
