packages: vdpauinfo/vdpauinfo.spec (NEW) - initial
blues
blues at pld-linux.org
Mon Jun 7 16:33:39 CEST 2010
Author: blues Date: Mon Jun 7 14:33:39 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- initial
---- Files affected:
packages/vdpauinfo:
vdpauinfo.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/vdpauinfo/vdpauinfo.spec
diff -u /dev/null packages/vdpauinfo/vdpauinfo.spec:1.1
--- /dev/null Mon Jun 7 16:33:39 2010
+++ packages/vdpauinfo/vdpauinfo.spec Mon Jun 7 16:33:34 2010
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary: VDPAU query too
+Name: vdpauinfo
+Version: 0.0.6
+Release: 1
+License: BSD-like ?
+Group: Applications/System
+Source0: http://people.freedesktop.org/~aplattner/vdpau/%{name}-%{version}.tar.gz
+# Source0-md5: 513df206613cbd061b6d49cdbfe927ef
+BuildRequires: libvdpau-devel >=0.2
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+command line utility for querying the capabilities of a VDPAU
+device.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2010/06/07 14:33:34 blues
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list