diff --git a/.cvsignore b/.cvsignore index 7ab4002..6fad969 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xf86-video-dummy-0.1.0.4.tar.bz2 +xf86-video-dummy-0.1.0.5.tar.bz2 diff --git a/sources b/sources index 2d9c919..9a17915 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8910ad7b1c90a0a01f4f0a0ef8c19a87 xf86-video-dummy-0.1.0.4.tar.bz2 +d0f573e3dfc844b6c8ed658ce892a194 xf86-video-dummy-0.1.0.5.tar.bz2 diff --git a/xorg-x11-drv-dummy.spec b/xorg-x11-drv-dummy.spec index d42152d..d7cf244 100644 --- a/xorg-x11-drv-dummy.spec +++ b/xorg-x11-drv-dummy.spec @@ -1,22 +1,15 @@ %define tarball xf86-video-dummy -# 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}/drivers %define cvsdate xxxxxxx Summary: Xorg X11 dummy video driver Name: xorg-x11-drv-dummy -Version: 0.1.0.4 -Release: 1 +Version: 0.1.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) @@ -27,6 +20,7 @@ BuildRequires: pkgconfig BuildRequires: xorg-x11-server-sdk Requires: xorg-x11-server-Xorg + %description X.Org X11 dummy video driver. @@ -39,14 +33,12 @@ make %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 @@ -56,15 +48,13 @@ rm -rf $RPM_BUILD_ROOT %dir %{moduledir} %dir %{driverdir} %{driverdir}/dummy_drv.so -# NOTE: Uncomment when multimedia drivers are avail -#%dir %{moduledir}/multimedia -#%{moduledir}/multimedia/*.so -# NOTE: Uncomment these if someone ever writes manpages for this driver -#%dir %{_mandir} -#%dir %{_mandir}/man4 -#%{_mandir}/man4/*.4x* +#%dir %{_mandir}/man4x +#%{_mandir}/man4/dummy.4x* %changelog +* Wed Jan 18 2006 Mike A. Harris 0.1.0.5-1 +- Updated xorg-x11-drv-dummy to version 0.1.0.5 from X11R7.0 + * Tue Dec 20 2005 Mike A. Harris 0.1.0.4-1 - Updated xorg-x11-drv-dummy to version 0.1.0.4 from X11R7 RC4 - Removed 'x' suffix from manpage dirs to match RC4 upstream. @@ -75,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT * Fri Nov 4 2005 Mike A. Harris 0.1.0.1-1 - Updated xorg-x11-drv-dummy to version 0.1.0.1 from X11R7 RC1 - Fix *.la file removal. + * Mon Oct 3 2005 Mike A. Harris 1.0.0-1 - Update BuildRoot to use Fedora Packaging Guidelines. - Deglob file manifest.