rpms/xorg-x11-drv-avivo/devel make-snapshot.sh, NONE, 1.1 xorg-x11-drv-avivo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Sep 24 20:04:56 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-avivo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20147/devel

Modified Files:
	.cvsignore sources 
Added Files:
	make-snapshot.sh xorg-x11-drv-avivo.spec 
Log Message:
initial import



--- NEW FILE make-snapshot.sh ---
#!/bin/sh

DIRNAME=xf86-video-avivo-$( date +%Y%m%d )

rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/avivo/xf86-video-avivo $DIRNAME
cd $DIRNAME
if [ -z "$1" ]; then
    git log | head -1
else
    git checkout $1
fi
rm -rf .git
cd ..
tar jcf $DIRNAME.tar.bz2 $DIRNAME
rm -rf $DIRNAME


--- NEW FILE xorg-x11-drv-avivo.spec ---
%define tarball xf86-video-avivo
%define driverdir %(pkg-config xorg-server --variable=moduledir)/drivers
%define gitdate 20070918
%define gitrev be7d380aba8d1ff2272bf2c931b2c9f78a549b46

Name:           xorg-x11-drv-avivo
Version:        0.0.1
Release:        4%{?dist}
Summary:        Xorg X11 AVIVO video drievr

Group:          User Interface/X Hardware Support
License:        GPLv2 and zlib
URL:            http://www.x.org/
# git snapshot.  To recreate, run
# % ./make-snapshot.sh %{gitrev}
Source0:        %{tarball}-%{gitdate}.tar.bz2
Source1:	make-snapshot.sh
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  autoconf automake libtool pkgconfig
BuildRequires:  libpciaccess-devel
BuildRequires:  xorg-x11-server-sdk >= 1.3.0.0
Requires:       xorg-x11-server-Xorg >= 1.3.0.0

%description
X.Org X11 video driver for ATI R500 (AVIVO) cards and newer.

%prep
%setup -q -n %{tarball}-%{gitdate}

%build
autoreconf -v --install
# this is just paranoia.
%configure --disable-pciaccess
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT/%{driverdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING STATUS
%{_bindir}/avivotool
%{driverdir}/avivo_drv.so

%changelog
* Tue Sep 18 2007 Adam Jackson <ajax at redhat.com> 0.0.1-4
- Package review feedback (#293801)

* Mon Sep 17 2007 Adam Jackson <ajax at redhat.com> 0.0.1-3
- Post-doc-drop git build.

* Wed Jul 25 2007 Adam Jackson <ajax at redhat.com> 0.0.1-2
- Updated git build.

* Thu Jun 14 2007 Adam Jackson <ajax at redhat.com> 0.0.1-1
- Initial revision.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-avivo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Sep 2007 18:41:49 -0000	1.1
+++ .cvsignore	24 Sep 2007 20:04:22 -0000	1.2
@@ -0,0 +1 @@
+xf86-video-avivo-20070918.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-avivo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Sep 2007 18:41:49 -0000	1.1
+++ sources	24 Sep 2007 20:04:22 -0000	1.2
@@ -0,0 +1 @@
+6b4e61a1bd00094294f05f1789bacf4f  xf86-video-avivo-20070918.tar.bz2




More information about the fedora-extras-commits mailing list