summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 19:08:27 -0700
committerAnas Nashif <anas.nashif@intel.com>2013-05-11 02:11:59 -0400
commitfb5d54e00393f467bfdf27f59c9d7c1849818e03 (patch)
tree3607f787c14c270f1658e0881e9e5f116f223658
parent3469b240e4a2883540bd48379c600c41d42e8453 (diff)
downloadxf86vidmodeproto-fb5d54e00393f467bfdf27f59c9d7c1849818e03.tar.gz
xf86vidmodeproto-fb5d54e00393f467bfdf27f59c9d7c1849818e03.tar.bz2
xf86vidmodeproto-fb5d54e00393f467bfdf27f59c9d7c1849818e03.zip
remove autogen call
-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