summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/xf86vidmodeproto.spec34
1 files changed, 34 insertions, 0 deletions
diff --git a/packaging/xf86vidmodeproto.spec b/packaging/xf86vidmodeproto.spec
new file mode 100644
index 0000000..aabd69a
--- /dev/null
+++ b/packaging/xf86vidmodeproto.spec
@@ -0,0 +1,34 @@
+Name: xf86vidmodeproto
+Version: 2.3.1
+Release: 1
+License: MIT
+Summary: X
+Url: http://www.x.org
+Group: Development/System
+Source0: %{name}-%{version}.tar.gz
+
+BuildRequires: pkgconfig
+BuildRequires: pkgconfig(xorg-macros)
+
+%description
+%{summary}.
+
+%prep
+%setup -q
+
+%build
+%configure --disable-static \
+ --libdir=%{_datadir} \
+ --without-xmlto
+
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%remove_docs
+
+%files
+%defattr(-,root,root,-)
+%{_includedir}/X11/extensions/*.h
+%{_datadir}/pkgconfig/*.pc