- wacom 0.10.1
- BuildRequires xorg-x11-util-macros 1.3.0 - Remove unnecessary 'find' directive, changed upstream. - Add GPL document - Install 10-wacom.fdi file. - Provides: linuxwacom
This commit is contained in:
parent
ed7046c2aa
commit
a918cd412f
@ -1 +1 @@
|
|||||||
xf86-input-wacom-0.10.0.tar.bz2
|
xf86-input-wacom-0.10.1.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
91af5fab1637c6ce52e3f9418d53e22b xf86-input-wacom-0.10.0.tar.bz2
|
544f40bb5bcdd8538c248c4067f3848f xf86-input-wacom-0.10.1.tar.bz2
|
||||||
|
@ -4,21 +4,25 @@
|
|||||||
|
|
||||||
Summary: Xorg X11 wacom input driver
|
Summary: Xorg X11 wacom input driver
|
||||||
Name: xorg-x11-drv-wacom
|
Name: xorg-x11-drv-wacom
|
||||||
Version: 0.10.0
|
Version: 0.10.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X Hardware Support
|
Group: User Interface/X Hardware Support
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Source0: http://people.freedesktop.org/~whot/%{tarball}/%{tarball}-%{version}.tar.bz2
|
Source0: http://people.freedesktop.org/~whot/%{tarball}/%{tarball}-%{version}.tar.bz2
|
||||||
|
Source1: 10-wacom.fdi
|
||||||
|
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
BuildRequires: xorg-x11-server-sdk >= 1.7.0
|
BuildRequires: xorg-x11-server-sdk >= 1.7.0
|
||||||
|
BuildRequires: xorg-x11-util-macros >= 1.3.0
|
||||||
|
|
||||||
Requires: xorg-x11-server-Xorg >= 1.7.0
|
Requires: xorg-x11-server-Xorg >= 1.7.0
|
||||||
|
Requires: hal
|
||||||
|
|
||||||
|
Provides: linuxwacom = %{version}-%{release}
|
||||||
Obsoletes: linuxwacom <= 0.8.4.3
|
Obsoletes: linuxwacom <= 0.8.4.3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -26,7 +30,6 @@ X.Org X11 wacom input driver for Wacom tablets.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{tarball}-%{version}
|
%setup -q -n %{tarball}-%{version}
|
||||||
find -type f -name '*.[ch]' | xargs chmod -x
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -41,14 +44,18 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
# should be fixed in upstream Makefile.am or whatever.
|
# should be fixed in upstream Makefile.am or whatever.
|
||||||
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
||||||
|
|
||||||
|
install -d $RPM_BUILD_ROOT%{_datadir}/hal/fdi/policy/20thirdparty
|
||||||
|
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hal/fdi/policy/20thirdparty
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog README
|
%doc AUTHORS ChangeLog README GPL
|
||||||
%{driverdir}/wacom_drv.so
|
%{driverdir}/wacom_drv.so
|
||||||
%{_mandir}/man4/wacom.4*
|
%{_mandir}/man4/wacom.4*
|
||||||
|
%{_datadir}/hal/fdi/policy/20thirdparty/10-wacom.fdi
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -65,9 +72,17 @@ X.Org X11 wacom input driver development files.
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/pkgconfig/xorg-wacom.pc
|
%{_libdir}/pkgconfig/xorg-wacom.pc
|
||||||
%{_includedir}/xorg/Xwacom.h
|
%{_includedir}/xorg/Xwacom.h
|
||||||
|
%{_includedir}/xorg/wacom-properties.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 20 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.10.1-1
|
||||||
|
- wacom 0.10.1
|
||||||
|
- BuildRequires xorg-x11-util-macros 1.3.0
|
||||||
|
- Remove unnecessary 'find' directive, changed upstream.
|
||||||
|
- Add GPL document
|
||||||
|
- Install 10-wacom.fdi file.
|
||||||
|
- Provides: linuxwacom
|
||||||
|
|
||||||
* Thu Nov 19 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-3
|
* Thu Nov 19 2009 Peter Hutterer <peter.hutterer@redhat.com> 0.10.0-3
|
||||||
- Use smp_mflags when building.
|
- Use smp_mflags when building.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user