Author: qboosh Date: Sat Oct 29 17:28:39 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: xorg-driver-video-cyrix.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xorg-driver-video-cyrix.spec diff -u /dev/null SPECS/xorg-driver-video-cyrix.spec:1.1 --- /dev/null Sat Oct 29 19:28:39 2005 +++ SPECS/xorg-driver-video-cyrix.spec Sat Oct 29 19:28:34 2005 @@ -0,0 +1,74 @@ +# $Revision$, $Date$ +Summary: X.org video driver for Cyrix video chips +Summary(pl): Sterownik obrazu X.org dla układów graficznych Cyrix +Name: xorg-driver-video-cyrix +Version: 1.0.0.1 +Release: 0.1 +License: MIT +Group: X11/Applications +Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-cyrix-%{version}.tar.bz2 +# Source0-md5: 172e7824625cc43b3cd51cb27f247882 +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf >= 2.57 +BuildRequires: automake +BuildRequires: libtool +BuildRequires: pkgconfig >= 1:0.19 +BuildRequires: xorg-proto-xextproto-devel +BuildRequires: xorg-proto-xf86dgaproto-devel +BuildRequires: xorg-util-util-macros >= 0.99.1 +BuildRequires: xorg-xserver-server-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +X.org video driver for Cyrix MediaGX (now Natsemi Geode) series of +video processors. This driver supports the MediaGX, MediaGXi and +MediaGXm processors, as well as the Natsemi 'Geode' branded +processors. It supports the CS5510, CS5520, CS5530 and CS5530A +companion chips. + +%description -l pl +Sterownik obrazu X.org dla układów graficznych z serii Cyrix MediaGX +(teraz Natsemi Geode). Ten sterownik obsługuje układy MediaGX, +MediaGXi, MediaGXm, a także firmowane jako Natsemi "Geode". Obsługuje +układy towarzyszące CS5510, CS5520, CS5530 i CS5530A. + +%prep +%setup -q -n xf86-video-cyrix-%{version} + +%build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure \ + --disable-static + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + drivermandir=%{_mandir}/man4 + +rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README +%attr(755,root,root) %{_libdir}/xorg/modules/drivers/cyrix_drv.so +%{_mandir}/man4/cyrix.4x* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/10/29 17:28:34 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
