Author: lkrotowski Date: Mon Mar 31 23:03:47 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial version
---- Files affected: SPECS: xorg-proto-dri2proto.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xorg-proto-dri2proto.spec diff -u /dev/null SPECS/xorg-proto-dri2proto.spec:1.1 --- /dev/null Tue Apr 1 01:03:47 2008 +++ SPECS/xorg-proto-dri2proto.spec Tue Apr 1 01:03:42 2008 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ +Summary: DRI2 protocol and ancillary headers +Name: xorg-proto-dri2proto +Version: 1.0.0 +Release: 1 +License: MIT +Group: X11/Development/Libraries +Source0: http://xorg.freedesktop.org/releases/individual/proto/dri2proto-%{version}.tar.bz2 +# Source0-md5: 49b1359dea0842b8956bbc7f1ba426fb +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf >= 2.57 +BuildRequires: automake +BuildRequires: xorg-util-util-macros +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +DRI2 protocol and ancillary headers. + +%package devel +Summary: DRI2 protocol and ancillary headers +Group: X11/Development/Libraries +Requires: libdrm-devel +Requires: xorg-proto-glproto-devel +Requires: xorg-proto-xproto-devel + +%description devel +DRI2 protocol and ancillary headers. + +%prep +%setup -q -n dri2proto-%{version} + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + pkgconfigdir=%{_pkgconfigdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files devel +%defattr(644,root,root,755) +%doc COPYING +%{_includedir}/X11/extensions/dri2proto.h +%{_pkgconfigdir}/dri2proto.pc + +%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 2008-03-31 23:03:42 lkrotowski +- initial version + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
