auto-import xorg-x11-drv-fbdev-0.1.0.1-1 on branch devel from

xorg-x11-drv-fbdev-0.1.0.1-1.src.rpm
This commit is contained in:
mharris 2005-11-04 23:19:22 +00:00
parent 935c52e785
commit 4a797a8909
3 changed files with 11 additions and 8 deletions

View File

@ -1 +1 @@
xf86-video-fbdev-0.1.0.tar.bz2
xf86-video-fbdev-0.1.0.1.tar.bz2

View File

@ -1 +1 @@
5dfea05f7b2ca671d17519829e3355a7 xf86-video-fbdev-0.1.0.tar.bz2
803d387169a06ef0543855c635a31c3f xf86-video-fbdev-0.1.0.1.tar.bz2

View File

@ -4,14 +4,14 @@
# the "filesystem" package.
%define moduledir %(pkg-config xorg-server --variable=moduledir )
# 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
Summary: Xorg X11 fbdev video driver
Name: xorg-x11-drv-fbdev
Version: 0.1.0
Release: 1
Version: 0.1.0.1
Release: 1
URL: http://www.x.org
# FIXME: If using a CVS version, uncomment the second Source0 line and use
# it instead.
@ -46,7 +46,7 @@ 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%{moduledir} -name '*.la' | xargs rm -f --
find $RPM_BUILD_ROOT -regex ".*.la$" | xargs rm -f --
%clean
rm -rf $RPM_BUILD_ROOT
@ -60,10 +60,13 @@ rm -rf $RPM_BUILD_ROOT
#%dir %{moduledir}/multimedia
#%{moduledir}/multimedia/*.so
%dir %{_mandir}
%dir %{_mandir}/man4
%{_mandir}/man4/*.4*
%dir %{_mandir}/man4x
%{_mandir}/man4x/*.4x*
%changelog
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 0.1.0.1-1
- Updated xorg-x11-drv-fbdev to version 0.1.0.1 from X11R7 RC1
- Fix *.la file removal.
* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 0.1.0-1
- Update BuildRoot to use Fedora Packaging Guidelines.
- Deglob file manifest.