[yelp-tools] Initial import (#713443)

Zeeshan Ali zeenix at fedoraproject.org
Thu Jun 16 17:15:41 UTC 2011


commit 631a08a948205bfc1c122411362e0a999ab5b4dd
Author: Zeeshan Ali (Khattak) <zeeshanak at gnome.org>
Date:   Thu Jun 16 20:15:28 2011 +0300

    Initial import (#713443)

 .gitignore      |    1 +
 sources         |    1 +
 yelp-tools.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d5da917 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/yelp-tools-3.1.4.tar.xz
diff --git a/sources b/sources
index e69de29..972862d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+491bb5322ff32499f661a02b47b8d2aa  yelp-tools-3.1.4.tar.xz
diff --git a/yelp-tools.spec b/yelp-tools.spec
new file mode 100644
index 0000000..ba6db30
--- /dev/null
+++ b/yelp-tools.spec
@@ -0,0 +1,44 @@
+Name:          yelp-tools
+Version:       3.1.4
+Release:       1%{?dist}
+Summary:       Create, manage, and publish documentation for Yelp
+
+Group:         Applications/Publishing
+License:       GPLv2+
+URL:           http://projects.gnome.org/yelp/
+Source0:       http://download.gnome.org/sources/yelp-tools/3.1/yelp-tools-3.1.4.tar.xz
+BuildArch:     noarch
+
+BuildRequires: yelp-xsl-devel
+BuildRequires: libxslt
+
+Requires: yelp-xsl
+
+%description
+yelp-tools is a collection of scripts and build utilities to help create,
+manage, and publish documentation for Yelp and the web. Most of the heavy
+lifting is done by packages like yelp-xsl and itstool. This package just
+wraps things up in a developer-friendly way.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING COPYING.GPL README
+%{_bindir}/yelp-build
+%{_bindir}/yelp-check
+%{_bindir}/yelp-new
+%{_datadir}/yelp-tools
+%{_datadir}/aclocal/yelp.m4
+
+%changelog
+* Mon Jun 16 2011 Zeeshan Ali <zeenix at redhat.com> 3.1.4-1
+- Initial release.


More information about the scm-commits mailing list