auto-import xorg-x11-drv-dummy-0.1.0.1-1 on branch devel from
xorg-x11-drv-dummy-0.1.0.1-1.src.rpm
This commit is contained in:
parent
c5e70dc632
commit
fc82f2fff2
@ -1 +1 @@
|
|||||||
xf86-video-dummy-0.1.0.tar.bz2
|
xf86-video-dummy-0.1.0.1.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
6fc15075541d89407deba0e51f7d7de6 xf86-video-dummy-0.1.0.tar.bz2
|
5a56ddedeac6ddc4583676f6e5ac3847 xf86-video-dummy-0.1.0.1.tar.bz2
|
||||||
|
@ -4,14 +4,14 @@
|
|||||||
# the "filesystem" package.
|
# the "filesystem" package.
|
||||||
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
%define moduledir %(pkg-config xorg-server --variable=moduledir )
|
||||||
# define driverdir to the appropriate type for this driver class
|
# define driverdir to the appropriate type for this driver class
|
||||||
%define driverdir %(pkg-config xorg-server --variable=driverdir )
|
%define driverdir %{moduledir}/drivers
|
||||||
|
|
||||||
%define cvsdate xxxxxxx
|
%define cvsdate xxxxxxx
|
||||||
|
|
||||||
Summary: Xorg X11 dummy video driver
|
Summary: Xorg X11 dummy video driver
|
||||||
Name: xorg-x11-drv-dummy
|
Name: xorg-x11-drv-dummy
|
||||||
Version: 0.1.0
|
Version: 0.1.0.1
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
# FIXME: If using a CVS version, uncomment the second Source0 line and use
|
# FIXME: If using a CVS version, uncomment the second Source0 line and use
|
||||||
# it instead.
|
# it instead.
|
||||||
@ -46,7 +46,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
# FIXME: Remove all libtool archives (*.la) from modules directory. This
|
# FIXME: Remove all libtool archives (*.la) from modules directory. This
|
||||||
# should be fixed in upstream Makefile.am or whatever.
|
# should be fixed in upstream Makefile.am or whatever.
|
||||||
find $RPM_BUILD_ROOT%{moduledir} -name '*.la' | xargs rm -f --
|
find $RPM_BUILD_ROOT -regex ".*.la$" | xargs rm -f --
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -61,10 +61,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
#%{moduledir}/multimedia/*.so
|
#%{moduledir}/multimedia/*.so
|
||||||
# NOTE: Uncomment these if someone ever writes manpages for this driver
|
# NOTE: Uncomment these if someone ever writes manpages for this driver
|
||||||
#%dir %{_mandir}
|
#%dir %{_mandir}
|
||||||
#%dir %{_mandir}/man4
|
#%dir %{_mandir}/man4x
|
||||||
#%{_mandir}/man4/*.4*
|
#%{_mandir}/man4x/*.4x*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 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 <mharris@redhat.com> 1.0.0-1
|
* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
|
||||||
- Update BuildRoot to use Fedora Packaging Guidelines.
|
- Update BuildRoot to use Fedora Packaging Guidelines.
|
||||||
- Deglob file manifest.
|
- Deglob file manifest.
|
||||||
|
Loading…
Reference in New Issue
Block a user