summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 19:05:09 -0700
committerAnas Nashif <anas.nashif@intel.com>2013-05-11 02:13:15 -0400
commitd00630435dd65524a20242174f93b30ed0143a0c (patch)
tree4b4783dd1c1ee87c33d63e4cdfd83692d445e543
parent7d4142b891473a66452a1e866931f756fb81df77 (diff)
downloadxineramaproto-d00630435dd65524a20242174f93b30ed0143a0c.tar.gz
xineramaproto-d00630435dd65524a20242174f93b30ed0143a0c.tar.bz2
xineramaproto-d00630435dd65524a20242174f93b30ed0143a0c.zip
remove autogen call
-rw-r--r--packaging/xineramaproto.spec34
1 files changed, 34 insertions, 0 deletions
diff --git a/packaging/xineramaproto.spec b/packaging/xineramaproto.spec
new file mode 100644
index 0000000..8f030e4
--- /dev/null
+++ b/packaging/xineramaproto.spec
@@ -0,0 +1,34 @@
+Name: xineramaproto
+Version: 1.2.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