]> git.pld-linux.org Git - packages/xorg-driver-input-elographics.git/blobdiff - xorg-driver-input-elographics.spec
- updated to 1.4.4
[packages/xorg-driver-input-elographics.git] / xorg-driver-input-elographics.spec
index fbe3ba257cc43c7ee10b2845b514338882550422..4b89ffc30bd7dfb83379c9ff2703d0dd900bee0f 100644 (file)
@@ -1,21 +1,27 @@
 Summary:       X.org input driver for Elographics touchscreen devices
-Summary(pl):   Sterownik wej¶ciowy X.org dla ekranów dotykowych Elographics
+Summary(pl.UTF-8):     Sterownik wejściowy X.org dla ekranów dotykowych Elographics
 Name:          xorg-driver-input-elographics
-Version:       1.0.0.2
-Release:       0.1
+Version:       1.4.4
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC2/driver/xf86-input-elographics-%{version}.tar.bz2
-# Source0-md5: bc32b9d496ee4119398b2320ff3ab9f8
-URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf >= 2.57
+Source0:       https://xorg.freedesktop.org/releases/individual/driver/xf86-input-elographics-%{version}.tar.xz
+# Source0-md5: 1461469be7b0c00091aecd2618bad4d9
+URL:           https://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: libtool >= 2:2
 BuildRequires: pkgconfig >= 1:0.19
+BuildRequires:  rpmbuild(macros) >= 1.389
+BuildRequires: tar >= 1:1.22
 BuildRequires: xorg-proto-inputproto-devel
 BuildRequires: xorg-proto-randrproto-devel
-BuildRequires: xorg-util-util-macros >= 0.99.1
-BuildRequires: xorg-xserver-server-devel >= 0.99.3
+BuildRequires: xorg-proto-xproto-devel
+BuildRequires: xorg-util-util-macros >= 1.8
+BuildRequires: xorg-xserver-server-devel >= 1.10.0
+BuildRequires: xz
+%{?requires_xorg_xserver_xinput}
+Requires:      xorg-xserver-server >= 1.10.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -23,10 +29,10 @@ X.org input driver for Elographics touchscreen devices. E271-2210 and
 E271-2200 devices are supported. E281-2310 and compatible devices are
 supported with some features unavailable.
 
-%description -l pl
-Sterownik wej¶ciowy X.org dla ekranów dotykowych Elographics.
-Obs³ugiwane s± urz±dzenia E271-2210 i E271-2200, natomiast E281-2381 i
-kompatybilne s± obs³ugiwane bez niektórych mo¿liwo¶ci.
+%description -l pl.UTF-8
+Sterownik wejściowy X.org dla ekranów dotykowych Elographics.
+Obsługiwane są urządzenia E271-2210 i E271-2200, natomiast E281-2381 i
+kompatybilne są obsługiwane bez niektórych możliwości.
 
 %prep
 %setup -q -n xf86-input-elographics-%{version}
@@ -37,8 +43,7 @@ kompatybilne s
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
-       --disable-static
+%configure
 
 %{__make}
 
@@ -46,16 +51,15 @@ kompatybilne s
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       drivermandir=%{_mandir}/man4
+       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
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog
+%doc COPYING ChangeLog README.md
 %attr(755,root,root) %{_libdir}/xorg/modules/input/elographics_drv.so
-%{_mandir}/man4/elographics.4x*
+%{_mandir}/man4/elographics.4*
This page took 0.89732 seconds and 4 git commands to generate.