123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- %define tarball xf86-input-citron
- %define moduledir %(pkg-config xorg-server --variable=moduledir )
- %define driverdir %{moduledir}/input
- Summary: Xorg X11 citron input driver
- Summary(ja): Xorg X11 citron 入力ドライバ
- Name: xorg-x11-drv-citron
- Version: 2.2.1
- Release: 1%{?_dist_release}
- URL: http://www.x.org
- License: MIT
- Group: User Interface/X Hardware Support
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
- ExcludeArch: s390 s390x
- BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6
- Requires: xorg-x11-server-Xorg
- %description
- X.Org X11 citron input driver.
- %prep
- %setup -q -n %{tarball}-%{version}
- %build
- %configure --disable-static
- make
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- # FIXME: Remove all libtool archives (*.la) from modules directory. This
- # should be fixed in upstream Makefile.am or whatever.
- find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root,-)
- %{driverdir}/citron_drv.so
- %{_mandir}/man4/citron.4*
- %changelog
- * Sat May 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-1
- - initial build for Vine Linux
- * Fri Feb 22 2008 Adam Jackson <ajax@redhat.com> 2.2.1-1
- - citron 2.2.1
- * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2.0-5
- - Autorebuild for GCC 4.3
- * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 2.2.0-4
- - Rebuild for build id
- * Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 2.2.0-3
- - Update Requires and BuildRequires. Disown the module directories.
- * Fri Feb 16 2007 Adam Jackson <ajax@redhat.com> 2.2.0-2
- - ExclusiveArch -> ExcludeArch
- * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
- - rebuild
- * Sun Apr 9 2006 Adam Jackson <ajackson@redhat.com> 2.2.0-1
- - Update to 2.2.0 from 7.1RC1.
- * Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 2.1.5-1
- - Updated to new upstream citron 2.1.5 driver.
- * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 2.1.1.5-1.2
- - bump again for double-long bug on ppc(64)
- * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 2.1.1.5-1.1
- - rebuilt for new gcc4.1 snapshot and glibc changes
- * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 2.1.1.5-1
- - Updated xorg-x11-drv-citron to version 2.1.1.5 from X11R7.0
- * Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 2.1.1.4-1
- - Updated xorg-x11-drv-citron to version 2.1.1.4 from X11R7 RC4
- - Removed 'x' suffix from manpage dirs to match RC4 upstream.
- * Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 2.1.1.2-1
- - Updated xorg-x11-drv-citron to version 2.1.1.2 from X11R7 RC2
- * Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 2.1.1.1-1
- - Updated xorg-x11-drv-citron to version 2.1.1.1 from X11R7 RC1
- - Fix *.la file removal.
- * Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 2.1.1-0
- - Initial spec file for citron input driver generated automatically
- by my xorg-driverspecgen script.
|