Author: qboosh Date: Wed Dec 7 13:32:54 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - 1.0.1.3 (X11R7.0-RC3) - added sed fix to build with XF86RUSH support
---- Files affected: SPECS: xorg-driver-video-apm.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/xorg-driver-video-apm.spec diff -u SPECS/xorg-driver-video-apm.spec:1.2 SPECS/xorg-driver-video-apm.spec:1.3 --- SPECS/xorg-driver-video-apm.spec:1.2 Sun Nov 20 14:35:29 2005 +++ SPECS/xorg-driver-video-apm.spec Wed Dec 7 14:32:44 2005 @@ -2,24 +2,26 @@ Summary: X.org video driver for Alliance ProMotion video adapters Summary(pl): Sterownik obrazu X.org do kart graficznych Alliance ProMotion Name: xorg-driver-video-apm -Version: 1.0.1.2 +Version: 1.0.1.3 Release: 0.1 License: MIT Group: X11/Applications -Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC2/driver/xf86-video-apm-%{version}.tar.bz2 -# Source0-md5: a66a949b150f1a7e86c74396cb1a57e6 +Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC3/driver/xf86-video-apm-%{version}.tar.bz2 +# Source0-md5: 50843ecd9f3e51a02156c6d5fd21a7d1 URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: libtool BuildRequires: pkgconfig >= 1:0.19 +# temporary +BuildRequires: sed >= 4.0 BuildRequires: xorg-proto-fontsproto-devel BuildRequires: xorg-proto-randrproto-devel BuildRequires: xorg-proto-renderproto-devel BuildRequires: xorg-proto-videoproto-devel BuildRequires: xorg-proto-xextproto-devel -#BuildRequires: xxf86rush (wrong pkgconfig test should be xf86rushproto???) -BuildRequires: xorg-util-util-macros >= 0.99.1 +BuildRequires: xorg-proto-xf86rushproto-devel +BuildRequires: xorg-util-util-macros >= 0.99.2 BuildRequires: xorg-xserver-server-devel >= 0.99.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -36,6 +38,9 @@ %prep %setup -q -n xf86-video-apm-%{version} +# wrong test +sed -i -e 's/xxf86rush/xf86rushproto/' configure.ac + %build %{__libtoolize} %{__aclocal} @@ -51,8 +56,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ - drivermandir=%{_mandir}/man4 + DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la @@ -63,7 +67,7 @@ %defattr(644,root,root,755) %doc ChangeLog README %attr(755,root,root) %{_libdir}/xorg/modules/drivers/apm_drv.so -%{_mandir}/man4/apm.4x* +%{_mandir}/man4/apm.4* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -71,6 +75,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/12/07 13:32:44 qboosh +- 1.0.1.3 (X11R7.0-RC3) +- added sed fix to build with XF86RUSH support + Revision 1.2 2005/11/20 13:35:29 qboosh - 1.0.1.2 (X11R7.0-RC2) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-driver-video-apm.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
