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>2012-10-30 19:08:27 -0700
commit8edcaa42afdd6f68db66e93d28dd19e012a8884c (patch)
treef9f20c79309574aa7c93a6ab4bfd4526377966ac
parent480bae27c1f8df6025b890e8732a3b74983871b9 (diff)
downloadxf86vidmodeproto-8edcaa42afdd6f68db66e93d28dd19e012a8884c.tar.gz
xf86vidmodeproto-8edcaa42afdd6f68db66e93d28dd19e012a8884c.tar.bz2
xf86vidmodeproto-8edcaa42afdd6f68db66e93d28dd19e012a8884c.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