rpms/xorg-x11-drv-elo2300/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xorg-x11-drv-elo2300.spec, 1.5, 1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 2 09:42:15 UTC 2006


Author: mharris

Update of /cvs/dist/rpms/xorg-x11-drv-elo2300/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14757/devel

Modified Files:
	.cvsignore sources xorg-x11-drv-elo2300.spec 
Log Message:
auto-import xorg-x11-drv-elo2300-1.0.0.5-1 on branch devel from xorg-x11-drv-elo2300-1.0.0.5-1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-elo2300/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	24 Dec 2005 03:40:44 -0000	1.5
+++ .cvsignore	2 Feb 2006 09:42:12 -0000	1.6
@@ -1 +1 @@
-xf86-input-elo2300-1.0.0.4.tar.bz2
+xf86-input-elo2300-1.0.0.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-elo2300/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	24 Dec 2005 03:40:44 -0000	1.5
+++ sources	2 Feb 2006 09:42:12 -0000	1.6
@@ -1 +1 @@
-fcaeb0eb045848ea113a5fd52c714820  xf86-input-elo2300-1.0.0.4.tar.bz2
+664af07018e07207358a73b4e93e7a91  xf86-input-elo2300-1.0.0.5.tar.bz2


Index: xorg-x11-drv-elo2300.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-drv-elo2300/devel/xorg-x11-drv-elo2300.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xorg-x11-drv-elo2300.spec	24 Dec 2005 03:40:44 -0000	1.5
+++ xorg-x11-drv-elo2300.spec	2 Feb 2006 09:42:12 -0000	1.6
@@ -1,44 +1,26 @@
 %define tarball xf86-input-elo2300
-# All packages should own all dirs they lead up to, for saner
-# rpm packaging, in particular if the leading dirs are not owned by
-# the "filesystem" package.
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
-# define driverdir to the appropriate type for this driver class
 %define driverdir	%{moduledir}/input
 
 %define cvsdate xxxxxxx
 
 Summary:   Xorg X11 elo2300 input driver
 Name:      xorg-x11-drv-elo2300
-Version: 1.0.0.4
+Version: 1.0.0.5
 Release: 1
 URL:       http://www.x.org
-# FIXME: If using a CVS version, uncomment the second Source0 line and use
-# it instead.
-Source0:   http://xorg.freedesktop.org/X11R7.0-RC0/driver/%{tarball}-%{version}.tar.bz2
-#Source0:   http://xorg.freedesktop.org/X11R7.0-RC0/driver/%{tarball}-%{version}-%{cvsdate}.tar.bz2
+Source0:   http://xorg.freedesktop.org/X11R7.0/src/driver/%{tarball}-%{version}.tar.bz2
 License:   MIT/X11
 Group:     User Interface/X Hardware Support
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# FIXME:  If you can see this comment, then the ExclusiveArch entry below
-# is set to the spec file template default.  Please examine the monolithic
-# xorg-x11 package for each architecture for this driver, to determine which
-# architectures it should be built or not built on, and update the list
-# below.  When doing this, take "sparc, sparc64, alpha" also into
-# consideration if you know a given driver was built for those arches in
-# the past.  That makes it easier for the community Alphacore/AuroraLinux
-# projects to rebuild our rpm packages.  If you're not sure if a given
-# driver should be on any of those arches however, just leave it out of
-# the list, and the community can let us know which drivers they are
-# missing.  Remove this comment once the ExclusiveArch line is updated and
-# considered reliable/correct.
-ExclusiveArch: %{ix86} x86_64 ia64 ppc
+ExclusiveArch: %{ix86} x86_64 ia64 ppc alpha sparc sparc64
 
 BuildRequires: pkgconfig
 BuildRequires: xorg-x11-server-sdk
 
 Requires:  xorg-x11-server-Xorg
+
 %description 
 X.Org X11 elo2300 input driver.
 
@@ -51,14 +33,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# FIXME: This should be using makeinstall macro instead.  Please test
-# makeinstall with this driver, and if it works, check it into CVS. If
-# it fails, fix it in upstream sources and file a patch upstream.
+
 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 --
+find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,20 +47,14 @@
 %defattr(-,root,root,-)
 %dir %{moduledir}
 %dir %{driverdir}
-# FIXME: A glob is used here in the specfile template to make it easy to
-# generate spec files automatically.  When everything is in CVS, if you're
-# updating the spec file, please change the glob to a list of explicit
-# filenames, so that rpm tracks individual files, and we know when a new
-# one gets added.  Explicitly naming files also helps avoid random
-# unexpected .so files (or others) from getting included in a shipping
-# product.  Ditto for the manpages.
-%{driverdir}/*.so
-# NOTE: Uncomment these if someone ever writes manpages for this driver
-#%dir %{_mandir}
-#%dir %{_mandir}/man4
-#%{_mandir}/man4/*.4x*
+%{driverdir}/elo2300_drv.so
+#%dir %{_mandir}/man4x
+#%{_mandir}/man4/elo2300.4x*
 
 %changelog
+* Wed Jan 18 2006 Mike A. Harris <mharris at redhat.com> 1.0.0.5-1
+- Updated xorg-x11-drv-elo2300 to version 1.0.0.5 from X11R7.0
+
 * Tue Dec 20 2005 Mike A. Harris <mharris at redhat.com> 1.0.0.4-1
 - Updated xorg-x11-drv-elo2300 to version 1.0.0.4 from X11R7 RC4
 - Removed 'x' suffix from manpage dirs to match RC4 upstream.
@@ -91,6 +65,7 @@
 * Fri Nov 4 2005 Mike A. Harris <mharris at redhat.com> 1.0.0.1-1
 - Updated xorg-x11-drv-elo2300 to version 1.0.0.1 from X11R7 RC1
 - Fix *.la file removal.
+
 * Fri Sep 2 2005 Mike A. Harris <mharris at redhat.com> 1.0.0-0
 - Initial spec file for elo2300 input driver generated automatically
   by my xorg-driverspecgen script.




More information about the fedora-cvs-commits mailing list