]> git.pld-linux.org Git - packages/xorg-driver-input-fpit.git/commitdiff
- updated to 1.4.0
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Jun 2011 18:58:35 +0000 (18:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-driver-input-fpit.spec -> 1.16

xorg-driver-input-fpit.spec

index 30d70e7aec1a2c8386411f926e80a7904af968f3..8961dd4b1bb1f3cf2b52c2f94402ecdeaceacee8 100644 (file)
@@ -1,13 +1,12 @@
-# NOTE: doesn't build with current xserver
 Summary:       X.org input driver for Fujitsu Stylistic Tablet PCs
 Summary(pl.UTF-8):     Sterownik wejściowy X.org dla komputerów Fujitsu Stylistic Tablet
 Name:          xorg-driver-input-fpit
-Version:       1.3.0
-Release:       3.1
+Version:       1.4.0
+Release:       1
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-fpit-%{version}.tar.bz2
-# Source0-md5: e5bfda480f25121e3c4222e5e1eb5880
+# Source0-md5: 042c95fec145d8b57ca62714131ff3f1
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -15,11 +14,11 @@ BuildRequires:      libtool
 BuildRequires: pkgconfig >= 1:0.19
 BuildRequires: xorg-proto-inputproto-devel
 BuildRequires: xorg-proto-randrproto-devel
-BuildRequires: xorg-util-util-macros >= 1.2
-BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
+BuildRequires: xorg-util-util-macros >= 1.12
+BuildRequires: xorg-xserver-server-devel >= 1.10.0
 BuildRequires:  rpmbuild(macros) >= 1.389
 %{?requires_xorg_xserver_xinput}
-Requires:      xorg-xserver-server >= 1.0.99.901
+Requires:      xorg-xserver-server >= 1.10.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -53,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -62,4 +61,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc COPYING ChangeLog README readme.txt
 %attr(755,root,root) %{_libdir}/xorg/modules/input/fpit_drv.so
+%{_datadir}/X11/xorg.conf.d/50-fpit.conf
 %{_mandir}/man4/fpit.4*
This page took 0.070125 seconds and 4 git commands to generate.