diff options
Diffstat (limited to 'packaging/xorg-x11-drv-exynos.spec')
-rw-r--r-- | packaging/xorg-x11-drv-exynos.spec | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/packaging/xorg-x11-drv-exynos.spec b/packaging/xorg-x11-drv-exynos.spec new file mode 100644 index 0000000..a697108 --- /dev/null +++ b/packaging/xorg-x11-drv-exynos.spec @@ -0,0 +1,37 @@ +# >> macros +# << macros + +Name: xorg-x11-drv-exynos +Summary: X.Org X server driver for exynos +Version: 0.2.0 +Release: 20 +ExclusiveArch: %arm +Group: System/X Hardware Support +License: Samsung +Source0: %{name}-%{version}.tar.gz +BuildRequires: prelink + +%description +This package provides the driver for the Samsung display device exynos + + +%prep +%setup -q + + +%build + +%reconfigure + +make %{?jobs:-j%jobs} + +%install +rm -rf %{buildroot} +%make_install + +execstack -c %{buildroot}%{_libdir}/xorg/modules/drivers/exynos_drv.so + +%files +%defattr(-,root,root,-) +%{_libdir}/xorg/modules/drivers/*.so + |