commit 409de344726066c3262dfe6cf38fdc0eeb430134
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Feb 27 21:41:20 2018 +0100
Add crystalhd userspace
.gitignore | 1 +
crystalhd.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 48 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8dcb533 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/crystalhd-kmod-*.tar.xz
diff --git a/crystalhd.spec b/crystalhd.spec
new file mode 100644
index 0000000..1663f2c
--- /dev/null
+++ b/crystalhd.spec
@@ -0,0 +1,46 @@
+Name: crystalhd
+Summary: Kernel module (kmod) for crystalhd
+Version: 20170515
+Release: 1%{?dist}
+License: GPLv2
+URL:
https://github.com/philipl/crystalhd.git
+#Source0: crystalhd-%{version}.tar.xz
+
+ExclusiveArch: i686 x86_64
+Provides: %{name}-kmod-common = %{version}
+Requires: %{name}-kmod >= %{version}
+Requires: %{name}-firmware >= 3.10.0
+Requires: libcrystalhd >= 3.10.0
+
+
+%description
+CrystalHD common files.
+
+%prep
+#setup -q -c
+
+
+%build
+#Nothing to build
+
+
+%install
+#Nothing to prep
+
+%files
+#doc drivers/staging/crystalhd/TODO
+
+%changelog
+* Wed May 17 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 20170515-1
+- Update to 20170515
+
+* Wed Jan 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 20131018-2
+- Update to 20131018
+- Add ExclusiveArch
+
+* Fri Apr 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 20130426-2
+- Add dependencies
+
+* Wed Jan 16 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 20130106-1
+- Initial spec file
+
diff --git a/sources b/sources
index e69de29..d0556ca 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a8257a91cbed4e32bf909bd8fae313c1 crystalhd-kmod-20170515.tar.xz