[gl-manpages] Initial import, trim url

Yanko Kaneti yaneti at fedoraproject.org
Wed Sep 5 15:33:16 UTC 2012


commit 59e90c60d601843432e2d9da5fe7e0da26cc18f1
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Wed Sep 5 18:27:23 2012 +0300

    Initial import, trim url

 .gitignore       |    1 +
 gl-manpages.spec |   37 +++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..150d9ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gl-manpages-1.0.1.tar.bz2
diff --git a/gl-manpages.spec b/gl-manpages.spec
new file mode 100644
index 0000000..f1b18de
--- /dev/null
+++ b/gl-manpages.spec
@@ -0,0 +1,37 @@
+Name:           gl-manpages
+Version:        1.0.1
+Release:        1%{?dist}
+Summary:        OpenGL manpages
+
+License:        MIT
+URL:            http://www.opengl.org/wiki/Getting_started/XML_Toolchain_and_Man_Pages
+# FIXME 
+# Prebuild manpages that were previously bundled in mesa. Should be replaced
+# a proper build from the khronos repos sources soon.
+Source0:        gl-manpages-1.0.1.tar.bz2
+
+BuildArch:      noarch
+
+
+%description
+OpenGL manpages
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install 
+
+
+%files
+%{_mandir}/man3/*
+
+
+%changelog
+* Wed Sep  5 2012 Yanko Kaneti <yaneti at declera.com> - 1.0.1-1
+- Initial split from mesa
diff --git a/sources b/sources
index e69de29..c441fa7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6ae05158e678f4594343f32c2ca50515  gl-manpages-1.0.1.tar.bz2


More information about the scm-commits mailing list