remove autogen call
authorAnas Nashif <anas.nashif@intel.com>
Wed, 31 Oct 2012 02:08:27 +0000 (19:08 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Sat, 11 May 2013 06:11:59 +0000 (02:11 -0400)
packaging/xf86vidmodeproto.spec [new file with mode: 0644]

diff --git a/packaging/xf86vidmodeproto.spec b/packaging/xf86vidmodeproto.spec
new file mode 100644 (file)
index 0000000..aabd69a
--- /dev/null
@@ -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