On 9 Feb 2011, at 03:42, Austin Zhang wrote: > > > spec files: > ----------- > --- xorg-x11-drv-mtev.spec > +++ xorg-x11-drv-mtev.spec > @@ -1,6 +1,6 @@ > # > -# Do NOT Edit the Auto-generated Part! > -# Generated by: spectacle version 0.22git > +# Do not Edit! Generated by: > +# spectacle version 0.17
Can you please update your tools? > # > # >> macros > # << macros > @@ -14,6 +14,7 @@ > URL: http://gitorious.org/xorg/xf86-input-mtev > Source0: %{name}-%{version}.tar.gz > Source1: 60-cando-mtev.conf > +Source2: 70-sitronix-mtev.conf > Source100: xorg-x11-drv-mtev.yaml > BuildRequires: pkgconfig(xorg-server) > BuildRequires: pkgconfig(xkbfile) > @@ -55,6 +56,7 @@ > # >> install post > mkdir -p %{buildroot}/etc/X11/xorg.conf.d > install -p -m 644 %{SOURCE1} %{buildroot}/etc/X11/xorg.conf.d > +install -p -m 644 %{SOURCE2} %{buildroot}/etc/X11/xorg.conf.d > # << install post > > > @@ -67,6 +69,7 @@ > # >> files > %(pkg-config xorg-server --variable=moduledir )/input/mtev.so > %config /etc/X11/xorg.conf.d/60-cando-mtev.conf > +%config /etc/X11/xorg.conf.d/70-sitronix-mtev.conf > # << files > > > > other changes: > -------------- > > ++++++ 70-sitronix-mtev.conf (new) > --- 70-sitronix-mtev.conf > +++ 70-sitronix-mtev.conf > +Section "InputClass" > + Identifier "Sitronix Technology Corp" > + MatchVendor "Sitronix" > + MatchDevicePath "/dev/input/event*" > + Driver "mtev" > + Option "Ignore" "off" > +EndSection > > ++++++ xorg-x11-drv-mtev.yaml > --- xorg-x11-drv-mtev.yaml > +++ xorg-x11-drv-mtev.yaml > @@ -10,6 +10,7 @@ > Sources: > - "%{name}-%{version}.tar.gz" > - 60-cando-mtev.conf > + - 70-sitronix-mtev.conf > PkgConfigBR: > - xorg-server > - xkbfile > > _______________________________________________ > MeeGo-commits mailing list > [email protected] > http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
